summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2017-06-08 08:29:30 +0000
committerwiz <wiz>2017-06-08 08:29:30 +0000
commit8e6ec09612f9aef7a4adb43b97bffa7705861b9b (patch)
tree5c6bf09c9f3c785565beb47b812d7ed62e1d7092
parent72e85a9f45223e09d30c6f3ac5fb8b228e1148d5 (diff)
downloadpkgsrc-8e6ec09612f9aef7a4adb43b97bffa7705861b9b.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.
-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"