svn commit: r536014 - head/security/strongswan

Fernando Apesteguía fernape at FreeBSD.org
Wed May 20 18:50:27 UTC 2020


Author: fernape
Date: Wed May 20 18:50:26 2020
New Revision: 536014
URL: https://svnweb.freebsd.org/changeset/ports/536014

Log:
  security/strongswan: Add TEST_TARGET
  
  make test passes OK
  
  PR:	246535
  Submitted by:	jlduran at gmail.com
  Reviewed by:	strongswan at Nanoteq.com (maintainer)

Modified:
  head/security/strongswan/Makefile

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Wed May 20 18:49:01 2020	(r536013)
+++ head/security/strongswan/Makefile	Wed May 20 18:50:26 2020	(r536014)
@@ -3,6 +3,7 @@
 
 PORTNAME=	strongswan
 PORTVERSION=	5.8.4
+PORTREVISION=	1
 CATEGORIES=	security net-vpn
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/
@@ -19,6 +20,7 @@ USE_LDCONFIG=	${PREFIX}/lib/ipsec
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 CONFIGURE_ARGS=	--enable-kernel-pfkey \
 		--enable-kernel-pfroute  \


More information about the svn-ports-head mailing list