diff options
author | billf <billf@FreeBSD.org> | 1999-09-25 06:03:36 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-09-25 06:03:36 +0800 |
commit | 25092426fde38274d9ad2ab74aafa0cc8695adf8 (patch) | |
tree | bebc7675519b6832138af88a82086fe8225ca92d /net/wireshark | |
parent | 53f8d9897cbb3ef62efa744c7bf60a82eac68e08 (diff) | |
download | freebsd-ports-gnome-25092426fde38274d9ad2ab74aafa0cc8695adf8.tar.gz freebsd-ports-gnome-25092426fde38274d9ad2ab74aafa0cc8695adf8.tar.zst freebsd-ports-gnome-25092426fde38274d9ad2ab74aafa0cc8695adf8.zip |
Upgrade from 0.7.3 to 0.7.5, 0.7.4 had some serious errors with BSD
allegedly, so I'm glad I'm lazy.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/files/patch-aa | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index f0d0f6871747..2fd64159dcff 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ethereal -# Version required: 0.7.3 +# Version required: 0.7.5 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= ethereal-0.7.3 +DISTNAME= ethereal-0.7.5 CATEGORIES= net MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 7f0e77faaa12..0de545f5eca6 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.7.3.tar.gz) = 3c3a3071628e2cc8e0446c6d9f8ae6f1 +MD5 (ethereal-0.7.5.tar.gz) = e693028d6b987487efb5209803a25039 diff --git a/net/wireshark/files/patch-aa b/net/wireshark/files/patch-aa deleted file mode 100644 index 1c18a1c11eb6..000000000000 --- a/net/wireshark/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- ethereal.h.orig Thu Sep 17 19:14:28 1998 -+++ ethereal.h Thu Sep 17 19:15:15 1998 -@@ -27,6 +27,7 @@ - #define __ETHEREAL_H__ - - #include "config.h" -+#include <machine/endian.h> - - #define RC_FILE ".etherealrc" - #define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1" |