<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/ea70801e9b5bb9f38125c1cb70889b6ba261f110">https://github.com/macports/macports-ports/commit/ea70801e9b5bb9f38125c1cb70889b6ba261f110</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 ea70801e9b5 curl: Update to 7.76.1 and add gsasl variant
</span>ea70801e9b5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ea70801e9b5bb9f38125c1cb70889b6ba261f110
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 14 15:00:36 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    curl: Update to 7.76.1 and add gsasl variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62666
</span>---
 net/curl/Portfile | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/curl/Portfile b/net/curl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 46da7fd1198..b1f9abf7998 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem                      1.0
</span> PortGroup                       clang_dependency 1.0
 
 name                            curl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version                         7.76.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version                         7.76.1
</span> categories                      net www
 platforms                       darwin freebsd
 maintainers                     {ryandesign @ryandesign}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,9 +26,9 @@ set curl_distfile               ${distfiles}
</span> distfiles                       ${curl_distfile}:curl
 
 checksums                       ${curl_distfile} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                rmd160  a24268c5c860c374c892fa6ae2e9426da922484e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                sha256  6302e2d75c59cdc6b35ce3fbe716481dd4301841bbb5fd71854653652a014fc8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                size    2428552
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                rmd160  a7a4afba13bc8d6c757092ae4d4cd50ff3c2a46d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                sha256  64bb5288c39f0840c07d077e30d9052e1cbb9fa6c2dc52523824cc859e679145 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                size    2427636
</span> 
 if {${name} eq ${subport}} {
     PortGroup                   muniversal 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,6 +52,7 @@ if {${name} eq ${subport}} {
</span>                                 --without-cyassl \
                                 --without-gnutls \
                                 --without-gssapi \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                                --without-libgsasl \
</span>                                 --without-libmetalink \
                                 --without-librtmp \
                                 --without-libssh2 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -171,6 +172,11 @@ if {${name} eq ${subport}} {
</span>         configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant gsasl description {Support SCRAM-SHA-1 and SCRAM-SHA-256 with libgsasl} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append      port:libgsasl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-replace  --without-libgsasl --with-libgsasl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     variant gss description {Support the Generic Security Service API} {
         # This needs to use the system's Kerberos, not MacPorts' gss or kerberos5.
         conflicts-append        gss kerberos5
</pre><pre style='margin:0'>

</pre>