From owner-svn-ports-head@freebsd.org Wed Nov 1 22:12:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 903E3E657DA; Wed, 1 Nov 2017 22:12:01 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 65F41214; Wed, 1 Nov 2017 22:12:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA1MC0w4046494; Wed, 1 Nov 2017 22:12:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA1MC0EX046492; Wed, 1 Nov 2017 22:12:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201711012212.vA1MC0EX046492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Nov 2017 22:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453320 - head/databases/sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/databases/sqlite3 X-SVN-Commit-Revision: 453320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 22:12:01 -0000 Author: jbeich Date: Wed Nov 1 22:12:00 2017 New Revision: 453320 URL: https://svnweb.freebsd.org/changeset/ports/453320 Log: databases/sqlite3: update to 3.21.0 Changes: https://www.sqlite.org/releaselog/3_21_0.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 223363 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile (contents, props changed) head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Wed Nov 1 22:08:47 2017 (r453319) +++ head/databases/sqlite3/Makefile Wed Nov 1 22:12:00 2017 (r453320) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.20.1 -PORTREVISION= 2 +PORTVERSION= 3.21.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -23,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes # Compilation Options For SQLite https://www.sqlite.org/compile.html OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \ DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ - EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU NULL_TRIM \ + EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 JSON1 RBU NULL_TRIM \ LIKENOTBLOB STSHELL FTS3_TOKEN SESSION UNKNOWN_SQL OPTIONS_SINGLE= RAMT OPTIONS_RADIO= STAT @@ -90,6 +89,9 @@ STAT_DESC= Which query planner to use, Stability or . STAT3_DESC= collect histogram data from leftmost column STAT4_DESC= collect histogram data from all columns +# https://sqlite.org/compile.html#enable_dbpage_vtab +DBPAGE_DESC= Enable DBPAGE Virtual Table + # https://www.sqlite.org/dbstat.html DBSTAT_DESC= Enable DBSTAT Virtual Table @@ -157,6 +159,7 @@ UNLOCK_NOTIFY_CPPFLAGS= -DSQLITE_ENABLE_UNLOCK_NOTIFY= METADATA_CPPFLAGS= -DSQLITE_ENABLE_COLUMN_METADATA=1 STAT3_CPPFLAGS= -DSQLITE_ENABLE_STAT3=1 STAT4_CPPFLAGS= -DSQLITE_ENABLE_STAT4=1 +DBPAGE_CPPFLAGS= -DSQLITE_ENABLE_DBPAGE_VTAB=1 DBSTAT_CPPFLAGS= -DSQLITE_ENABLE_DBSTAT_VTAB=1 URI_CPPFLAGS= -DSQLITE_USE_URI=1 URI_AUTHORITY_CPPFLAGS= -DSQLITE_ALLOW_URI_AUTHORITY=1 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Wed Nov 1 22:08:47 2017 (r453319) +++ head/databases/sqlite3/distinfo Wed Nov 1 22:12:00 2017 (r453320) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503825216 -SHA256 (sqlite-autoconf-3200100.tar.gz) = ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742 -SIZE (sqlite-autoconf-3200100.tar.gz) = 2565638 +TIMESTAMP = 1509525928 +SHA256 (sqlite-autoconf-3210000.tar.gz) = d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3 +SIZE (sqlite-autoconf-3210000.tar.gz) = 2568942