Thu Jun 8 08:29:30 2017 UTC ()
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.


(wiz)
diff -r1.28 -r1.29 pkgsrc/security/p5-GnuPG-Interface/Makefile
diff -r1.1 -r1.2 pkgsrc/security/p5-GnuPG-Interface/options.mk

cvs diff -r1.28 -r1.29 pkgsrc/security/p5-GnuPG-Interface/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-GnuPG-Interface/Makefile 2017/06/06 20:40:56 1.28
+++ pkgsrc/security/p5-GnuPG-Interface/Makefile 2017/06/08 08:29:30 1.29
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.28 2017/06/06 20:40:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2017/06/08 08:29:30 wiz Exp $
2 2
3DISTNAME= GnuPG-Interface-0.52 3DISTNAME= GnuPG-Interface-0.52
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 5PKGREVISION= 5
6CATEGORIES= security perl5 6CATEGORIES= security perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://gnupg-interface.sourceforge.net/ 10#HOMEPAGE= http://gnupg-interface.sourceforge.net/
11HOMEPAGE= http://search.cpan.org/dist/GnuPG-Interface/ 11HOMEPAGE= http://search.cpan.org/dist/GnuPG-Interface/
12COMMENT= Perl interface to GnuPG 12COMMENT= Perl interface to GnuPG
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo 15DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
16DEPENDS+= p5-MooX-late-[0-9]*:../../devel/p5-MooX-late 16DEPENDS+= p5-MooX-late-[0-9]*:../../devel/p5-MooX-late
17DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia 17DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia
18 18

cvs diff -r1.1 -r1.2 pkgsrc/security/p5-GnuPG-Interface/options.mk (expand / switch to unified diff)

--- pkgsrc/security/p5-GnuPG-Interface/options.mk 2017/06/06 20:40:56 1.1
+++ pkgsrc/security/p5-GnuPG-Interface/options.mk 2017/06/08 08:29:30 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: options.mk,v 1.1 2017/06/06 20:40:56 wiz Exp $ 1# $NetBSD: options.mk,v 1.2 2017/06/08 08:29:30 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.p5_GnuPG_Interface 3PKG_OPTIONS_VAR= PKG_OPTIONS.p5_GnuPG_Interface
4PKG_OPTIONS_REQUIRED_GROUPS= gnupg 4PKG_OPTIONS_REQUIRED_GROUPS= gnupg
5PKG_OPTIONS_GROUP.gnupg= gnupg1 gnupg2 gnupg21 5PKG_OPTIONS_GROUP.gnupg= gnupg1 # gnupg2 gnupg21
6PKG_SUGGESTED_OPTIONS= gnupg2 6PKG_SUGGESTED_OPTIONS= gnupg1
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mgnupg21) 10.if !empty(PKG_OPTIONS:Mgnupg21)
11DEPENDS+= gnupg21>=2.1:../../security/gnupg21 11DEPENDS+= gnupg21>=2.1:../../security/gnupg21
12.elif !empty(PKG_OPTIONS:Mgnupg2) 12.elif !empty(PKG_OPTIONS:Mgnupg2)
13DEPENDS+= gnupg2>=2.0<2.1:../../security/gnupg2 13DEPENDS+= gnupg2>=2.0<2.1:../../security/gnupg2
14.else 14.else
15DEPENDS+= gnupg>=1.4.2:../../security/gnupg 15DEPENDS+= gnupg>=1.4.2:../../security/gnupg
16.endif 16.endif