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
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2018-03-15 17:45:36 +00:00
parent a4b3758ebb
commit 3626ca7da1
2 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= apsw
PORTVERSION= 3.21.0
PORTVERSION= 3.22.0
DISTVERSIONSUFFIX= -r1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,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

View File

@@ -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