<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/fc7dcaca5cebf97886a4fb15ea4069fe787f67ae">https://github.com/macports/macports-ports/commit/fc7dcaca5cebf97886a4fb15ea4069fe787f67ae</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 fc7dcac  curl: Remove spnego variant which did nothing
</span>fc7dcac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fc7dcaca5cebf97886a4fb15ea4069fe787f67ae
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 7 09:57:12 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    curl: Remove spnego variant which did nothing
</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/57533
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/51363
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/51362
</span>---
 net/curl/Portfile | 7 -------
 1 file changed, 7 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 9f22784..048e259d 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;'>@@ -53,7 +53,6 @@ if {${name} eq ${subport}} {
</span>                                 --without-nghttp2 \
                                 --without-nss \
                                 --without-polarssl \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                --without-spnego \
</span>                                 --without-ssl \
                                 --without-darwinssl \
                                 --disable-ares \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -182,12 +181,6 @@ if {${name} eq ${subport}} {
</span>         configure.args-replace  --without-libssh2 --with-libssh2
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant spnego description {Enable SPNEGO authentication support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # kind of broken?
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append      port:fbopenssl
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-replace  --without-spnego --with-spnego=${prefix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     variant ssl conflicts gnutls wolfssl darwinssl description {Allow secure connections using OpenSSL} {
         depends_lib-append      path:lib/libssl.dylib:openssl \
                                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
</pre><pre style='margin:0'>

</pre>