svn commit: r464605 - head/databases/py-apsw

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 15 17:45:37 UTC 2018


Author: sunpoet
Date: Thu Mar 15 17:45:36 2018
New Revision: 464605
URL: https://svnweb.freebsd.org/changeset/ports/464605

Log:
  Update to 3.22.0
  
  - Add BUILD_DEPENDS: check SQLite version
  
  Changes:	https://github.com/rogerbinns/apsw/releases
  		https://rogerbinns.github.io/apsw/changes.html

Modified:
  head/databases/py-apsw/Makefile
  head/databases/py-apsw/distinfo

Modified: head/databases/py-apsw/Makefile
==============================================================================
--- head/databases/py-apsw/Makefile	Thu Mar 15 17:45:31 2018	(r464604)
+++ head/databases/py-apsw/Makefile	Thu Mar 15 17:45:36 2018	(r464605)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	apsw
-PORTVERSION=	3.21.0
+PORTVERSION=	3.22.0
 DISTVERSIONSUFFIX=	-r1
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT=	Another Python SQLite Wrapper
 
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	sqlite3>=${PORTVERSION:R}:databases/sqlite3
 
 USE_PYTHON=	autoplist concurrent distutils
 USES=		localbase python sqlite:3

Modified: head/databases/py-apsw/distinfo
==============================================================================
--- head/databases/py-apsw/distinfo	Thu Mar 15 17:45:31 2018	(r464604)
+++ head/databases/py-apsw/distinfo	Thu Mar 15 17:45:36 2018	(r464605)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510587386
-SHA256 (rogerbinns-apsw-3.21.0-r1_GH0.tar.gz) = cb9eda38c5835d384e5bdcabeda89c741abda4eeeaaf79d8e25ce6835cb6c51e
-SIZE (rogerbinns-apsw-3.21.0-r1_GH0.tar.gz) = 306500
+TIMESTAMP = 1520265775
+SHA256 (rogerbinns-apsw-3.22.0-r1_GH0.tar.gz) = 4ac5a9a66b5dd0c11987bff0cc3bd94733e89da26b1cfa4037a36a3ba8392615
+SIZE (rogerbinns-apsw-3.22.0-r1_GH0.tar.gz) = 306007


More information about the svn-ports-all mailing list