<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/010080a0ba493a47e72cd4e859c97e053b46a398">https://github.com/macports/macports-ports/commit/010080a0ba493a47e72cd4e859c97e053b46a398</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 010080a0ba493a47e72cd4e859c97e053b46a398
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Dec 23 14:49:47 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    cyrus-sasl2: use the correct SQL library
</span>---
 security/cyrus-sasl2/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<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 8652f41..ded96a7 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;'>@@ -5,6 +5,7 @@ PortGroup               muniversal 1.0
</span> 
 name                    cyrus-sasl2
 version                 2.1.27
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</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;'>@@ -88,7 +89,11 @@ variant kerberos description "Enable Kerberos support" {
</span> 
 variant sql description "Enable SQL support" {
     depends_lib-append      port:sqlite3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-sql
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --enable-sql \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --without-mysql \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --without-pgsql \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --without-sqlite \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-sqlite3
</span> }
 
 livecheck.type          regex
</pre><pre style='margin:0'>

</pre>