Date: Mon, 22 Oct 2001 10:28:21 -0700 (PDT) From: Scott Renfro <scott@renfro.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31434: [PATCH] net/ethereal upgrade to 0.8.20 Message-ID: <200110221728.f9MHSL388993@renfro.org>
next in thread | raw e-mail | index | archive | help
>Number: 31434 >Category: ports >Synopsis: [PATCH] net/ethereal upgrade to 0.8.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 22 10:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Scott Renfro <scott@renfro.org> >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD bonsai 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Oct 21 13:27:32 PDT 2001 scott@bonsai:/usr/src/sys/compile/FWGW4 i386 >Description: This patch upgrades net/ethereal to version 0.8.20. >How-To-Repeat: >Fix: Files to delete: files/patch-ac Files to add: N/A Patch: diff -ru ethereal.orig/Makefile ethereal/Makefile --- ethereal.orig/Makefile Mon Oct 22 09:19:05 2001 +++ ethereal/Makefile Mon Oct 22 10:07:05 2001 @@ -6,8 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.19 -PORTREVISION= 1 +PORTVERSION= 0.8.20 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ @@ -34,7 +33,8 @@ .endif PLIST_SUB= PORTVERSION=${PORTVERSION} -MAN1= ethereal.1 tethereal.1 editcap.1 mergecap.1 text2pcap.1 +MAN1= ethereal.1 tethereal.1 editcap.1 mergecap.1 text2pcap.1 \ + idl2eth.1 pre-install: .for i in ${MAN1} diff -ru ethereal.orig/distinfo ethereal/distinfo --- ethereal.orig/distinfo Mon Oct 22 09:19:05 2001 +++ ethereal/distinfo Mon Oct 22 09:56:06 2001 @@ -1 +1 @@ -MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c +MD5 (ethereal-0.8.20.tar.gz) = 069cf917b94cacdc905041fe5d977675 Only in ethereal.orig/: files diff -ru ethereal.orig/pkg-plist ethereal/pkg-plist --- ethereal.orig/pkg-plist Mon Oct 22 09:19:05 2001 +++ ethereal/pkg-plist Mon Oct 22 10:13:08 2001 @@ -3,9 +3,12 @@ bin/mergecap bin/tethereal bin/text2pcap +bin/idl2eth etc/manuf lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so +lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.so +lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.so @dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins @dirrm lib/ethereal >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110221728.f9MHSL388993>