ports/51951: Update net/tcpreplay: 1.3.2 -> 1.4.0

Kirill Ponomarew ponomarew at oberon.net
Thu May 8 06:00:16 UTC 2003


>Number:         51951
>Category:       ports
>Synopsis:       Update net/tcpreplay: 1.3.2 -> 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 23:00:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/tcpreplay: 1.3.2 -> 1.4.0

A ton of new features for 1.3.x users

>How-To-Repeat:
>Fix:

diff -ruN tcpreplay.orig/Makefile tcpreplay/Makefile
--- tcpreplay.orig/Makefile	Fri Mar  7 07:08:02 2003
+++ tcpreplay/Makefile	Thu May  8 07:50:59 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tcpreplay
-PORTVERSION=	1.3.2
+PORTVERSION=	1.4.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,12 +14,12 @@
 MAINTAINER=	smace at FreeBSD.org
 COMMENT=	A tool to replay saved packet capture files
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+BUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+= --with-libnet=${PREFIX} --with-libredblack=${PREFIX}
+CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} --with-libredblack=${PREFIX}
 
-MAN1=		capinfo.1 tcpprep.1
+MAN1=		capinfo.1 tcpprep.1 pcapmerge.1
 MAN8=		tcpreplay.8
 
 .include <bsd.port.mk>
diff -ruN tcpreplay.orig/distinfo tcpreplay/distinfo
--- tcpreplay.orig/distinfo	Sat Jan 18 18:45:22 2003
+++ tcpreplay/distinfo	Thu May  8 07:04:46 2003
@@ -1 +1 @@
-MD5 (tcpreplay-1.3.2.tar.gz) = c83c2060f6d719e588bf3921cc8de86b
+MD5 (tcpreplay-1.4.0.tar.gz) = 04a96d992dde5fa030c2cd04c96a0534
diff -ruN tcpreplay.orig/pkg-plist tcpreplay/pkg-plist
--- tcpreplay.orig/pkg-plist	Fri Oct 11 16:26:17 2002
+++ tcpreplay/pkg-plist	Thu May  8 07:42:00 2003
@@ -1,3 +1,4 @@
 sbin/tcpreplay
 bin/capinfo
+bin/pcapmerge
 bin/tcpprep
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list