<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/8b0c711e294381a22e6f7ae83f0c9107a97f2330">https://github.com/macports/macports-ports/commit/8b0c711e294381a22e6f7ae83f0c9107a97f2330</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 8b0c711  wireshark2: update to 2.6.13 (#5980)
</span>8b0c711 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8b0c711e294381a22e6f7ae83f0c9107a97f2330
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Dec 11 20:38:35 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wireshark2: update to 2.6.13 (#5980)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also include headers from "wsutil" since they are required for certain WS starting types.
</span>---
 net/wireshark2/Portfile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 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 d4be715..f73605d 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           cmake 1.0
 
 name                wireshark2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             2.6.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             2.6.13
</span> revision            0
 categories          net
 license             {GPL-2 GPL-3}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,10 +27,10 @@ distfiles           wireshark-${version}${extract.suffix}
</span> 
 worksrcdir          wireshark-${version}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           sha256  29751581c8549562957940e68f0b9410a499616c91c1768195bc02def13f5a85 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  a94e93c8222acd36ed320365d3fbd0cd36b40b3d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha1    60549213e862dde2245f9b8d8187227723671f17 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    28480628
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           sha256  9dba6d71bca77192f101c706bcb1545c4dea88d964fe63daa101bc9631a0e2cb \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  1d4452f8fb5e0434857bcaa625bf49a096c7bf8f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha1    04a8fa5cbd28215d020902884580666e5cf9ee5f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    28496240
</span> 
 conflicts           wireshark-devel wireshark wireshark22 wireshark24 wireshark3
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,6 +155,7 @@ post-destroot {
</span>     xinstall -d ${destroot}${prefix}/include/wireshark/epan/dissectors/
     xinstall -d ${destroot}${prefix}/include/wireshark/epan/ftypes/
     xinstall -d ${destroot}${prefix}/include/wireshark/wiretap/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/include/wireshark/wsutil/
</span>     xinstall -m 644 -W ${worksrcpath}/ config.h ${destroot}${prefix}/include/wireshark/
     xinstall -m 644 {*}[glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/
     xinstall -m 644 {*}[glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -162,6 +163,7 @@ post-destroot {
</span>     xinstall -m 644 {*}[glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
     xinstall -m 644 {*}[glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
     xinstall -m 644 {*}[glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 {*}[glob ${worksrcpath}/wsutil/*.h] ${destroot}${prefix}/include/wireshark/wsutil/
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>