View | Details | Raw Unified | Return to bug 59855 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +9 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ethereal
8
PORTNAME=	ethereal
9
PORTVERSION=	0.9.14
9
PORTVERSION=	0.9.16
10
PORTREVISION=	1
11
CATEGORIES=	net ipv6
10
CATEGORIES=	net ipv6
12
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
11
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
13
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
12
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
Lines 52-57 Link Here
52
CONFIGURE_ARGS+=	--enable-snmp=no --without-ucdsnmp --without-net-snmp
51
CONFIGURE_ARGS+=	--enable-snmp=no --without-ucdsnmp --without-net-snmp
53
.endif
52
.endif
54
53
54
.if defined(WITH_ADNS) || (!defined(WITHOUT_ADNS) && exists(${LOCALBASE}/lib/adns.so))
55
LIB_DEPENDS+=	adns.1:${PORTSDIR}/dns/adns
56
CONFIGURE_ARGS+=	--with-adns=${LOCALBASE}
57
.else
58
CONFIGURE_ARGS+=	--without-adns
59
.endif
60
55
MAN1+=		editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
61
MAN1+=		editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
62
MAN4+=		ethereal-filter.4
56
63
57
.include <bsd.port.mk>
64
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ethereal-0.9.14.tar.gz) = 5bcd7fff4bc6c662a00c429eed2c9e9d
1
MD5 (ethereal-0.9.16.tar.gz) = 52860154b252c9c974de939893388dd3
(-)pkg-plist (+6 lines)
Lines 4-11 Link Here
4
bin/mergecap
4
bin/mergecap
5
bin/tethereal
5
bin/tethereal
6
bin/text2pcap
6
bin/text2pcap
7
lib/ethereal/plugins/%%PORTVERSION%%/acn.la
8
lib/ethereal/plugins/%%PORTVERSION%%/acn.so
7
lib/ethereal/plugins/%%PORTVERSION%%/artnet.la
9
lib/ethereal/plugins/%%PORTVERSION%%/artnet.la
8
lib/ethereal/plugins/%%PORTVERSION%%/artnet.so
10
lib/ethereal/plugins/%%PORTVERSION%%/artnet.so
11
lib/ethereal/plugins/%%PORTVERSION%%/asn1.la
12
lib/ethereal/plugins/%%PORTVERSION%%/asn1.so
9
lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.la
13
lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.la
10
lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.so
14
lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.so
11
lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.la
15
lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.la
Lines 14-19 Link Here
14
lib/ethereal/plugins/%%PORTVERSION%%/docsis.so
18
lib/ethereal/plugins/%%PORTVERSION%%/docsis.so
15
lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la
19
lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la
16
lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so
20
lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so
21
lib/ethereal/plugins/%%PORTVERSION%%/lwres.la
22
lib/ethereal/plugins/%%PORTVERSION%%/lwres.so
17
lib/ethereal/plugins/%%PORTVERSION%%/megaco.la
23
lib/ethereal/plugins/%%PORTVERSION%%/megaco.la
18
lib/ethereal/plugins/%%PORTVERSION%%/megaco.so
24
lib/ethereal/plugins/%%PORTVERSION%%/megaco.so
19
lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la
25
lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la

Return to bug 59855