diff options
author | billf <billf@FreeBSD.org> | 1999-08-12 21:43:45 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-12 21:43:45 +0800 |
commit | 95516f0f64ef925fcc897d142c716d3db0ec3584 (patch) | |
tree | b2f0f1d3f8c6b7769c016d147a9e72c9c1b1bdac /net/wireshark/Makefile | |
parent | fcec05ea2aaeb93dd61eef4198ba2cfb3f463ead (diff) | |
download | freebsd-ports-gnome-95516f0f64ef925fcc897d142c716d3db0ec3584.tar.gz freebsd-ports-gnome-95516f0f64ef925fcc897d142c716d3db0ec3584.tar.zst freebsd-ports-gnome-95516f0f64ef925fcc897d142c716d3db0ec3584.zip |
Upgrade to 0.7.2, which fixes several large memory leaks.
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 1c4c0eb6c2a4..7539865b4e96 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.12 1999/07/15 12:13:43 obrien Exp $ +# $Id: Makefile,v 1.13 1999/08/05 20:14:20 billf Exp $ # -DISTNAME= ethereal-0.7.1 +DISTNAME= ethereal-0.7.2 CATEGORIES= net MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ |