<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/e593565d230d2e5b61042bc6ba837486f890cbf2">https://github.com/macports/macports-ports/commit/e593565d230d2e5b61042bc6ba837486f890cbf2</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 e593565  cyrus-sasl2: Use github portgroup
</span>e593565 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e593565d230d2e5b61042bc6ba837486f890cbf2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 1 09:16:27 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cyrus-sasl2: Use github portgroup
</span>---
 security/cyrus-sasl2/Portfile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 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 ddcc7a5..be96e77 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;'>@@ -1,12 +1,14 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem              1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               github 1.0
</span> PortGroup               muniversal 1.0
 PortGroup               legacysupport 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-name                    cyrus-sasl2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version                 2.1.27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            cyrusimap cyrus-sasl 2.1.27 cyrus-sasl-
</span> revision                2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+name                    cyrus-sasl2
</span> categories              security net
 platforms               darwin
 # license is BSD plus a fourth (almost redundant) acknowledgement clause
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +29,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            https://github.com/cyrusimap/cyrus-sasl/releases
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname                cyrus-sasl-${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     releases
</span> 
 checksums               rmd160  7f5e4bd2ba1974f0b96ba5a659165f4484d550ce \
                         sha256  26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,6 +97,4 @@ variant sql description "Enable SQL support" {
</span>                             --with-sqlite3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.type          regex
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           https://github.com/cyrusimap/cyrus-sasl/releases
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex         "cyrus-sasl-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {(\d+(?:\.\d+)*)}
</span></pre><pre style='margin:0'>

</pre>