<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/d87736f98626aeb7033ca51e3c83576414376a2a">https://github.com/macports/macports-ports/commit/d87736f98626aeb7033ca51e3c83576414376a2a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d87736f98626aeb7033ca51e3c83576414376a2a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 27 23:15:24 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> curl: Update to 7.84.0
</span>---
net/curl/Portfile | 14 +++++++-------
1 file changed, 7 insertions(+), 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 7f9bd83c11f..3376e513573 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;'>@@ -6,7 +6,7 @@ PortGroup clang_dependency 1.0
</span> # Increase the revision of p5-www-curl whenever the version of curl gets updated.
name curl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 7.83.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 7.84.0
</span> categories net www
platforms darwin freebsd
maintainers {ryandesign @ryandesign}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,9 +28,9 @@ set curl_distfile ${distfiles}
</span> distfiles ${curl_distfile}:curl
checksums ${curl_distfile} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- rmd160 ac59faa4f713bcf13004f7c6663e0ac31031c5d1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 2cb9c2356e7263a1272fd1435ef7cdebf2cd21400ec287b068396deb705c22c4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 2474940
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ rmd160 6a3c2c80393e01423de2db4b47c37f42c44306f9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 2d118b43f547bfe5bae806d8d47b4e596ea5b25a6c1f080aef49fbcd817c5db8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 2477944
</span>
if {${name} eq ${subport}} {
PortGroup muniversal 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +51,6 @@ if {${name} eq ${subport}} {
</span>
configure.args --disable-silent-rules \
--enable-ipv6 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --without-cyassl \
</span> --without-gnutls \
--without-gssapi \
--without-libgsasl \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +61,7 @@ if {${name} eq ${subport}} {
</span> --without-nss \
--without-ssl \
--without-secure-transport \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-wolfssl \
</span> --disable-ares \
--disable-ldap \
--disable-ldaps \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -171,7 +171,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:#ffe0e0;'>- configure.args-replace --without-cyassl --with-cyassl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace --without-wolfssl --with-wolfssl
</span> configure.args-append --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -238,7 +238,7 @@ if {${name} eq ${subport}} {
</span>
subport curl-ca-bundle {
# Also increase the revision of privoxy-pki-bundle whenever curl-ca-bundle contents change.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ revision 0
</span> categories net
license {MPL-2 LGPL-2.1+}
supported_archs noarch
</pre><pre style='margin:0'>
</pre>