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

(-)ethereal/Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ethereal
8
PORTNAME=	ethereal
9
PORTVERSION=	0.10.0a
9
PORTVERSION=	0.10.3
10
PORTREVISION=	2
10
#PORTREVISION=	2
11
CATEGORIES=	net ipv6
11
CATEGORIES=	net ipv6
12
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
12
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
13
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
13
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
Lines 53-59 Link Here
53
53
54
.if !defined(WITHOUT_SNMP)
54
.if !defined(WITHOUT_SNMP)
55
CONFIGURE_ARGS+=	--enable-snmp=yes \
55
CONFIGURE_ARGS+=	--enable-snmp=yes \
56
			--with-net-snmp=${LOCALBASE}/lib \
56
			--with-net-snmp=${LOCALBASE}/bin/net-snmp-config \
57
			--without-ucdsnmp
57
			--without-ucdsnmp
58
.if exists(/usr/include/openssl/crypto.h)
58
.if exists(/usr/include/openssl/crypto.h)
59
CONFIGURE_ARGS+=	--with-ssl=/usr
59
CONFIGURE_ARGS+=	--with-ssl=/usr
(-)ethereal/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (ethereal-0.10.0a.tar.bz2) = 1e31508c5509272595fa237d074461b1
1
MD5 (ethereal-0.10.3.tar.bz2) = 6902272eb5304f57db76bf91abe453d1
2
SIZE (ethereal-0.10.3.tar.bz2) = 4840005
(-)ethereal/pkg-plist (+19 lines)
Lines 32-45 Link Here
32
lib/ethereal/plugins/%%PORTVERSION%%/rdm.la
32
lib/ethereal/plugins/%%PORTVERSION%%/rdm.la
33
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
33
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
34
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.la
34
lib/ethereal/plugins/%%PORTVERSION%%/rtnet.la
35
lib/ethereal/plugins/%%PORTVERSION%%/irda.so
36
lib/ethereal/plugins/%%PORTVERSION%%/irda.la
37
lib/ethereal/plugins/%%PORTVERSION%%/v5ua.so
38
lib/ethereal/plugins/%%PORTVERSION%%/v5ua.la
39
lib/ethereal/plugins/%%PORTVERSION%%/ciscosm.la
40
lib/ethereal/plugins/%%PORTVERSION%%/ciscosm.so
41
lib/ethereal/plugins/%%PORTVERSION%%/rlm.la
42
lib/ethereal/plugins/%%PORTVERSION%%/rlm.so
43
lib/ethereal/plugins/%%PORTVERSION%%/rudp.la
44
lib/ethereal/plugins/%%PORTVERSION%%/rudp.so
35
share/ethereal/diameter/dictionary.dtd
45
share/ethereal/diameter/dictionary.dtd
36
share/ethereal/diameter/dictionary.xml
46
share/ethereal/diameter/dictionary.xml
37
share/ethereal/diameter/mobileipv4.xml
47
share/ethereal/diameter/mobileipv4.xml
38
share/ethereal/diameter/nasreq.xml
48
share/ethereal/diameter/nasreq.xml
39
share/ethereal/diameter/sunping.xml
49
share/ethereal/diameter/sunping.xml
50
share/ethereal/help/capture_filters.txt
51
share/ethereal/help/capturing.txt
52
share/ethereal/help/display_filters.txt
53
share/ethereal/help/faq.txt
54
share/ethereal/help/getting_started.txt
55
share/ethereal/help/overview.txt
56
share/ethereal/help/toc
57
share/ethereal/help/well_known.txt
40
share/ethereal/manuf
58
share/ethereal/manuf
41
@dirrm lib/ethereal/plugins/%%PORTVERSION%%
59
@dirrm lib/ethereal/plugins/%%PORTVERSION%%
42
@dirrm lib/ethereal/plugins
60
@dirrm lib/ethereal/plugins
43
@dirrm lib/ethereal
61
@dirrm lib/ethereal
44
@dirrm share/ethereal/diameter
62
@dirrm share/ethereal/diameter
63
@dirrm share/ethereal/help
45
@dirrm share/ethereal
64
@dirrm share/ethereal

Return to bug 64777