databases/sqlite3: Update to 3.24.0
PR: 228885 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
parent
0942caa218
commit
c392d46476
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472410
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user