diff options
author | billf <billf@FreeBSD.org> | 1999-08-05 20:14:21 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-05 20:14:21 +0000 |
commit | 26e688b0de1e3636c2b617bfb2bf757ab8778b40 (patch) | |
tree | 18483f154ed01b8647543846abe184c934db3587 | |
parent | 94859428d344222fe69349afb2d53b736dae06fe (diff) | |
download | FreeBSD-ports-26e688b0de1e3636c2b617bfb2bf757ab8778b40.zip FreeBSD-ports-26e688b0de1e3636c2b617bfb2bf757ab8778b40.tar.gz |
Upgrade to 0.7.1, they actually released 0.7.1 before I could even
upgrade our tree to 0.7.0! It's good, however, because this version
fixes some significant bugs.
-rw-r--r-- | net/ethereal/Makefile | 5 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a59526b..1c4c0eb 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -3,10 +3,10 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.11 1999/05/29 03:55:12 steve Exp $ +# $Id: Makefile,v 1.12 1999/07/15 12:13:43 obrien Exp $ # -DISTNAME= ethereal-0.6.3 +DISTNAME= ethereal-0.7.1 CATEGORIES= net MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -19,7 +19,6 @@ MAINTAINER= billf@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 2f22e3c..b1ab780 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.6.3.tar.gz) = 46db4e629319b35f9c0719668be39781 +MD5 (ethereal-0.7.1.tar.gz) = d7de06d2c922bdf1a240777e97ceab79 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index a59526b..1c4c0eb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -3,10 +3,10 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.11 1999/05/29 03:55:12 steve Exp $ +# $Id: Makefile,v 1.12 1999/07/15 12:13:43 obrien Exp $ # -DISTNAME= ethereal-0.6.3 +DISTNAME= ethereal-0.7.1 CATEGORIES= net MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -19,7 +19,6 @@ MAINTAINER= billf@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 2f22e3c..b1ab780 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.6.3.tar.gz) = 46db4e629319b35f9c0719668be39781 +MD5 (ethereal-0.7.1.tar.gz) = d7de06d2c922bdf1a240777e97ceab79 |