svn commit: r512045 - in head/net: tshark tshark-lite wireshark wireshark-lite

Joe Marcus Clarke marcus at FreeBSD.org
Sat Sep 14 18:58:06 UTC 2019


Author: marcus
Date: Sat Sep 14 18:58:04 2019
New Revision: 512045
URL: https://svnweb.freebsd.org/changeset/ports/512045

Log:
  Update to 3.0.4.
  
  See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes
  in this release.

Modified:
  head/net/tshark-lite/Makefile
  head/net/tshark/Makefile
  head/net/wireshark-lite/Makefile
  head/net/wireshark/Makefile
  head/net/wireshark/distinfo
  head/net/wireshark/pkg-plist

Modified: head/net/tshark-lite/Makefile
==============================================================================
--- head/net/tshark-lite/Makefile	Sat Sep 14 18:57:00 2019	(r512044)
+++ head/net/tshark-lite/Makefile	Sat Sep 14 18:58:04 2019	(r512045)
@@ -1,8 +1,6 @@
 # Created by: Bill Fumerola <billf at mu.org>
 # $FreeBSD$
 
-PORTREVISION=	2
-
 LITE=		yes
 
 CONFLICTS_INSTALL?=	tshark-[0-9]* wireshark-[0-9]* wireshark-lite-[0-9]*

Modified: head/net/tshark/Makefile
==============================================================================
--- head/net/tshark/Makefile	Sat Sep 14 18:57:00 2019	(r512044)
+++ head/net/tshark/Makefile	Sat Sep 14 18:58:04 2019	(r512045)
@@ -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]*

Modified: head/net/wireshark-lite/Makefile
==============================================================================
--- head/net/wireshark-lite/Makefile	Sat Sep 14 18:57:00 2019	(r512044)
+++ head/net/wireshark-lite/Makefile	Sat Sep 14 18:58:04 2019	(r512045)
@@ -1,8 +1,6 @@
 # Created by: Bill Fumerola <billf at mu.org>
 # $FreeBSD$
 
-PORTREVISION=	1
-
 LITE=		yes
 
 CONFLICTS_INSTALL?=	wireshark-[0-9]* tshark-[0-9]* tshark-lite-[0-9]*

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Sat Sep 14 18:57:00 2019	(r512044)
+++ head/net/wireshark/Makefile	Sat Sep 14 18:58:04 2019	(r512045)
@@ -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/ \

Modified: head/net/wireshark/distinfo
==============================================================================
--- head/net/wireshark/distinfo	Sat Sep 14 18:57:00 2019	(r512044)
+++ head/net/wireshark/distinfo	Sat Sep 14 18:58:04 2019	(r512045)
@@ -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

Modified: head/net/wireshark/pkg-plist
==============================================================================
--- head/net/wireshark/pkg-plist	Sat Sep 14 18:57:00 2019	(r512044)
+++ head/net/wireshark/pkg-plist	Sat Sep 14 18:58:04 2019	(r512045)
@@ -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


More information about the svn-ports-head mailing list