<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5811fb702337e5981698c94d1aa1989cad5a9040">https://github.com/macports/macports-ports/commit/5811fb702337e5981698c94d1aa1989cad5a9040</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 5811fb70233 wget: Update ssl variant to use openssl PG, rev-bump See: https://trac.macports.org/ticket/63933
</span>5811fb70233 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5811fb702337e5981698c94d1aa1989cad5a9040
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Nov 13 11:50:58 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    wget: Update ssl variant to use openssl PG, rev-bump
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63933
</span>---
 net/wget/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wget/Portfile b/net/wget/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 14cb3b20ca0..f693f079d63 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wget/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wget/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               muniversal 1.0
</span> 
 name                    wget
 version                 1.21.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                2
</span> checksums               rmd160  2f6c8a960b51abe7050416cc2ce37f645a86e5f4 \
                         sha256  1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3 \
                         size    2407790
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,9 +105,9 @@ variant gnutls conflicts ssl description {SSL support via GnuTLS} {
</span> }
 
 variant ssl conflicts gnutls description {SSL support via OpenSSL} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup openssl 1.0
</span>     configure.args-replace  --without-ssl --with-ssl=openssl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-libssl-prefix=${prefix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      path:lib/libssl.dylib:openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-libssl-prefix=[openssl::install_area]
</span> }
 
 if {![variant_isset ssl]} {
</pre><pre style='margin:0'>

</pre>