summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-06-08 08:29:30 +0000
committerwiz <wiz@pkgsrc.org>2017-06-08 08:29:30 +0000
commit81bffc0ba40db6576ee19a25b85eddeb196c7657 (patch)
treef4b91490dca116a3febb9c71be3c37828da5232a /security
parenta0b736b1975d95c4a3e13d7666219657e1e8bd74 (diff)
downloadpkgsrc-81bffc0ba40db6576ee19a25b85eddeb196c7657.tar.gz
I was too hopeful. This does not really support gnupg2 yet, see
https://rt.cpan.org/Public/Bug/Display.html?id=102651 Switch back to gnupg1. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/p5-GnuPG-Interface/Makefile4
-rw-r--r--security/p5-GnuPG-Interface/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile
index af85795ee7a..95954b72e87 100644
--- a/security/p5-GnuPG-Interface/Makefile
+++ b/security/p5-GnuPG-Interface/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2017/06/06 20:40:56 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/08 08:29:30 wiz Exp $
DISTNAME= GnuPG-Interface-0.52
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/}
diff --git a/security/p5-GnuPG-Interface/options.mk b/security/p5-GnuPG-Interface/options.mk
index 3c7d42c30d9..bf0b2196949 100644
--- a/security/p5-GnuPG-Interface/options.mk
+++ b/security/p5-GnuPG-Interface/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2017/06/06 20:40:56 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2017/06/08 08:29:30 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5_GnuPG_Interface
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
-PKG_OPTIONS_GROUP.gnupg= gnupg1 gnupg2 gnupg21
-PKG_SUGGESTED_OPTIONS= gnupg2
+PKG_OPTIONS_GROUP.gnupg= gnupg1 # gnupg2 gnupg21
+PKG_SUGGESTED_OPTIONS= gnupg1
.include "../../mk/bsd.options.mk"