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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ee80f2fe9087a5b98a98a85bbf12a86664093782">https://github.com/macports/macports-ports/commit/ee80f2fe9087a5b98a98a85bbf12a86664093782</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 ee80f2f  QCA plugins: allow using either openssl 1.0 or 1.1
</span>ee80f2f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ee80f2fe9087a5b98a98a85bbf12a86664093782
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Sep 2 13:36:51 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    QCA plugins: allow using either openssl 1.0 or 1.1
</span>---
 devel/qca/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qca/Portfile b/devel/qca/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b78c0b9..c206f69 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qca/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qca/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,7 +121,7 @@ foreach qv ${qt.versions} {
</span>     # plugins depend on the corresponding main port and the libraries of which they expose the Functionality
     subport ${name}${qv}-ossl {
         license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib             port:${name}${qv} port:openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib             port:${name}${qv} path:lib/libssl.dylib:openssl
</span>         configure.args-append   -DBUILD_PLUGINS:STRING="ossl"
         build.dir               ${workpath}/build/plugins/qca-ossl
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,7 +139,7 @@ foreach qv ${qt.versions} {
</span>     }
     subport ${name}${qv}-pkcs11 {
         license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib             port:${name}${qv} port:openssl port:nss port:pkcs11-helper
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib             port:${name}${qv} path:lib/libssl.dylib:openssl port:nss port:pkcs11-helper
</span>         configure.args-append   -DBUILD_PLUGINS:STRING="pkcs11"
         build.dir               ${workpath}/build/plugins/qca-pkcs11
     }
</pre><pre style='margin:0'>

</pre>