<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/586213c1217c1a03c42f8796d80dbe88c8a7b53e">https://github.com/macports/macports-ports/commit/586213c1217c1a03c42f8796d80dbe88c8a7b53e</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 586213c  curl: changed ca-bundle for wolfssl, gnutls and darwinssl variants
</span>586213c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 586213c1217c1a03c42f8796d80dbe88c8a7b53e
</span>Author: Erwann Abalea <erwann@abalea.com>
AuthorDate: Thu May 3 01:40:43 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    curl: changed ca-bundle for wolfssl, gnutls and darwinssl variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    gnutls and wolfssl variants now use curl-ca-bundle, while darwinssl has
</span><span style='display:block; white-space:pre;color:#404040;'>    ca-bundle disabled.
</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/56404
</span>---
 net/curl/Portfile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 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 eb573e2..c6a1bcc 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;'>@@ -139,16 +139,21 @@ if {${name} eq ${subport}} {
</span> 
     variant darwinssl conflicts ssl gnutls wolfssl description {Allow secure connections using Apple OS native TLS} {
         configure.args-replace  --without-darwinssl --with-darwinssl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append   --without-ca-bundle
</span>     }
 
     variant gnutls conflicts ssl wolfssl darwinssl description {Allow secure connections using GNU TLS} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append      port:gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append      port:gnutls \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
</span>         configure.args-replace  --without-gnutls --with-gnutls
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
</span>     }
 
     variant wolfssl conflicts ssl gnutls darwinssl description {Allow secure connections using wolfSSL, formerly CyaSSL} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append      port:wolfssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append      port:wolfssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
</span>         configure.args-replace  --without-cyassl --with-cyassl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
</span>     }
 
     variant gss description {Support the Generic Security Service API} {
</pre><pre style='margin:0'>

</pre>