diff options
author | billf <billf@FreeBSD.org> | 2002-01-04 09:06:46 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-01-04 09:06:46 +0800 |
commit | 9af5470d677df907393fa8e969fedb1bbddebf4d (patch) | |
tree | 266e375e289a8aa968c4c8c2019612ef5e0f8a17 /net/wireshark | |
parent | 0c0f7efb2e0e7ae435b3821c92cb16f3751329a2 (diff) | |
download | freebsd-ports-gnome-9af5470d677df907393fa8e969fedb1bbddebf4d.tar.gz freebsd-ports-gnome-9af5470d677df907393fa8e969fedb1bbddebf4d.tar.zst freebsd-ports-gnome-9af5470d677df907393fa8e969fedb1bbddebf4d.zip |
0) upgrade to 0.9.0, the latest and greatest
1) include 'old-versions' in MASTER_SITE_SUBDIR for the next time the
maintainers move the distfile around
2) include a forgotten man page in Makefile and plugins in pkg-plist
3) include some xml that gets installed in pkg-plist
PR: ports/31434 (2)
Submitted by: jhb (1), Scott Renfro <scott@renfro.org> (2)
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 15 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 8 |
3 files changed, 17 insertions, 8 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 339f78a21f87..1ec36358bf33 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.19 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ - ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ - ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ \ - ftp://the.wiretapped.net/pub/security/packet-sniffing/ethereal/ +MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/network/monitoring/ethereal/%SUBDIR%/ \ + ftp://the.wiretapped.net/pub/security/packet-sniffing/ethereal/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org @@ -34,7 +34,8 @@ CONFIGURE_ARGS+= --enable-snmp=no .endif PLIST_SUB= PORTVERSION=${PORTVERSION} -MAN1= ethereal.1 tethereal.1 editcap.1 mergecap.1 text2pcap.1 +MAN1= editcap.1 ethereal.1 idl2eth.1 mergecap.1 tethereal.1 \ + text2pcap.1 pre-install: .for i in ${MAN1} diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index fc66037b8cfb..366e5a5893b0 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c +MD5 (ethereal-0.9.0.tar.gz) = ffd8bd046f744264b7eec1b1e3dd3565 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 79caf46429b8..87fef9818052 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -1,9 +1,17 @@ bin/editcap bin/ethereal +bin/idl2eth bin/mergecap bin/tethereal bin/text2pcap etc/manuf +etc/dictionary.dtd +etc/dictionary.xml +etc/mobileipv4.xml +etc/nasreq.xml +etc/sunping.xml +lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.so +lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.so lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so @dirrm lib/ethereal/plugins/%%PORTVERSION%% |