pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gnupg2
Module Name: pkgsrc
Committed By: ginsbach
Date: Wed Aug 30 18:36:56 UTC 2017
Modified Files:
pkgsrc/security/gnupg2: Makefile
Log Message:
Require sqlite3 >= 3.7.15 which is the release that adde sqlite3_errstr.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/security/gnupg2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.72 pkgsrc/security/gnupg2/Makefile:1.73
--- pkgsrc/security/gnupg2/Makefile:1.72 Tue Aug 29 12:24:57 2017
+++ pkgsrc/security/gnupg2/Makefile Wed Aug 30 18:36:56 2017
@@ -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 @@ LDFLAGS.SunOS+= -lintl -lsocket
.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