<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/7524b2a6a3dbf2e5ab0315846c41bb3e55cd051e">https://github.com/macports/macports-ports/commit/7524b2a6a3dbf2e5ab0315846c41bb3e55cd051e</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 7524b2a6a3d xeus-sqlite: allow libssl other than openssl to satisfy dependency
</span>7524b2a6a3d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7524b2a6a3dbf2e5ab0315846c41bb3e55cd051e
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Jun 28 17:02:08 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xeus-sqlite: allow libssl other than openssl to satisfy dependency
</span>---
 databases/xeus-sqlite/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/xeus-sqlite/Portfile b/databases/xeus-sqlite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ffa8ca0dbf..05aacb7bad5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/xeus-sqlite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/xeus-sqlite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ if {![variant_isset python37] && ![variant_isset python38]} {
</span> }
 
 depends_lib-append      port:cppzmq \
<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:sqlite3 \
                         port:sqlitecpp \
                         port:tabulate \
</pre><pre style='margin:0'>

</pre>