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 Remove references to gnupg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4be50b105fa0
branches: trunk
changeset: 367316:4be50b105fa0
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Aug 29 12:11:36 2017 +0000
description:
Remove references to gnupg21 in preparation for its removal.
diffstat:
security/p5-GnuPG-Interface/options.mk | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (22 lines):
diff -r 260b665f9125 -r 4be50b105fa0 security/p5-GnuPG-Interface/options.mk
--- a/security/p5-GnuPG-Interface/options.mk Tue Aug 29 12:11:35 2017 +0000
+++ b/security/p5-GnuPG-Interface/options.mk Tue Aug 29 12:11:36 2017 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2017/06/08 08:29:30 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2017/08/29 12:11:36 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5_GnuPG_Interface
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
-PKG_OPTIONS_GROUP.gnupg= gnupg1 # gnupg2 gnupg21
+PKG_OPTIONS_GROUP.gnupg= gnupg1 # gnupg2
PKG_SUGGESTED_OPTIONS= gnupg1
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mgnupg21)
-DEPENDS+= gnupg21>=2.1:../../security/gnupg21
-.elif !empty(PKG_OPTIONS:Mgnupg2)
+.if !empty(PKG_OPTIONS:Mgnupg2)
DEPENDS+= gnupg2>=2.0<2.1:../../security/gnupg2
.else
DEPENDS+= gnupg>=1.4.2:../../security/gnupg
Home |
Main Index |
Thread Index |
Old Index