Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2020 18:50:26 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536014 - head/security/strongswan
Message-ID:  <202005201850.04KIoQAe096775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com
  Reviewed by:	strongswan@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  \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005201850.04KIoQAe096775>