diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index e7026fa5571b..b57ac1fc7ff4 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -1,37 +1,37 @@ PORTNAME= tcpreplay -DISTVERSION= 4.5.5 +DISTVERSION= 4.6.0 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/appneta/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= mce@FreeBSD.org COMMENT= Tool to replay saved packet capture files WWW= https://github.com/appneta/tcpreplay LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/docs/LICENSE LIB_DEPENDS= libdnet.so:net/libdnet \ libopts.so:devel/autogen USES= cpe gmake libtool pkgconfig tar:xz CPE_VENDOR= broadcom GNU_CONFIGURE= yes # libopts options are required when using autogen CONFIGURE_ARGS= --disable-libopts-install \ --disable-local-libopts TEST_TARGET= test OPTIONS_DEFINE= LIBPCAP_PORTS LIBPCAP_PORTS_DESC= Build with net/libpcap instead of from the base OS # needs .so version (libpcap.so:net/libpcap uses libpcap from the base system) LIBPCAP_PORTS_LIB_DEPENDS= libpcap.so.1:net/libpcap LIBPCAP_PORTS_CONFIGURE_OFF= --with-libpcap=/usr/lib post-patch: @${REINPLACE_CMD} -e '/make test/s|make|${MAKE_CMD}|' \ ${WRKSRC}/Makefile.in .include diff --git a/net-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo index 1f5f15eaf2a1..af0740514561 100644 --- a/net-mgmt/tcpreplay/distinfo +++ b/net-mgmt/tcpreplay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1784877448 -SHA256 (tcpreplay-4.5.5.tar.xz) = 7886286780ed09feb168b6ffd9aa71c09ada72ef35559f135ba6d98c4c9d7613 -SIZE (tcpreplay-4.5.5.tar.xz) = 833536 +TIMESTAMP = 1785226900 +SHA256 (tcpreplay-4.6.0.tar.xz) = 1ec01a3fab92215be6d8a99984ab6c16047c1ec6d813f4c508b744dd94b48837 +SIZE (tcpreplay-4.6.0.tar.xz) = 865020 diff --git a/net-mgmt/tcpreplay/pkg-plist b/net-mgmt/tcpreplay/pkg-plist index f76252afb466..262cf7603730 100644 --- a/net-mgmt/tcpreplay/pkg-plist +++ b/net-mgmt/tcpreplay/pkg-plist @@ -1,12 +1,41 @@ bin/tcpbridge bin/tcpprep bin/tcpreplay bin/tcpreplay-edit bin/tcprewrite bin/tcpcapinfo +include/tcpreplay/common.h +include/tcpreplay/common/cache.h +include/tcpreplay/common/cidr.h +include/tcpreplay/common/dlt_names.h +include/tcpreplay/common/err.h +include/tcpreplay/common/fakepcap.h +include/tcpreplay/common/fakepcapnav.h +include/tcpreplay/common/fakepoll.h +include/tcpreplay/common/flows.h +include/tcpreplay/common/get.h +include/tcpreplay/common/interface.h +include/tcpreplay/common/list.h +include/tcpreplay/common/mac.h +include/tcpreplay/common/netmap.h +include/tcpreplay/common/pcap_dlt.h +include/tcpreplay/common/sendpacket.h +include/tcpreplay/common/services.h +include/tcpreplay/common/tcpdump.h +include/tcpreplay/common/timer.h +include/tcpreplay/common/txring.h +include/tcpreplay/common/utils.h +include/tcpreplay/common/xX.h +include/tcpreplay/config.h +include/tcpreplay/defines.h +include/tcpreplay/tcpr.h +include/tcpreplay/tcpreplay.h +include/tcpreplay/tcpreplay_api.h +lib/libtcpreplay.a +libdata/pkgconfig/libtcpreplay.pc share/man/man1/tcpcapinfo.1.gz share/man/man1/tcpbridge.1.gz share/man/man1/tcpprep.1.gz share/man/man1/tcpreplay-edit.1.gz share/man/man1/tcpreplay.1.gz share/man/man1/tcprewrite.1.gz