pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-GnuPG-Interface I was too hopeful. This do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d9e9c556fd9
branches:  trunk
changeset: 363409:5d9e9c556fd9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 08 08:29:30 2017 +0000

description:
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:

 security/p5-GnuPG-Interface/Makefile   |  4 ++--
 security/p5-GnuPG-Interface/options.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 1cb26eea6769 -r 5d9e9c556fd9 security/p5-GnuPG-Interface/Makefile
--- a/security/p5-GnuPG-Interface/Makefile      Thu Jun 08 04:42:08 2017 +0000
+++ b/security/p5-GnuPG-Interface/Makefile      Thu Jun 08 08:29:30 2017 +0000
@@ -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 -r 1cb26eea6769 -r 5d9e9c556fd9 security/p5-GnuPG-Interface/options.mk
--- a/security/p5-GnuPG-Interface/options.mk    Thu Jun 08 04:42:08 2017 +0000
+++ b/security/p5-GnuPG-Interface/options.mk    Thu Jun 08 08:29:30 2017 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index