From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 21:17:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15CF9A5E; Wed, 1 Apr 2015 21:17:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 00A7AB9B; Wed, 1 Apr 2015 21:17:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31LHqAh009964; Wed, 1 Apr 2015 21:17:52 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31LHq2N009963; Wed, 1 Apr 2015 21:17:52 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504012117.t31LHq2N009963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Apr 2015 21:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382957 - in branches/2015Q2/security/keychain: . files 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.18-1 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: Wed, 01 Apr 2015 21:17:53 -0000 Author: bdrewery Date: Wed Apr 1 21:17:51 2015 New Revision: 382957 URL: https://svnweb.freebsd.org/changeset/ports/382957 Log: MFH: r382956 Fix support with GnuPG 2.1+ by not showing a warning when gpg-agent already running. Obtained from: https://github.com/funtoo/keychain Approved by: portmgr (implicit) Added: branches/2015Q2/security/keychain/files/ - copied from r382956, head/security/keychain/files/ Modified: branches/2015Q2/security/keychain/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/keychain/Makefile ============================================================================== --- branches/2015Q2/security/keychain/Makefile Wed Apr 1 21:17:16 2015 (r382956) +++ branches/2015Q2/security/keychain/Makefile Wed Apr 1 21:17:51 2015 (r382957) @@ -3,6 +3,7 @@ PORTNAME= keychain PORTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.funtoo.org/archive/keychain/ \ GENTOO/distfiles