From owner-svn-ports-all@freebsd.org Thu Nov 28 06:20:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E8021C604A; Thu, 28 Nov 2019 06:20:11 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47NnYl0VNKz47PP; Thu, 28 Nov 2019 06:20:11 +0000 (UTC) (envelope-from mfechner@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 E98E921936; Thu, 28 Nov 2019 06:20:10 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAS6KALO060142; Thu, 28 Nov 2019 06:20:10 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAS6KAf2060140; Thu, 28 Nov 2019 06:20:10 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201911280620.xAS6KAf2060140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 28 Nov 2019 06:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518558 - branches/2019Q4/security/rubygem-gpgme X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2019Q4/security/rubygem-gpgme X-SVN-Commit-Revision: 518558 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.29 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, 28 Nov 2019 06:20:11 -0000 Author: mfechner Date: Thu Nov 28 06:20:10 2019 New Revision: 518558 URL: https://svnweb.freebsd.org/changeset/ports/518558 Log: MFH: r515052 Update to 2.0.19 Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS Approved by: ports-secteam (joneum) Modified: branches/2019Q4/security/rubygem-gpgme/Makefile branches/2019Q4/security/rubygem-gpgme/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/security/rubygem-gpgme/Makefile ============================================================================== --- branches/2019Q4/security/rubygem-gpgme/Makefile Thu Nov 28 05:46:04 2019 (r518557) +++ branches/2019Q4/security/rubygem-gpgme/Makefile Thu Nov 28 06:20:10 2019 (r518558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= security rubygems MASTER_SITES= RG @@ -16,10 +16,12 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error RUN_DEPENDS= gpgme-config:security/gpgme -USES= gem +USES= gem shebangfix USE_RUBY= yes CONFIGURE_ARGS= --use-system-libraries + +SHEBANG_FILES= test/pinentry post-patch: @${REINPLACE_CMD} -e '/mini_portile2/d' ${WRKSRC}/gpgme.gemspec ${WRKSRC}/ext/gpgme/extconf.rb Modified: branches/2019Q4/security/rubygem-gpgme/distinfo ============================================================================== --- branches/2019Q4/security/rubygem-gpgme/distinfo Thu Nov 28 05:46:04 2019 (r518557) +++ branches/2019Q4/security/rubygem-gpgme/distinfo Thu Nov 28 06:20:10 2019 (r518558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543058642 -SHA256 (rubygem/gpgme-2.0.18.gem) = d5ecb484efe975125962841f59f3648c136c5cb4853acd25629598947b8ed889 -SIZE (rubygem/gpgme-2.0.18.gem) = 5914112 +TIMESTAMP = 1571484015 +SHA256 (rubygem/gpgme-2.0.19.gem) = d7bc57e6d6316a37aa77bc6c25c391406d78179cbd259e95c3cd96f8ac547849 +SIZE (rubygem/gpgme-2.0.19.gem) = 5915648