svn commit: r402884 - branches/2015Q4/security/strongswan

Renato Botelho garga at FreeBSD.org
Thu Dec 3 16:39:54 UTC 2015


Author: garga
Date: Thu Dec  3 16:39:52 2015
New Revision: 402884
URL: https://svnweb.freebsd.org/changeset/ports/402884

Log:
  MFH: r402880 r402881
  
  Add @sample to gcm.conf missed when I introduced it. No bump on PORTREVISION
  since GCM is disabled by default
  
  Submitted by:	Jose Luis Duran
  Obtained from:	https://github.com/pfsense/FreeBSD-ports/pull/2
  
  Bump PORTREVISION to help users with custom OPTIONS to get the fix
  committed in r402880, as suggested by AMDmi3
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q4/security/strongswan/Makefile
  branches/2015Q4/security/strongswan/pkg-plist
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/security/strongswan/Makefile
==============================================================================
--- branches/2015Q4/security/strongswan/Makefile	Thu Dec  3 16:39:24 2015	(r402883)
+++ branches/2015Q4/security/strongswan/Makefile	Thu Dec  3 16:39:52 2015	(r402884)
@@ -3,6 +3,7 @@
 
 PORTNAME=	strongswan
 PORTVERSION=	5.3.4
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/

Modified: branches/2015Q4/security/strongswan/pkg-plist
==============================================================================
--- branches/2015Q4/security/strongswan/pkg-plist	Thu Dec  3 16:39:24 2015	(r402883)
+++ branches/2015Q4/security/strongswan/pkg-plist	Thu Dec  3 16:39:52 2015	(r402884)
@@ -253,7 +253,7 @@ man/man8/charon-cmd.8.gz
 %%GCM%%lib/ipsec/plugins/libstrongswan-gcm.a
 %%GCM%%lib/ipsec/plugins/libstrongswan-gcm.la
 %%GCM%%lib/ipsec/plugins/libstrongswan-gcm.so
-%%GCM%%%%ETCDIR%%.d/charon/gcm.conf.sample
+%%GCM%%@sample %%ETCDIR%%.d/charon/gcm.conf.sample
 %%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.a
 %%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.la
 %%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.so


More information about the svn-ports-all mailing list