pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: Improve style and comment in opt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95f821480e2b
branches: trunk
changeset: 308906:95f821480e2b
user: leot <leot%pkgsrc.org@localhost>
date: Mon Jun 04 07:44:35 2018 +0000
description:
gpgme: Improve style and comment in options.mk (NFCI)
- Move the CONFIGURE_ARGS in the `gnupg1' logic after DEPENDS to make the
two branches symmetric
- Adjust the comment, the tests needs gpgsm, not gpg-agent
Suggested via a private email by <uwe>, thanks!
diffstat:
security/gpgme/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ddece1772479 -r 95f821480e2b security/gpgme/options.mk
--- a/security/gpgme/options.mk Mon Jun 04 07:18:47 2018 +0000
+++ b/security/gpgme/options.mk Mon Jun 04 07:44:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/06/03 21:18:34 leot Exp $
+# $NetBSD: options.mk,v 1.11 2018/06/04 07:44:35 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gpgme
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
@@ -13,6 +13,6 @@
GPG_DEFAULT= ${LOCALBASE}/bin/gpg2
MAKE_FLAGS+= GPG=${GPG_DEFAULT}
.else
-CONFIGURE_ARGS+= --disable-gpgsm-test # XXX: needs gpg-agent
DEPENDS+= gnupg>=1.4.2:../../security/gnupg
+CONFIGURE_ARGS+= --disable-gpgsm-test # XXX: needs gpgsm
.endif
Home |
Main Index |
Thread Index |
Old Index