From 508290da9450df2201a4014c9589303b5e8d4c21 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 26 Jun 2018 08:37:18 +0000 Subject: [PATCH] - Add LICENSE_FILE - Switch to new test framework Approved by: portmgr blanket --- www/varnish5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/varnish5/Makefile b/www/varnish5/Makefile index 944c393dc9cb..ee36bee02903 100644 --- a/www/varnish5/Makefile +++ b/www/varnish5/Makefile @@ -11,6 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpcre.so:devel/pcre @@ -26,6 +27,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot USE_LDCONFIG= yes INSTALL_TARGET= install-strip +TEST_TARGET= check +TEST_ARGS= TESTS_PARALLELISM=1 USE_GITHUB= yes GH_ACCOUNT= varnishcache @@ -45,7 +48,4 @@ post-patch: ${RM} ${BAD_TESTS:C|.+|${WRKSRC}/bin/varnishtest/tests/\0.vtc|} .endif -regression-test check test: build - ${MAKE_CMD} TESTS_PARALLELISM=1 -C ${WRKSRC} check - .include