diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-01-04 01:06:46 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-01-04 01:06:46 +0000 |
commit | 2125479abf651425b9b154864b97c5c97ed8ab5c (patch) | |
tree | 29ebfc33ba824d292fd591d488e23c18f48215ea /net/ethereal | |
parent | 81fdec6ecb3fa7faecf8822a48771b5f610f7617 (diff) | |
download | ports-2125479abf651425b9b154864b97c5c97ed8ab5c.tar.gz ports-2125479abf651425b9b154864b97c5c97ed8ab5c.zip |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 15 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/pkg-plist | 8 |
3 files changed, 17 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 339f78a21f87..1ec36358bf33 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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/ethereal/distinfo b/net/ethereal/distinfo index fc66037b8cfb..366e5a5893b0 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c +MD5 (ethereal-0.9.0.tar.gz) = ffd8bd046f744264b7eec1b1e3dd3565 diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index 79caf46429b8..87fef9818052 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/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%% |