<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/51ed5e922a387f72c835c9e43b7b3250bb6ffafc">https://github.com/macports/macports-ports/commit/51ed5e922a387f72c835c9e43b7b3250bb6ffafc</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 51ed5e922a3 curl: Fix ssl variants other than openssl
</span>51ed5e922a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 51ed5e922a387f72c835c9e43b7b3250bb6ffafc
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Oct 28 08:46:12 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    curl: Fix ssl variants other than openssl
</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/66070
</span>---
 net/curl/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<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 ce64c7805a7..9fa8aab485a 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;'>@@ -59,6 +59,7 @@ if {${name} eq ${subport}} {
</span>                                 --without-mbedtls \
                                 --without-nghttp2 \
                                 --without-nss \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                                --without-openssl \
</span>                                 --without-ssl \
                                 --without-secure-transport \
                                 --without-wolfssl \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -152,6 +153,7 @@ if {${name} eq ${subport}} {
</span>     }
 
     variant darwinssl conflicts gnutls mbedtls ssl wolfssl description {Allow secure connections using Apple OS native TLS} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-delete   --without-ssl
</span>         configure.args-replace  --without-secure-transport --with-secure-transport
         configure.args-append   --without-ca-bundle
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -159,6 +161,7 @@ if {${name} eq ${subport}} {
</span>     variant gnutls conflicts darwinssl mbedtls ssl wolfssl description {Allow secure connections using GNU TLS} {
         depends_lib-append      path:lib/pkgconfig/gnutls.pc:gnutls \
                                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-delete   --without-ssl
</span>         configure.args-replace  --without-gnutls --with-gnutls
         configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -166,6 +169,7 @@ if {${name} eq ${subport}} {
</span>     variant mbedtls conflicts darwinssl gnutls ssl wolfssl description {Allow secure connections using mbed TLS (formerly PolarSSL)} {
         depends_lib-append      port:mbedtls \
                                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-delete   --without-ssl
</span>         configure.args-replace  --without-mbedtls --with-mbedtls
         configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -173,6 +177,7 @@ if {${name} eq ${subport}} {
</span>     variant wolfssl conflicts darwinssl mbedtls gnutls ssl description {Allow secure connections using wolfSSL (formerly CyaSSL)} {
         depends_lib-append      port:wolfssl \
                                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-delete   --without-ssl
</span>         configure.args-replace  --without-wolfssl --with-wolfssl
         configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -223,7 +228,8 @@ if {${name} eq ${subport}} {
</span>     variant ssl conflicts darwinssl gnutls mbedtls wolfssl description {Allow secure connections using OpenSSL} {
         depends_lib-append      path:lib/libssl.dylib:openssl \
                                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-replace  --without-ssl --with-openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-delete   --without-ssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-replace  --without-openssl --with-openssl
</span>         configure.args-append   --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
     }
 
</pre><pre style='margin:0'>

</pre>