View | Details | Raw Unified | Return to bug 55142
Collapse All | Expand All

(-)ethereal/Makefile (-7 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ethereal
8
PORTNAME=	ethereal
9
PORTVERSION=	0.9.13
9
PORTVERSION=	0.9.14
10
CATEGORIES=	net ipv6
10
CATEGORIES=	net ipv6
11
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
11
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
12
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
12
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
Lines 51-61 Link Here
51
CONFIGURE_ARGS+=	--enable-snmp=no --without-ucdsnmp --without-net-snmp
51
CONFIGURE_ARGS+=	--enable-snmp=no --without-ucdsnmp --without-net-snmp
52
.endif
52
.endif
53
53
54
MAN1+=		editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
54
MAN1+=		editcap.1 ethereal idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
55
56
pre-install:
57
.for i in ${MAN1}
58
	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
59
.endfor
60
55
61
.include <bsd.port.mk>
56
.include <bsd.port.mk>
(-)ethereal/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ethereal-0.9.13.tar.gz) = 0d3942b1352d690342ae444afffdb3e6
1
MD5 (ethereal-0.9.14.tar.gz) = 5bcd7fff4bc6c662a00c429eed2c9e9d
(-)ethereal/pkg-plist (+6 lines)
Lines 22-27 Link Here
22
lib/ethereal/plugins/%%PORTVERSION%%/pcli.so
22
lib/ethereal/plugins/%%PORTVERSION%%/pcli.so
23
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.la
23
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.la
24
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
24
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
25
man/man1/editcap.1.gz
26
man/man1/ethereal.1.gz
27
man/man1/idl2eth.1.gz
28
man/man1/mergecap.1.gz
29
man/man1/tethereal.1.gz
30
man/man1/text2pcap.1.gz
25
share/ethereal/diameter/dictionary.dtd
31
share/ethereal/diameter/dictionary.dtd
26
share/ethereal/diameter/dictionary.xml
32
share/ethereal/diameter/dictionary.xml
27
share/ethereal/diameter/mobileipv4.xml
33
share/ethereal/diameter/mobileipv4.xml

Return to bug 55142