From owner-svn-ports-all@freebsd.org Tue Jul 31 19:05:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A11D1062064; Tue, 31 Jul 2018 19:05:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F62377C73; Tue, 31 Jul 2018 19:05:37 +0000 (UTC) (envelope-from jhale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4C5517B3D; Tue, 31 Jul 2018 19:05:36 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6VJ5as8075952; Tue, 31 Jul 2018 19:05:36 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6VJ5Zh5075945; Tue, 31 Jul 2018 19:05:35 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201807311905.w6VJ5Zh5075945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 31 Jul 2018 19:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476015 - in head/security: gpgme gpgme-cpp gpgme-qt5 py-gpgme X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/security: gpgme gpgme-cpp gpgme-qt5 py-gpgme X-SVN-Commit-Revision: 476015 X-SVN-Commit-Repository: ports 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.27 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, 31 Jul 2018 19:05:37 -0000 Author: jhale Date: Tue Jul 31 19:05:35 2018 New Revision: 476015 URL: https://svnweb.freebsd.org/changeset/ports/476015 Log: Update security/*gpgme* to 1.11.1 Changes: https://lists.gnupg.org/pipermail/gnupg-devel/2018-April/033624.html Modified: head/security/gpgme-cpp/pkg-plist head/security/gpgme-qt5/Makefile head/security/gpgme-qt5/pkg-plist head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/pkg-plist head/security/py-gpgme/Makefile Modified: head/security/gpgme-cpp/pkg-plist ============================================================================== --- head/security/gpgme-cpp/pkg-plist Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/gpgme-cpp/pkg-plist Tue Jul 31 19:05:35 2018 (r476015) @@ -40,4 +40,4 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.5.0 +lib/libgpgmepp.so.6.7.0 Modified: head/security/gpgme-qt5/Makefile ============================================================================== --- head/security/gpgme-qt5/Makefile Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/gpgme-qt5/Makefile Tue Jul 31 19:05:35 2018 (r476015) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/security/gpgme-qt5/pkg-plist ============================================================================== --- head/security/gpgme-qt5/pkg-plist Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/gpgme-qt5/pkg-plist Tue Jul 31 19:05:35 2018 (r476015) @@ -76,4 +76,4 @@ lib/cmake/QGpgme/QGpgmeConfig.cmake lib/cmake/QGpgme/QGpgmeConfigVersion.cmake lib/libqgpgme.so lib/libqgpgme.so.7 -lib/libqgpgme.so.7.3.0 +lib/libqgpgme.so.7.3.2 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/gpgme/Makefile Tue Jul 31 19:05:35 2018 (r476015) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.10.0 -PORTREVISION?= 2 +PORTVERSION= 1.11.1 +PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme @@ -16,11 +16,8 @@ LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error -USES= cpe gmake libtool localbase:ldflags shebangfix tar:bzip2 +USES= cpe gmake libtool localbase:ldflags tar:bzip2 USE_LDCONFIG= yes - -SHEBANG_FILES= tests/gpg/pinentry -bash_CMD= /bin/sh GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/gpgme/distinfo Tue Jul 31 19:05:35 2018 (r476015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516928495 -SHA256 (gpgme-1.10.0.tar.bz2) = 1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693 -SIZE (gpgme-1.10.0.tar.bz2) = 1370162 +TIMESTAMP = 1524251213 +SHA256 (gpgme-1.11.1.tar.bz2) = 2d1b111774d2e3dd26dcd7c251819ce4ef774ec5e566251eb9308fa7542fbd6f +SIZE (gpgme-1.11.1.tar.bz2) = 1419232 Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/gpgme/pkg-plist Tue Jul 31 19:05:35 2018 (r476015) @@ -1,4 +1,5 @@ bin/gpgme-config +bin/gpgme-json bin/gpgme-tool include/gpgme.h lib/common-lisp/gpgme/gpgme-package.lisp @@ -6,5 +7,5 @@ lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.19.0 +lib/libgpgme.so.11.20.1 share/aclocal/gpgme.m4 Modified: head/security/py-gpgme/Makefile ============================================================================== --- head/security/py-gpgme/Makefile Tue Jul 31 18:43:04 2018 (r476014) +++ head/security/py-gpgme/Makefile Tue Jul 31 19:05:35 2018 (r476015) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}