Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:21:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515052 - head/security/rubygem-gpgme
Message-ID:  <201910201721.x9KHL1uH084708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:21:01 2019
New Revision: 515052
URL: https://svnweb.freebsd.org/changeset/ports/515052

Log:
  Update to 2.0.19
  
  Changes:	https://github.com/ueno/ruby-gpgme/blob/master/NEWS

Modified:
  head/security/rubygem-gpgme/Makefile
  head/security/rubygem-gpgme/distinfo

Modified: head/security/rubygem-gpgme/Makefile
==============================================================================
--- head/security/rubygem-gpgme/Makefile	Sun Oct 20 17:20:56 2019	(r515051)
+++ head/security/rubygem-gpgme/Makefile	Sun Oct 20 17:21:01 2019	(r515052)
@@ -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: head/security/rubygem-gpgme/distinfo
==============================================================================
--- head/security/rubygem-gpgme/distinfo	Sun Oct 20 17:20:56 2019	(r515051)
+++ head/security/rubygem-gpgme/distinfo	Sun Oct 20 17:21:01 2019	(r515052)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910201721.x9KHL1uH084708>