<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/a9574061140e116c099cdc69febf19388a108927">https://github.com/macports/macports-ports/commit/a9574061140e116c099cdc69febf19388a108927</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 a9574061140 xeus: allow libssl other than openssl to satisfy dependency
</span>a9574061140 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a9574061140e116c099cdc69febf19388a108927
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Jun 28 16:59:24 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> xeus: allow libssl other than openssl to satisfy dependency
</span>---
devel/xeus/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/xeus/Portfile b/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 578a04ea6b9..4db7361b78b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ depends_build-append port:pkgconfig
</span>
depends_lib-append port:cppzmq \
port:nlohmann-json \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:lib/libssl.dylib:openssl \
</span> port:xtl
configure.args-append -DCMAKE_PREFIX_PATH=${prefix}/lib/cmake/xtl/xtlConfig.cmake
</pre><pre style='margin:0'>
</pre>