diff options
author | billf <billf@FreeBSD.org> | 2000-04-15 15:19:48 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-04-15 15:19:48 +0800 |
commit | ae5cf56239a497f48e157309de66650f69003d26 (patch) | |
tree | d61af37432ef465b43935cb61f4e3a64235a446f /net | |
parent | f9e90494d6224c8197fa440015bfe150f40a0d24 (diff) | |
download | freebsd-ports-gnome-ae5cf56239a497f48e157309de66650f69003d26.tar.gz freebsd-ports-gnome-ae5cf56239a497f48e157309de66650f69003d26.tar.zst freebsd-ports-gnome-ae5cf56239a497f48e157309de66650f69003d26.zip |
Upgrade to 0.8.7, disable snmp for now. Its messed up.
Requested by: scanner@closed-networks.com
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 3 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 9a3a8d069f3f..39a221e60020 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -23,6 +23,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-snmp=no CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 2f7bf9b293e3..e2285b4a219d 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.6.tar.gz) = 2856a83c18c1f019f38e23f864e1a77f +MD5 (ethereal-0.8.7.tar.gz) = 0f7c9cb14c3867acceb4b77ccf784d70 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 9a3a8d069f3f..39a221e60020 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -23,6 +23,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-snmp=no CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 2f7bf9b293e3..e2285b4a219d 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.6.tar.gz) = 2856a83c18c1f019f38e23f864e1a77f +MD5 (ethereal-0.8.7.tar.gz) = 0f7c9cb14c3867acceb4b77ccf784d70 |