From owner-svn-ports-all@freebsd.org Thu Mar 15 17:45:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A675B6AFE; Thu, 15 Mar 2018 17:45:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FD3D6E0CF; Thu, 15 Mar 2018 17:45:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3AD061928E; Thu, 15 Mar 2018 17:45:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2FHjbTq012912; Thu, 15 Mar 2018 17:45:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2FHjbNW012910; Thu, 15 Mar 2018 17:45:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803151745.w2FHjbNW012910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Mar 2018 17:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464605 - head/databases/py-apsw X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-apsw X-SVN-Commit-Revision: 464605 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 17:45:37 -0000 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