<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/30613d81b35043a411f56d954625ce6ffc003a85">https://github.com/macports/macports-ports/commit/30613d81b35043a411f56d954625ce6ffc003a85</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 30613d81b35 xar: use path:lib/libssl.dylib:openssl to facilitate LibreSSL compatibility.  * tested with libressl-devel and openssl3
</span>30613d81b35 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 30613d81b35043a411f56d954625ce6ffc003a85
</span>Author: グレェ <artkiver@gmail.com>
AuthorDate: Thu Dec 15 09:01:46 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    xar: use path:lib/libssl.dylib:openssl to facilitate LibreSSL compatibility.
</span><span style='display:block; white-space:pre;color:#404040;'>     * tested with libressl-devel and openssl3
</span>---
 archivers/xar/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/xar/Portfile b/archivers/xar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f43c4d4d505..de076036ab0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/xar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/xar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem          1.0
 PortGroup           clang_dependency 1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           openssl 1.0
</span> 
 set apple_version   494
 github.setup        apple-oss-distributions xar ${apple_version} xar-
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +26,8 @@ checksums           rmd160  360699d6bd11399b1d84b4e23be89c382d3bb026 \
</span> depends_build       port:pkgconfig \
                     port:automake
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:bzip2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         path:lib/libssl.dylib:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:bzip2 \
</span>                     port:libxml2 \
                     port:zlib
 
</pre><pre style='margin:0'>

</pre>