aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>2003-05-16 17:58:35 +0000
committerScott Mace <smace@FreeBSD.org>2003-05-16 17:58:35 +0000
commitf2c43f8936cacb8b83bc45279d5c6479ca999b6f (patch)
tree290292e2c9a041186abebe2d11992a6254369a8b /net
parente5f50bb1cf18720cb554d1203a956b25358224fb (diff)
downloadports-f2c43f8936cacb8b83bc45279d5c6479ca999b6f.tar.gz
ports-f2c43f8936cacb8b83bc45279d5c6479ca999b6f.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/tcpreplay/Makefile8
-rw-r--r--net/tcpreplay/distinfo2
-rw-r--r--net/tcpreplay/pkg-plist3
3 files changed, 7 insertions, 6 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile
index 8c5d0495c663..4598c9970348 100644
--- a/net/tcpreplay/Makefile
+++ b/net/tcpreplay/Makefile
@@ -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 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= smace@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}
-MAN1= capinfo.1 tcpprep.1
+MAN1= capinfo.1 tcpprep.1 pcapmerge.1
MAN8= tcpreplay.8
.include <bsd.port.mk>
diff --git a/net/tcpreplay/distinfo b/net/tcpreplay/distinfo
index 48e80de499fd..49bff170f0f7 100644
--- a/net/tcpreplay/distinfo
+++ b/net/tcpreplay/distinfo
@@ -1 +1 @@
-MD5 (tcpreplay-1.3.2.tar.gz) = c83c2060f6d719e588bf3921cc8de86b
+MD5 (tcpreplay-1.4.0.tar.gz) = 04a96d992dde5fa030c2cd04c96a0534
diff --git a/net/tcpreplay/pkg-plist b/net/tcpreplay/pkg-plist
index fbb2a065abdd..cbca05e7af6d 100644
--- a/net/tcpreplay/pkg-plist
+++ b/net/tcpreplay/pkg-plist
@@ -1,3 +1,4 @@
-sbin/tcpreplay
bin/capinfo
+bin/pcapmerge
bin/tcpprep
+sbin/tcpreplay