From 090289122ab2bd8f67c34e0e7c2f6ee43f21abf9 Mon Sep 17 00:00:00 2001 From: billf Date: Mon, 24 Feb 2003 21:23:58 +0000 Subject: upgrade to 0.9.9 Submitted by: marcus --- net/ethereal/Makefile | 9 ++++++--- net/ethereal/distinfo | 2 +- net/ethereal/pkg-comment | 1 - net/ethereal/pkg-plist | 6 ++++++ net/wireshark/Makefile | 9 ++++++--- net/wireshark/distinfo | 2 +- net/wireshark/pkg-comment | 1 - net/wireshark/pkg-plist | 6 ++++++ 8 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 net/ethereal/pkg-comment delete mode 100644 net/wireshark/pkg-comment (limited to 'net') diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index bc6d6b6..50303fb 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -16,12 +16,15 @@ MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org +COMMENT= An X11/GTK network analyzer/capture tool .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 +LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp .endif USE_GNOMENG= yes +CONFIGURE_ARGS= --program-transform-name="" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_X11) USE_X_PREFIX= yes USE_GNOME= gtk12 @@ -40,7 +43,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ - --with-ucdsnmp=${LOCALBASE}/lib + --with-net-snmp=${LOCALBASE}/lib .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index c4b7bdf..4d674e4 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.9.7.tar.gz) = c5094063c332505dd65276cf05e12c85 +MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8 diff --git a/net/ethereal/pkg-comment b/net/ethereal/pkg-comment deleted file mode 100644 index 798083f..0000000 --- a/net/ethereal/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11/GTK network analyzer/capture tool diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index 97a97e8..28fb924 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/pkg-plist @@ -22,9 +22,15 @@ lib/ethereal/plugins/%%PORTVERSION%%/docsis.so lib/ethereal/plugins/%%PORTVERSION%%/gryphon.a lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so +lib/ethereal/plugins/%%PORTVERSION%%/megaco.a +lib/ethereal/plugins/%%PORTVERSION%%/megaco.la +lib/ethereal/plugins/%%PORTVERSION%%/megaco.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.a lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so +lib/ethereal/plugins/%%PORTVERSION%%/pcli.a +lib/ethereal/plugins/%%PORTVERSION%%/pcli.la +lib/ethereal/plugins/%%PORTVERSION%%/pcli.so @dirrm etc/diameter @dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index bc6d6b6..50303fb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -16,12 +16,15 @@ MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org +COMMENT= An X11/GTK network analyzer/capture tool .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 +LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp .endif USE_GNOMENG= yes +CONFIGURE_ARGS= --program-transform-name="" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_X11) USE_X_PREFIX= yes USE_GNOME= gtk12 @@ -40,7 +43,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ - --with-ucdsnmp=${LOCALBASE}/lib + --with-net-snmp=${LOCALBASE}/lib .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index c4b7bdf..4d674e4 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.9.7.tar.gz) = c5094063c332505dd65276cf05e12c85 +MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8 diff --git a/net/wireshark/pkg-comment b/net/wireshark/pkg-comment deleted file mode 100644 index 798083f..0000000 --- a/net/wireshark/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11/GTK network analyzer/capture tool diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 97a97e8..28fb924 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -22,9 +22,15 @@ lib/ethereal/plugins/%%PORTVERSION%%/docsis.so lib/ethereal/plugins/%%PORTVERSION%%/gryphon.a lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so +lib/ethereal/plugins/%%PORTVERSION%%/megaco.a +lib/ethereal/plugins/%%PORTVERSION%%/megaco.la +lib/ethereal/plugins/%%PORTVERSION%%/megaco.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.a lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so +lib/ethereal/plugins/%%PORTVERSION%%/pcli.a +lib/ethereal/plugins/%%PORTVERSION%%/pcli.la +lib/ethereal/plugins/%%PORTVERSION%%/pcli.so @dirrm etc/diameter @dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins -- cgit v1.1