Date: Thu, 8 Feb 2018 09:02:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461205 - head/net-mgmt/tcpreplay Message-ID: <201802080902.w1892mYL085555@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 8 09:02:48 2018 New Revision: 461205 URL: https://svnweb.freebsd.org/changeset/ports/461205 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/net-mgmt/tcpreplay/Makefile Modified: head/net-mgmt/tcpreplay/Makefile ============================================================================== --- head/net-mgmt/tcpreplay/Makefile Thu Feb 8 09:02:46 2018 (r461204) +++ head/net-mgmt/tcpreplay/Makefile Thu Feb 8 09:02:48 2018 (r461205) @@ -19,6 +19,7 @@ BUILD_DEPENDS= pcapnav-config:net/libpcapnav USES= autoreconf libtool pkgconfig USE_GITHUB= yes GNU_CONFIGURE= yes +TEST_TARGET= test GH_ACCOUNT= appneta @@ -41,8 +42,5 @@ LIBPCAP_PORTS_LIB_DEPENDS= libpcap.so:net/libpcap post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}.ac - -regression-test: build - @cd ${WRKSRC} && ${MAKE} -s test .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802080902.w1892mYL085555>