Date: Thu, 3 Dec 2015 16:39:53 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402884 - branches/2015Q4/security/strongswan Message-ID: <201512031639.tB3GdriE060398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512031639.tB3GdriE060398>