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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dd15c32a6d2773df6a9cefc88b630e806f7888b8">https://github.com/macports/macports-ports/commit/dd15c32a6d2773df6a9cefc88b630e806f7888b8</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 dd15c32a6d2 stunnel: fix openssl path in configure.args
</span>dd15c32a6d2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dd15c32a6d2773df6a9cefc88b630e806f7888b8
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Dec 23 05:52:55 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    stunnel: fix openssl path in configure.args
</span>---
 security/stunnel/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/stunnel/Portfile b/security/stunnel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 116fb499ec6..e83e40061dc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/stunnel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/stunnel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ patchfiles          patch-configure
</span> 
 configure.args      --disable-libwrap \
                     --disable-silent-rules \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-ssl=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-ssl=[openssl::install_area]
</span> 
 # libwrap has been reported to introduce some problems with stunnel 4.18.
 # See: https://trac.macports.org/ticket/11028
</pre><pre style='margin:0'>

</pre>