View | Details | Raw Unified | Return to bug 228885
Collapse All | Expand All

(-)databases/sqlite3/Makefile (-2 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 468935 2018-05-03 15:59:50Z joneum $
2
# $FreeBSD: head/databases/sqlite3/Makefile 468935 2018-05-03 15:59:50Z joneum $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
DISTVERSION=	3.23.1
5
DISTVERSION=	3.24.0
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
7
MASTER_SITES=	https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
Lines 23-29 Link Here
23
OPTIONS_DEFINE=		FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY METADATA \
23
OPTIONS_DEFINE=		FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY METADATA \
24
			DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \
24
			DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \
25
			EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \
25
			EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \
26
			LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL
26
			LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF
27
OPTIONS_SINGLE=		RAMT
27
OPTIONS_SINGLE=		RAMT
28
OPTIONS_RADIO=		STAT
28
OPTIONS_RADIO=		STAT
29
OPTIONS_GROUP=		OPT_EXT OPT_FUNC UNICODE RTREEG RL
29
OPTIONS_GROUP=		OPT_EXT OPT_FUNC UNICODE RTREEG RL
Lines 86-91 Link Here
86
# https://www.sqlite.org/c3ref/stmt_scanstatus.html
86
# https://www.sqlite.org/c3ref/stmt_scanstatus.html
87
STMT_DESC=		Prepared statement scan status
87
STMT_DESC=		Prepared statement scan status
88
88
89
# https://www.sqlite.org/compile.html#enable_sorter_references
90
SORT_REF_DESC=		To use references in the sorter
91
89
# https://www.sqlite.org/tempfiles.html#tempstore
92
# https://www.sqlite.org/tempfiles.html#tempstore
90
OPTIONS_SINGLE_RAMT=	TS0 TS1 TS2 TS3
93
OPTIONS_SINGLE_RAMT=	TS0 TS1 TS2 TS3
91
RAMT_DESC=		Where to store temporary file
94
RAMT_DESC=		Where to store temporary file
Lines 216-221 Link Here
216
219
217
SER1_CPPFLAGS=	-DSQLITE_ENABLE_DESERIALIZE=1
220
SER1_CPPFLAGS=	-DSQLITE_ENABLE_DESERIALIZE=1
218
221
222
SORT_REF_CPPFLAGS=	-DSQLITE_ENABLE_SORTER_REFERENCES=1
223
219
.include <bsd.port.options.mk>
224
.include <bsd.port.options.mk>
220
225
221
# Platform Configuration
226
# Platform Configuration
(-)databases/sqlite3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525362811
1
TIMESTAMP = 1528707168
2
SHA256 (sqlite-autoconf-3230100.tar.gz) = 92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25
2
SHA256 (sqlite-autoconf-3240000.tar.gz) = d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a
3
SIZE (sqlite-autoconf-3230100.tar.gz) = 2675362
3
SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252

Return to bug 228885