aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-06-14 23:18:08 +0000
committerSteve Wills <swills@FreeBSD.org>2018-06-14 23:18:08 +0000
commitc392d46476ca98210af462c16d4ecab08ab55462 (patch)
tree46bfa97ecb59d8a95032a4529f9f6e362626ce2c /databases/sqlite3
parent0942caa218e1df1d242c849415bc53fb4ecba926 (diff)
downloadports-c392d46476ca98210af462c16d4ecab08ab55462.tar.gz
ports-c392d46476ca98210af462c16d4ecab08ab55462.zip
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile9
-rw-r--r--databases/sqlite3/distinfo6
2 files changed, 10 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 616b60e5f2af..03b7c4c367e2 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
-DISTVERSION= 3.23.1
+DISTVERSION= 3.24.0
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
@@ -23,7 +23,7 @@ MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY METADATA \
DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \
EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \
- LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL
+ LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF
OPTIONS_SINGLE= RAMT
OPTIONS_RADIO= STAT
OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL
@@ -86,6 +86,9 @@ RBU_DESC= Enable the resumable bulk update
# https://www.sqlite.org/c3ref/stmt_scanstatus.html
STMT_DESC= Prepared statement scan status
+# https://www.sqlite.org/compile.html#enable_sorter_references
+SORT_REF_DESC= To use references in the sorter
+
# https://www.sqlite.org/tempfiles.html#tempstore
OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3
RAMT_DESC= Where to store temporary file
@@ -216,6 +219,8 @@ OFFSET_CPPFLAGS= -DSQLITE_ENABLE_OFFSET_SQL_FUNC=1
SER1_CPPFLAGS= -DSQLITE_ENABLE_DESERIALIZE=1
+SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1
+
.include <bsd.port.options.mk>
# Platform Configuration
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index ec191dc3cad8..3ef8a0ee9e4f 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525362811
-SHA256 (sqlite-autoconf-3230100.tar.gz) = 92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25
-SIZE (sqlite-autoconf-3230100.tar.gz) = 2675362
+TIMESTAMP = 1528707168
+SHA256 (sqlite-autoconf-3240000.tar.gz) = d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a
+SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252