From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 3 05:20:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF2716A4CE for ; Wed, 3 Dec 2003 05:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FEB43FBF for ; Wed, 3 Dec 2003 05:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3DK8FY065073 for ; Wed, 3 Dec 2003 05:20:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hB3DK8WQ065072; Wed, 3 Dec 2003 05:20:08 -0800 (PST) (envelope-from gnats) Date: Wed, 3 Dec 2003 05:20:08 -0800 (PST) Message-Id: <200312031320.hB3DK8WQ065072@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Vincent Tantardini Subject: Re: ports/59920: [UPDATE] net/tcpstat 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vincent Tantardini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 13:20:10 -0000 The following reply was made to PR ports/59920; it has been noted by GNATS. From: Vincent Tantardini To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/59920: [UPDATE] net/tcpstat 1.5 Date: Wed, 03 Dec 2003 14:15:22 +0100 Sorry for the rookie's error, please find below the diff. Furthermore, I'll be pleased to become the maintainer of this port. --- tcpstat.diff begins here --- diff -ruN tcpstat.bak/Makefile tcpstat/Makefile --- tcpstat.bak/Makefile Wed Dec 3 13:54:37 2003 +++ tcpstat/Makefile Wed Dec 3 13:52:55 2003 @@ -6,15 +6,16 @@ # PORTNAME= tcpstat -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= net -MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ +MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vinc@freebsd-fr.org COMMENT= A program to report various network statistics GNU_CONFIGURE= yes -MAN1= tcpstat.1 +MAN1= tcpstat.1 tcpprof.1 +MANCOMPRESSED= yes .include diff -ruN tcpstat.bak/distinfo tcpstat/distinfo --- tcpstat.bak/distinfo Wed Dec 3 13:54:37 2003 +++ tcpstat/distinfo Wed Dec 3 11:44:13 2003 @@ -1 +1 @@ -MD5 (tcpstat-1.4.tar.gz) = 74696fee92396e000efa9cc48283af71 +MD5 (tcpstat-1.5.tar.gz) = 93ca0ffb8f319ecf2e42ff925a7e6854 diff -ruN tcpstat.bak/pkg-descr tcpstat/pkg-descr --- tcpstat.bak/pkg-descr Wed Dec 3 13:54:37 2003 +++ tcpstat/pkg-descr Wed Dec 3 11:38:27 2003 @@ -5,6 +5,3 @@ Linux, Solaris, FreeBSD, NetBSD, and BSD/OS. WWW: http://www.frenchfries.net/paul/tcpstat/ - -- George Reid -greid@ukug.uk.freebsd.org diff -ruN tcpstat.bak/pkg-plist tcpstat/pkg-plist --- tcpstat.bak/pkg-plist Wed Dec 3 13:54:37 2003 +++ tcpstat/pkg-plist Wed Dec 3 12:26:26 2003 @@ -1 +1,2 @@ bin/tcpstat +bin/tcpprof --- tcpstat.diff ends here --- -- Vincent Tantardini vinc@freebsd-fr.org French FreeBSD User Group http://www.freebsd-fr.org