<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2ba2c7203c74a06ca606566338339119f71e53e1">https://github.com/macports/macports-ports/commit/2ba2c7203c74a06ca606566338339119f71e53e1</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 2ba2c72  squid4: only select openssl if not using gnutls
</span>2ba2c72 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2ba2c7203c74a06ca606566338339119f71e53e1
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jul 23 06:39:02 2018 +1000

<span style='display:block; white-space:pre;color:#404040;'>    squid4: only select openssl if not using gnutls
</span>---
 net/squid4/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<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 d97ec39..bcfdaf7 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;'>@@ -127,7 +127,9 @@ variant openssl conflicts gnutls description "Enable SSL/TLS support using OpenS
</span>     configure.args-append   --with-openssl=${prefix}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants    +openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset gnutls]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants    +openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 variant gnutls conflicts openssl description "Enable SSL/TLS support using GnuTLS (experimental)" {
     depends_lib-append      port:gnutls
</pre><pre style='margin:0'>

</pre>