svn commit: r515052 - head/security/rubygem-gpgme
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 20 17:21:02 UTC 2019
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
More information about the svn-ports-all
mailing list