<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1f90bf9c3c2b055dc8f1ee7e2c3b923c29e25280">https://github.com/macports/macports-ports/commit/1f90bf9c3c2b055dc8f1ee7e2c3b923c29e25280</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1f90bf9c3c2b055dc8f1ee7e2c3b923c29e25280
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Aug 10 12:36:50 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ntl: use https for homepage and livecheck.url
</span>---
 math/ntl/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ntl/Portfile b/math/ntl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ec8c5f..fd6fe87 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ntl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ntl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ long_description        NTL is a high-performance, portable C++ library providin
</span>                         integers and over finite fields\; and for arbitrary\
                         precision floating point arithmetic.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                        http://shoup.net/ntl/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                   https://shoup.net/ntl/
</span> master_sites            ${homepage}
 checksums               md5 0aac5c680eee09a19732e1601b237a0b \
                         sha1 0250461a5e205663f7e446211c9571b6aad249e9 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,5 +49,5 @@ post-destroot {
</span>                      ${destroot}${prefix}/share/doc/${name}/LICENSE
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           http://shoup.net/ntl/download.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           https://shoup.net/ntl/download.html
</span> livecheck.regex         "Download NTL (\\d+(?:\\.\\d+)*)"
</pre><pre style='margin:0'>

</pre>