diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2019-09-14 18:58:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2019-09-14 18:58:04 +0000 |
commit | 13eae92b0b741a0f03ad237accb2d7a966f045a3 (patch) | |
tree | 82e39d47f8f6e89e996d65200f4531bbe8ad5c70 | |
parent | 81dcb81319f3b7a36bc232347f988fd10d6875d1 (diff) | |
download | ports-13eae92b0b741a0f03ad237accb2d7a966f045a3.tar.gz ports-13eae92b0b741a0f03ad237accb2d7a966f045a3.zip |
Notes
-rw-r--r-- | net/tshark-lite/Makefile | 2 | ||||
-rw-r--r-- | net/tshark/Makefile | 1 | ||||
-rw-r--r-- | net/wireshark-lite/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 4 |
6 files changed, 7 insertions, 12 deletions
diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile index 34156ca2ccf4..2eb4288f6ed9 100644 --- a/net/tshark-lite/Makefile +++ b/net/tshark-lite/Makefile @@ -1,8 +1,6 @@ # Created by: Bill Fumerola <billf@mu.org> # $FreeBSD$ -PORTREVISION= 2 - LITE= yes CONFLICTS_INSTALL?= tshark-[0-9]* wireshark-[0-9]* wireshark-lite-[0-9]* diff --git a/net/tshark/Makefile b/net/tshark/Makefile index 99c2257b144d..de7a1c06c9ce 100644 --- a/net/tshark/Makefile +++ b/net/tshark/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= tshark -PORTREVISION= 1 CATEGORIES= net ipv6 CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]* diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index 3b79e926df35..a568f4248852 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -1,8 +1,6 @@ # Created by: Bill Fumerola <billf@mu.org> # $FreeBSD$ -PORTREVISION= 1 - LITE= yes CONFLICTS_INSTALL?= wireshark-[0-9]* tshark-[0-9]* tshark-lite-[0-9]* diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 2e179d682c50..0474f5f2bf53 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 3.0.3 -PORTREVISION?= 1 +PORTVERSION= 3.0.4 +PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index ac5ad623dafc..1fb5d14d1e0c 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563476243 -SHA256 (wireshark-3.0.3.tar.xz) = af92729c781d870110885c31ebcbe4c4224ed51bb580d00c896fe9746994211c -SIZE (wireshark-3.0.3.tar.xz) = 30923980 +TIMESTAMP = 1568486476 +SHA256 (wireshark-3.0.4.tar.xz) = 773bd57df2aeae1694a0b7fbfb34283ba24799cfd6299eed696630fc9ebeecbf +SIZE (wireshark-3.0.4.tar.xz) = 30938336 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 02ccc7e48c83..9b46158b688a 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -605,10 +605,10 @@ include/wireshark/wsutil/ws_printf.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.12 -lib/libwireshark.so.12.0.3 +lib/libwireshark.so.12.0.4 lib/libwiretap.so lib/libwiretap.so.9 -lib/libwiretap.so.9.0.3 +lib/libwiretap.so.9.0.4 lib/libwscodecs.so lib/libwscodecs.so.2 lib/libwscodecs.so.2.0.0 |