pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg2 Require sqlite3 >= 3.7.15 which is the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0efe498163d
branches:  trunk
changeset: 367357:d0efe498163d
user:      ginsbach <ginsbach%pkgsrc.org@localhost>
date:      Wed Aug 30 18:36:56 2017 +0000

description:
Require sqlite3 >= 3.7.15 which is the release that adde sqlite3_errstr.

diffstat:

 security/gnupg2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 55e2515415e1 -r d0efe498163d security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Wed Aug 30 15:22:43 2017 +0000
+++ b/security/gnupg2/Makefile  Wed Aug 30 18:36:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2017/08/29 12:24:57 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2017/08/30 18:36:56 ginsbach Exp $
 
 DISTNAME=      gnupg-2.2.0
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -35,6 +35,7 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libgcrypt+=      libgcrypt>=1.7
 .include "../../security/libgcrypt/buildlink3.mk"
+BUILDLINK_API_DEPENDS.sqlite3+=                sqlite3>=3.7.15
 .include "../../databases/sqlite3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.24
 .include "../../security/libgpg-error/buildlink3.mk"



Home | Main Index | Thread Index | Old Index