Date: Fri, 8 Oct 2021 11:45:04 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9fb132ce9a0a - main - net-mgmt/tcpreplay: Add CPE information Message-ID: <202110081145.198Bj4AR054073@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fb132ce9a0a4402d3ea80fa7927b43b4a4e5d60 commit 9fb132ce9a0a4402d3ea80fa7927b43b4a4e5d60 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:41:42 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:41:42 +0000 net-mgmt/tcpreplay: Add CPE information Approved by: portmgr (blanket) --- net-mgmt/tcpreplay/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index ec7400874bc8..cb50c87d6798 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -14,13 +14,14 @@ BUILD_DEPENDS= pcapnav-config:net/libpcapnav LIB_DEPENDS= libdnet.so:net/libdnet \ libopts.so:devel/autogen -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf cpe gmake libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= appneta GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config +CPE_VENDOR= appneta TEST_TARGET= test OPTIONS_DEFAULT= LIBPCAP_BASE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081145.198Bj4AR054073>