diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-09-24 22:03:36 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-09-24 22:03:36 +0000 |
commit | c4bd783b24ca7f10600036797a159143f8efb5e9 (patch) | |
tree | 24e78979c7401fbe8ead17f1bfdceb98555ed56f /net/ethereal | |
parent | ca96bf66c6ef97a1a52b9835508df078929271e3 (diff) | |
download | ports-c4bd783b24ca7f10600036797a159143f8efb5e9.tar.gz ports-c4bd783b24ca7f10600036797a159143f8efb5e9.zip |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/files/patch-aa | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index f0d0f6871747..2fd64159dcff 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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/ethereal/distinfo b/net/ethereal/distinfo index 7f0e77faaa12..0de545f5eca6 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.7.3.tar.gz) = 3c3a3071628e2cc8e0446c6d9f8ae6f1 +MD5 (ethereal-0.7.5.tar.gz) = e693028d6b987487efb5209803a25039 diff --git a/net/ethereal/files/patch-aa b/net/ethereal/files/patch-aa deleted file mode 100644 index 1c18a1c11eb6..000000000000 --- a/net/ethereal/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" |