<pre style='margin:0'>
Daniel J. Luke (danielluke) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/66569d9c7a6d3aa5fc1da1d2a1f0dcfa410bcc33">https://github.com/macports/macports-ports/commit/66569d9c7a6d3aa5fc1da1d2a1f0dcfa410bcc33</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 66569d9c7a6 No longer need to set OPENSSL_PREFIX, add comment
</span>66569d9c7a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 66569d9c7a6d3aa5fc1da1d2a1f0dcfa410bcc33
</span>Author: Daniel J. Luke <dluke@macports.org>
AuthorDate: Wed Oct 27 15:49:35 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    No longer need to set OPENSSL_PREFIX, add comment
</span>---
 perl/p5-net-ssleay/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-net-ssleay/Portfile b/perl/p5-net-ssleay/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a1775b8ef3..5c223ee876b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-net-ssleay/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-net-ssleay/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem          1.0
 PortGroup           perl5 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           openssl 1.0
</span> 
 perl5.branches      5.28 5.30 5.32
 perl5.setup         Net-SSLeay 1.90
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,9 +21,7 @@ if {${perl5.major} != ""} {
</span>                     port:p${perl5.major}-test-exception \
                     port:p${perl5.major}-test-nowarnings \
                     port:p${perl5.major}-test-warn
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env   OPENSSL_PREFIX=[openssl::install_area]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Don't try to load from $prefix, avoid "is loading libcrypto in an unsafe way"
</span>     patchfiles      patch-libdir.diff
 
 # clang: error: unknown argument: '-fstack-protector-strong'
</pre><pre style='margin:0'>

</pre>