From owner-svn-ports-all@freebsd.org Tue Aug 11 22:50:19 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 6154B99FAE3; Tue, 11 Aug 2015 22:50:19 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.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 4DD97ECB; Tue, 11 Aug 2015 22:50:19 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BMoJeh079220; Tue, 11 Aug 2015 22:50:19 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BMoIDw079213; Tue, 11 Aug 2015 22:50:18 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201508112250.t7BMoIDw079213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 11 Aug 2015 22:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393983 - in head/security/gnupg: . files X-SVN-Group: ports-head 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: Tue, 11 Aug 2015 22:50:19 -0000 Author: kuriyama Date: Tue Aug 11 22:50:17 2015 New Revision: 393983 URL: https://svnweb.freebsd.org/changeset/ports/393983 Log: - Upgrade to 2.1.7 (minor fixes). Deleted: head/security/gnupg/files/patch-agent_agent.h Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/files/patch-doc-Makefile.in head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Tue Aug 11 22:25:15 2015 (r393982) +++ head/security/gnupg/Makefile Tue Aug 11 22:50:17 2015 (r393983) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.7 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Tue Aug 11 22:25:15 2015 (r393982) +++ head/security/gnupg/distinfo Tue Aug 11 22:50:17 2015 (r393983) @@ -1,4 +1,4 @@ -SHA256 (gnupg-2.1.6.tar.bz2) = 5e599ad542199f3bd733eed2b88a539d1b4c3beda2dbab0ff69f1896f52e92fd -SIZE (gnupg-2.1.6.tar.bz2) = 4917722 -SHA256 (gnupg-2.1.6.tar.bz2.sig) = 44ca68757e7ae6dc8d5c2c1122015b195b366c32e06537b4d29ccdc3e5139c7b -SIZE (gnupg-2.1.6.tar.bz2.sig) = 287 +SHA256 (gnupg-2.1.7.tar.bz2) = c18a3776d47fec98892d51d28b6574ef16bf0a25eabb0956231058aaf2e7846e +SIZE (gnupg-2.1.7.tar.bz2) = 4918583 +SHA256 (gnupg-2.1.7.tar.bz2.sig) = 242db38327b5520b45a9243735b8584d0d319cca4131db6f1522abb6350228bc +SIZE (gnupg-2.1.7.tar.bz2.sig) = 287 Modified: head/security/gnupg/files/patch-doc-Makefile.in ============================================================================== --- head/security/gnupg/files/patch-doc-Makefile.in Tue Aug 11 22:25:15 2015 (r393982) +++ head/security/gnupg/files/patch-doc-Makefile.in Tue Aug 11 22:50:17 2015 (r393983) @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig 2014-11-22 17:40:32.499461775 +0900 -+++ doc/Makefile.in 2014-11-22 17:41:10.997462066 +0900 -@@ -415,7 +415,7 @@ +--- doc/Makefile.in.orig 2015-08-11 20:57:21.000000000 +0900 ++++ doc/Makefile.in 2015-08-12 01:06:54.960781832 +0900 +@@ -498,7 +498,7 @@ myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 gpgv2.1 \ watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \ gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \ -- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1 \ -+ gpgsm-gencert.sh.1 applygnupgdefaults.8 \ +- applygnupgdefaults.8 gpg-zip.1 \ ++ applygnupgdefaults.8 \ dirmngr-client.1 man_MANS = $(myman_pages) gnupg.7 Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Tue Aug 11 22:25:15 2015 (r393982) +++ head/security/gnupg/pkg-plist Tue Aug 11 22:50:17 2015 (r393983) @@ -12,7 +12,6 @@ bin/gpg2 bin/gpgconf bin/gpgkey2ssh bin/gpgparsemail -bin/gpgsm-gencert.sh bin/gpgv2 bin/symcryptrun bin/watchgnupg @@ -28,7 +27,6 @@ libexec/gpg-protect-tool %%PORTDOCS%%man/man1/gpg2.1.gz %%PORTDOCS%%man/man1/gpgconf.1.gz %%PORTDOCS%%man/man1/gpgparsemail.1.gz -%%PORTDOCS%%man/man1/gpgsm-gencert.sh.1.gz %%PORTDOCS%%man/man1/gpgsm.1.gz %%PORTDOCS%%man/man1/gpgv2.1.gz %%PORTDOCS%%man/man1/scdaemon.1.gz