diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-20 17:21:01 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-20 17:21:01 +0000 |
| commit | 68178eaa97b555bfdf92f13b203142fdef16c288 (patch) | |
| tree | 5b4a3182fdf166c4c35f3590ab294ca85f8a448f /security | |
| parent | 0e05acd5514fa0efd63382249a80306254659ea9 (diff) | |
Notes
Diffstat (limited to 'security')
| -rw-r--r-- | security/rubygem-gpgme/Makefile | 6 | ||||
| -rw-r--r-- | security/rubygem-gpgme/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/rubygem-gpgme/Makefile b/security/rubygem-gpgme/Makefile index de8530a1a7c5..7e363838ccf5 100644 --- a/security/rubygem-gpgme/Makefile +++ b/security/rubygem-gpgme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= security rubygems MASTER_SITES= RG @@ -16,11 +16,13 @@ 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 diff --git a/security/rubygem-gpgme/distinfo b/security/rubygem-gpgme/distinfo index f8a3fd6100df..c8344c8a2c83 100644 --- a/security/rubygem-gpgme/distinfo +++ b/security/rubygem-gpgme/distinfo @@ -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 |
