diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-19 23:51:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-19 23:51:25 +0800 |
commit | 6440d24c0f16813f95ec47df5b5f286332187372 (patch) | |
tree | 7abe12c209ae4b2d42088404cf762d37a3d0c008 /net/ethereal | |
parent | f84ceabd854f4a776727db1dd153ab4413c8ab3e (diff) | |
download | freebsd-ports-gnome-6440d24c0f16813f95ec47df5b5f286332187372.tar.gz freebsd-ports-gnome-6440d24c0f16813f95ec47df5b5f286332187372.tar.zst freebsd-ports-gnome-6440d24c0f16813f95ec47df5b5f286332187372.zip |
Upgrade to 0.4.0
PR: ports/8291
Submitted by: maintainer
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 6 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/files/patch-aa | 10 | ||||
-rw-r--r-- | net/ethereal/pkg-plist | 1 |
4 files changed, 5 insertions, 14 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a66da6c240bd..76a5ecfd0f2b 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.2 1998/09/22 22:55:54 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/29 01:32:40 jkoshy Exp $ # -DISTNAME= ethereal-0.3.17 +DISTNAME= ethereal-0.4.0 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ @@ -16,7 +16,7 @@ MAINTAINER= billf@chc-chimes.com LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes MAN1= ethereal.1 diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index d7ebf27060a2..13261cf57ded 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.3.17.tar.gz) = 7b1b5142e7baf9f4f016e065497b847e +MD5 (ethereal-0.4.0.tar.gz) = 17f8d8a001eb0051c73583ec515c179d diff --git a/net/ethereal/files/patch-aa b/net/ethereal/files/patch-aa index 04a5c750b1ec..1c18a1c11eb6 100644 --- a/net/ethereal/files/patch-aa +++ b/net/ethereal/files/patch-aa @@ -8,13 +8,3 @@ #define RC_FILE ".etherealrc" #define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1" ---- packet.c.orig Thu Sep 17 19:15:34 1998 -+++ packet.c Thu Sep 17 19:15:48 1998 -@@ -32,6 +32,7 @@ - #include <stdio.h> - #include <stdarg.h> - #include <ctype.h> -+#include <sys/types.h> - - #ifdef HAVE_NETINET_IN_H - # include <netinet/in.h> diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index 45a3b3226e79..3c6cf0c49567 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/pkg-plist @@ -1 +1,2 @@ bin/ethereal +etc/manuf |