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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d3281bfda0047e9c311af5559265d73b969398d2">https://github.com/macports/macports-ports/commit/d3281bfda0047e9c311af5559265d73b969398d2</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 d3281bf  wireshark2:         add lz4 as a dependency, resolves #55391        disable a couple of other items so they don't get picked up if present.
</span>d3281bf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d3281bfda0047e9c311af5559265d73b969398d2
</span>Author: Eric Hall <eric+git@darkart.com>
AuthorDate: Sat Nov 25 12:18:15 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    wireshark2:
</span><span style='display:block; white-space:pre;color:#404040;'>         add lz4 as a dependency, resolves #55391
</span><span style='display:block; white-space:pre;color:#404040;'>         disable a couple of other items so they don't get picked up if present.
</span>---
 net/wireshark2/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark2/Portfile b/net/wireshark2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f223727..fbf64e8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           cmake 1.0
</span> 
 name                wireshark2
 version             2.4.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          net
 license             {GPL-2 GPL-3}
 maintainers         darkart.com:opendarwin.org
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,8 @@ depends_build-append \
</span> 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     path:lib/libssl.dylib:openssl \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libpcap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libpcap \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:lz4
</span> 
 configure.args-append \
                     -DCMAKE_INSTALL_RPATH:STRING="${prefix}/lib" \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,10 +51,13 @@ configure.args-append \
</span>                     -DENABLE_GEOIP=OFF \
                     -DENABLE_GNUTLS=OFF \
                     -DENABLE_KERBEROS=OFF \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DENABLE_LIBXML2=OFF \
</span>                     -DENABLE_LUA=OFF \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DENABLE_LZ4=ON \
</span>                     -DENABLE_NETLINK=OFF \
                     -DENABLE_PORTAUDIO=OFF \
                     -DENABLE_SMI=OFF \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DENABLE_SNAPPY=OFF \
</span>                     -DENABLE_ZLIB=OFF \
                     -DBUILD_wireshark=OFF
 
</pre><pre style='margin:0'>

</pre>