<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/a17b887674e70b6701ba18cfcf2c47b1c223b2a0">https://github.com/macports/macports-ports/commit/a17b887674e70b6701ba18cfcf2c47b1c223b2a0</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 a17b887674e squid4: Use openssl PG, pegged to version 1.1 Closes: https://trac.macports.org/ticket/63860
</span>a17b887674e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a17b887674e70b6701ba18cfcf2c47b1c223b2a0
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Nov 8 16:54:07 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    squid4: Use openssl PG, pegged to version 1.1
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63860
</span>---
 net/squid4/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/squid4/Portfile b/net/squid4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 50e73282278..f1426e7d647 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/squid4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/squid4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> 
 name            squid4
 version         4.17
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        2
</span> categories      net
 platforms       darwin
 license         GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -132,10 +132,11 @@ post-activate {
</span> 
 variant openssl conflicts gnutls description "Enable SSL/TLS support using OpenSSL" {
     # This release does not work with LibreSSL.
<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:#ffe0e0;'>-    depends_lib-append      port:openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup openssl       1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    openssl.branch          1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    openssl.configure       pkgconfig build_flags
</span>     configure.args-delete   --without-openssl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-openssl=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-openssl=[openssl::install_area]
</span> }
 
 if {![variant_isset gnutls]} {
</pre><pre style='margin:0'>

</pre>