<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/40c05c4a0c413302f0fd5f21a5217d96fc91332e">https://github.com/macports/macports-ports/commit/40c05c4a0c413302f0fd5f21a5217d96fc91332e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 40c05c4a0c413302f0fd5f21a5217d96fc91332e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Nov 18 20:54:25 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    squid4, libaes_siv: revert openssl dep change
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    These clearly state that they don't work with libressl.
</span><span style='display:block; white-space:pre;color:#404040;'>    Partially reverts 1283a2a.
</span>---
 net/squid4/Portfile          | 2 +-
 security/libaes_siv/Portfile | 2 +-
 2 files changed, 2 insertions(+), 2 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 619dd1d..6bb14d5 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;'>@@ -124,7 +124,7 @@ post-activate {
</span> variant openssl conflicts gnutls description "Enable SSL/TLS support using OpenSSL" {
     # This release does not work with LibreSSL.
     #depends_lib-append      path:lib/libssl.dylib:openssl
<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;'>+    depends_lib-append      port:openssl
</span>     configure.args-delete   --without-openssl
     configure.args-append   --with-openssl=${prefix}
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/libaes_siv/Portfile b/security/libaes_siv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a6684d..4bc5ffc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/libaes_siv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/libaes_siv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,7 @@ if {![variant_isset doc]} {
</span> }
 
 # NOTE: doesn't 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:#e0ffe0;'>+depends_lib-append  port:openssl
</span> 
 patchfiles          patch-cmake.diff
 
</pre><pre style='margin:0'>

</pre>