pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg2 Fix overlooked option name for previous.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f974335174bd
branches: trunk
changeset: 637372:f974335174bd
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 28 11:02:11 2014 +0000
description:
Fix overlooked option name for previous.
Found by jperkin.
diffstat:
security/gnupg2/Makefile | 3 ++-
security/gnupg2/options.mk | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r cde498682300 -r f974335174bd security/gnupg2/Makefile
--- a/security/gnupg2/Makefile Mon Jul 28 10:05:53 2014 +0000
+++ b/security/gnupg2/Makefile Mon Jul 28 11:02:11 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2014/07/22 11:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2014/07/28 11:02:11 wiz Exp $
DISTNAME= gnupg-2.0.25
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
EXTRACT_SUFX= .tar.bz2
diff -r cde498682300 -r f974335174bd security/gnupg2/options.mk
--- a/security/gnupg2/options.mk Mon Jul 28 10:05:53 2014 +0000
+++ b/security/gnupg2/options.mk Mon Jul 28 11:02:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/07/22 11:30:00 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2014/07/28 11:02:11 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg2
PKG_SUPPORTED_OPTIONS= gnupg2-gpgsm
@@ -19,7 +19,7 @@
# XXX It looks like that gpgsm support could be split into its own package,
# according to the configure script. If that's true, this use of the options
# framework is incorrect and should be fixed.
-.if empty(PKG_OPTIONS:Mgpgsm)
+.if empty(PKG_OPTIONS:Mgnupg2-gpgsm)
CONFIGURE_ARGS+= --enable-agent-only
.else
CONFIGURE_ARGS+= --enable-gpgsm
Home |
Main Index |
Thread Index |
Old Index