<pre style='margin:0'>
Blair Zajac (blair) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac86a53a67c77f53d60e305dfff88aa43b8a3346">https://github.com/macports/macports-ports/commit/ac86a53a67c77f53d60e305dfff88aa43b8a3346</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 ac86a53 cyrus-sasl2: fix master_sites and livecheck.url URLs.
</span>ac86a53 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ac86a53a67c77f53d60e305dfff88aa43b8a3346
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Sat Apr 18 15:09:08 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> cyrus-sasl2: fix master_sites and livecheck.url URLs.
</span>---
security/cyrus-sasl2/Portfile | 5 ++---
1 file changed, 2 insertions(+), 3 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 4c95faf..ddcc7a5 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;'>@@ -27,8 +27,7 @@ long_description SASL is the Simple Authentication and Security Layer, \
</span> merger_must_run_binaries yes
homepage https://www.cyrusimap.org
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites ${homepage}/releases/ \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ftp://ftp.cyrusimap.org/cyrus-sasl/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites https://github.com/cyrusimap/cyrus-sasl/releases
</span> distname cyrus-sasl-${version}
checksums rmd160 7f5e4bd2ba1974f0b96ba5a659165f4484d550ce \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -98,5 +97,5 @@ variant sql description "Enable SQL support" {
</span> }
livecheck.type regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url ${homepage}/releases/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url https://github.com/cyrusimap/cyrus-sasl/releases
</span> livecheck.regex "cyrus-sasl-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</pre><pre style='margin:0'>
</pre>