pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpgme Revert PKGNAME change from gnupg2 to gnupg
details: https://anonhg.NetBSD.org/pkgsrc/rev/a55de4400dec
branches: trunk
changeset: 372964:a55de4400dec
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Dec 21 13:30:40 2017 +0000
description:
Revert PKGNAME change from gnupg2 to gnupg
diffstat:
security/gpgme/buildlink3.mk | 4 ++--
security/gpgme/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 52e20d357261 -r a55de4400dec security/gpgme/buildlink3.mk
--- a/security/gpgme/buildlink3.mk Thu Dec 21 13:15:21 2017 +0000
+++ b/security/gpgme/buildlink3.mk Thu Dec 21 13:30:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.29 2017/12/21 09:47:31 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.30 2017/12/21 13:30:40 ryoon Exp $
BUILDLINK_TREE+= gpgme
@@ -16,7 +16,7 @@
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.gpgme:Mgnupg2)
-DEPENDS+= gnupg>=2.2.0:../../security/gnupg2
+DEPENDS+= gnupg2>=2.2.0:../../security/gnupg2
GPGME_GPG= ${PREFIX}/bin/gpg2
.else
DEPENDS+= gnupg>=1.4.2:../../security/gnupg
diff -r 52e20d357261 -r a55de4400dec security/gpgme/options.mk
--- a/security/gpgme/options.mk Thu Dec 21 13:15:21 2017 +0000
+++ b/security/gpgme/options.mk Thu Dec 21 13:30:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2017/12/21 09:47:31 adam Exp $
+# $NetBSD: options.mk,v 1.9 2017/12/21 13:30:40 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gpgme
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
@@ -8,7 +8,7 @@
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgnupg2)
-DEPENDS+= gnupg>=2.2.0:../../security/gnupg2
+DEPENDS+= gnupg2>=2.2.0:../../security/gnupg2
REPLACE_SH+= tests/gpg/pinentry
GPG_DEFAULT= ${LOCALBASE}/bin/gpg2
MAKE_FLAGS+= GPG=${GPG_DEFAULT}
Home |
Main Index |
Thread Index |
Old Index