<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c50b19fc718742edcdccc1c022daac7237109a32">https://github.com/macports/macports-ports/commit/c50b19fc718742edcdccc1c022daac7237109a32</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new c50b19f cyrus-sasl2: Use https homepage
</span>c50b19f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c50b19fc718742edcdccc1c022daac7237109a32
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Mar 9 15:12:19 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> cyrus-sasl2: Use https homepage
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> and add size to checksums.
</span>---
security/cyrus-sasl2/Portfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/cyrus-sasl2/Portfile b/security/cyrus-sasl2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 68fe1df..f51b7a3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/cyrus-sasl2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/cyrus-sasl2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,13 +25,14 @@ long_description SASL is the Simple Authentication and Security Layer, \
</span>
merger_must_run_binaries yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://cyrusimap.org/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites http://cyrusimap.org/releases/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://www.cyrusimap.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites ${homepage}/releases/ \
</span> ftp://ftp.cyrusimap.org/cyrus-sasl/
distname cyrus-sasl-${version}
checksums rmd160 861a06d663cf3da37a198d0f971d99b249b5f4b8 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f1345b7bc3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f1345b7bc3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 5220231
</span>
depends_lib path:lib/libssl.dylib:openssl \
port:zlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,5 +122,5 @@ variant sql description "Enable SQL support" {
</span> #}
livecheck.type regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url http://cyrusimap.org/releases/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url ${homepage}/releases/
</span> livecheck.regex "cyrus-sasl-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</pre><pre style='margin:0'>
</pre>