From owner-svn-ports-all@freebsd.org Thu Dec 3 16:39:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B9EA40FA5; Thu, 3 Dec 2015 16:39:54 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18B7515FB; Thu, 3 Dec 2015 16:39:54 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB3GdrWx060400; Thu, 3 Dec 2015 16:39:53 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB3GdriE060398; Thu, 3 Dec 2015 16:39:53 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201512031639.tB3GdriE060398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 3 Dec 2015 16:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402884 - branches/2015Q4/security/strongswan X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 16:39:54 -0000 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