pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-GnuPG-Interface
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 8 08:29:30 UTC 2017
Modified Files:
pkgsrc/security/p5-GnuPG-Interface: Makefile options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/p5-GnuPG-Interface/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/p5-GnuPG-Interface/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p5-GnuPG-Interface/Makefile
diff -u pkgsrc/security/p5-GnuPG-Interface/Makefile:1.28 pkgsrc/security/p5-GnuPG-Interface/Makefile:1.29
--- pkgsrc/security/p5-GnuPG-Interface/Makefile:1.28 Tue Jun 6 20:40:56 2017
+++ pkgsrc/security/p5-GnuPG-Interface/Makefile Thu Jun 8 08:29:30 2017
@@ -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/}
Index: pkgsrc/security/p5-GnuPG-Interface/options.mk
diff -u pkgsrc/security/p5-GnuPG-Interface/options.mk:1.1 pkgsrc/security/p5-GnuPG-Interface/options.mk:1.2
--- pkgsrc/security/p5-GnuPG-Interface/options.mk:1.1 Tue Jun 6 20:40:56 2017
+++ pkgsrc/security/p5-GnuPG-Interface/options.mk Thu Jun 8 08:29:30 2017
@@ -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