diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-11-02 06:12:00 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:51:40 +0800 |
commit | 701bf882549bc9ae7137c154ec33f80ab3060df6 (patch) | |
tree | 6fa0a40e72f6a4fc54e63ab07d063118f32d76a8 | |
parent | e42b1dbf62e9dcbf03ee4ba84c3e776aa30484f5 (diff) | |
download | freebsd-ports-gnome-701bf882549bc9ae7137c154ec33f80ab3060df6.tar.gz freebsd-ports-gnome-701bf882549bc9ae7137c154ec33f80ab3060df6.tar.zst freebsd-ports-gnome-701bf882549bc9ae7137c154ec33f80ab3060df6.zip |
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)
-rw-r--r-- | databases/sqlite3/Makefile | 9 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 5d9fe826d21f..773ba2e5fc73 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -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=1 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 diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index f1e5cca1975b..9a66fbe8ccab 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -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 |