From owner-freebsd-ports Mon Oct 22 10:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B452137B403 for ; Mon, 22 Oct 2001 10:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9MHU2S35270; Mon, 22 Oct 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Received: from proxy2.ba.best.com (proxy2.ba.best.com [206.184.139.14]) by hub.freebsd.org (Postfix) with ESMTP id D999037B403 for ; Mon, 22 Oct 2001 10:29:25 -0700 (PDT) Received: from renfro.org (8q0xz1@sdn-ar-005casjosP299.dialsprint.net [63.180.21.37]) by proxy2.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id KAA11880 for ; Mon, 22 Oct 2001 10:28:23 -0700 (PDT) Received: (from scott@localhost) by renfro.org (8.11.4/8.11.4) id f9MHSL388993; Mon, 22 Oct 2001 10:28:21 -0700 (PDT) (envelope-from scott) Message-Id: <200110221728.f9MHSL388993@renfro.org> Date: Mon, 22 Oct 2001 10:28:21 -0700 (PDT) From: Scott Renfro Reply-To: Scott Renfro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31434: [PATCH] net/ethereal upgrade to 0.8.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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