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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/97887a375da5d0f6abee018b145833aa02e2bda7">https://github.com/macports/macports-ports/commit/97887a375da5d0f6abee018b145833aa02e2bda7</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 97887a3  Add explicit dependencies on lz4 (new) and expat (previously implicit). Remove openssl dependency; libarchive now uses CommonCrypto APIs. Explicitly disable some features; should have no effect.
</span>97887a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 97887a375da5d0f6abee018b145833aa02e2bda7
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Mon Jan 30 22:45:37 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    Add explicit dependencies on lz4 (new) and expat (previously implicit).
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove openssl dependency; libarchive now uses CommonCrypto APIs.
</span><span style='display:block; white-space:pre;color:#404040;'>    Explicitly disable some features; should have no effect.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: #53441 libarchive @3.2.2: opportunistically links with lz4
</span>---
 archivers/libarchive/Portfile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/libarchive/Portfile b/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ed4721b..89e712d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/libarchive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ name             libarchive
</span> homepage         http://libarchive.org/
 master_sites     ${homepage}downloads/
 version          3.2.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision         1
</span> categories       archivers
 license          BSD
 maintainers      toby openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,13 +20,15 @@ platforms        darwin
</span> checksums        rmd160  3fedae2b71685d3003e71acd4189c5f3de80a2db \
                  sha256  691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib      port:bzip2 port:zlib path:lib/libssl.dylib:openssl port:libxml2 port:xz \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                 port:lzo2 port:libiconv
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib      port:bzip2 port:zlib port:libxml2 port:xz \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 port:lzo2 port:libiconv \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 port:lz4 port:expat
</span> 
 patchfiles       patch-libarchive__archive_read_support_format_lha.c.diff
 
 configure.args   --enable-bsdtar=shared --enable-bsdcpio=shared \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                 --disable-silent-rules --without-nettle
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 --disable-silent-rules --without-nettle \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 --without-openssl --without-lzmadec
</span> 
 livecheck.type  regex
 livecheck.regex libarchive-(\[0-9.\]+)\\.tar.gz
</pre><pre style='margin:0'>

</pre>