diff options
author | cmt <cmt@FreeBSD.org> | 2017-11-27 02:58:24 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2017-11-27 02:58:24 +0800 |
commit | ac546dbeec554cb315daf491cd0568f25eb91609 (patch) | |
tree | f9b8ada4709c380ba15e85828b441f6f61b279e0 | |
parent | 86375181079284250710447161d93af6b3dabf3c (diff) | |
download | freebsd-ports-gnome-ac546dbeec554cb315daf491cd0568f25eb91609.tar.gz freebsd-ports-gnome-ac546dbeec554cb315daf491cd0568f25eb91609.tar.zst freebsd-ports-gnome-ac546dbeec554cb315daf491cd0568f25eb91609.zip |
net/wireshark: update to 2.4.2
Announcement: https://www.wireshark.org/lists/wireshark-announce/201710/msg00000.html
Add a few dependencies to make stage-qa happy.
PR: 223577
Approved by: marcus (maintainer-timeout)
Security: 4684a426-774d-4390-aa19-b8dd481c4c94
MFH: 2017Q4
-rw-r--r-- | net/wireshark/Makefile | 10 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 0f50bedb7b53..9eb5578205c4 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -30,14 +30,18 @@ GNU_CONFIGURE= yes USES= alias cpe gettext-runtime gmake libtool pathfix perl5 \ pkgconfig python:build ssl tar:xz USE_PERL5= build -USE_GNOME= glib20 +USE_GNOME= glib20 libxml2 CONFIGURE_ARGS+= --program-transform-name="" \ --with-ssl=${OPENSSLBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes LIB_DEPENDS+= libgpg-error.so:security/libgpg-error \ - libgcrypt.so:security/libgcrypt + libgcrypt.so:security/libgcrypt \ + liblz4.so:archivers/liblz4 \ + libnghttp2.so:www/libnghttp2 \ + libsnappy.so:archivers/snappy \ + libspandsp.so:comms/spandsp CFLAGS+= -funit-at-a-time LIBS+= -L${LOCALBASE}/lib diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 8b7cc32a5066..4df09a117b18 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504624546 -SHA256 (wireshark-2.4.1.tar.xz) = 02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd -SIZE (wireshark-2.4.1.tar.xz) = 28780384 +TIMESTAMP = 1510262556 +SHA256 (wireshark-2.4.2.tar.xz) = d1acb24735fd35e18e9b7a0555ec58277c2b87da45a19ebeb8087c3dda55f47d +SIZE (wireshark-2.4.2.tar.xz) = 28791712 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 3b460cc7690b..5c632cf9043e 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -18,10 +18,10 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.so lib/libwireshark.so.10 -lib/libwireshark.so.10.0.1 +lib/libwireshark.so.10.0.2 lib/libwiretap.so lib/libwiretap.so.7 -lib/libwiretap.so.7.0.1 +lib/libwiretap.so.7.0.2 %%GUI%%lib/libwscodecs.so %%GUI%%lib/libwscodecs.so.1 %%GUI%%lib/libwscodecs.so.1.1.0 |