pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-apsw
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 27 11:06:31 UTC 2019
Modified Files:
pkgsrc/databases/py-apsw: Makefile
Log Message:
py-apsw: requires sqlite3 3.27 or newer
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/py-apsw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-apsw/Makefile
diff -u pkgsrc/databases/py-apsw/Makefile:1.23 pkgsrc/databases/py-apsw/Makefile:1.24
--- pkgsrc/databases/py-apsw/Makefile:1.23 Thu Mar 21 14:22:50 2019
+++ pkgsrc/databases/py-apsw/Makefile Wed Mar 27 11:06:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/03/21 14:22:50 adam Exp $
+# $NetBSD: Makefile,v 1.24 2019/03/27 11:06:31 wiz Exp $
DISTNAME= apsw-${GITHUB_RELEASE}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
@@ -15,7 +15,7 @@ LICENSE= zlib
EGG_NAME= ${DISTNAME:S/-r1/.post1/}
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.25
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.27
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index