diff options
author | smace <smace@FreeBSD.org> | 2003-05-17 01:58:35 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2003-05-17 01:58:35 +0800 |
commit | c3eb092ce6c5e131432a56b23880b06d45a33eed (patch) | |
tree | ca9ee86bd6d32c26125328afd0426c24848093a4 /net-mgmt | |
parent | 027b63f0e6f6ef016ce0c2345c3c87dc313bb8c5 (diff) | |
download | freebsd-ports-gnome-c3eb092ce6c5e131432a56b23880b06d45a33eed.tar.gz freebsd-ports-gnome-c3eb092ce6c5e131432a56b23880b06d45a33eed.tar.zst freebsd-ports-gnome-c3eb092ce6c5e131432a56b23880b06d45a33eed.zip |
Update to tcpreplay-1.4.0
PR: ports/51951
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/pkg-plist | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 8c5d0495c663..4598c9970348 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/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-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo index 48e80de499fd..49bff170f0f7 100644 --- a/net-mgmt/tcpreplay/distinfo +++ b/net-mgmt/tcpreplay/distinfo @@ -1 +1 @@ -MD5 (tcpreplay-1.3.2.tar.gz) = c83c2060f6d719e588bf3921cc8de86b +MD5 (tcpreplay-1.4.0.tar.gz) = 04a96d992dde5fa030c2cd04c96a0534 diff --git a/net-mgmt/tcpreplay/pkg-plist b/net-mgmt/tcpreplay/pkg-plist index fbb2a065abdd..cbca05e7af6d 100644 --- a/net-mgmt/tcpreplay/pkg-plist +++ b/net-mgmt/tcpreplay/pkg-plist @@ -1,3 +1,4 @@ -sbin/tcpreplay bin/capinfo +bin/pcapmerge bin/tcpprep +sbin/tcpreplay |