Date: Thu, 14 Jun 2018 23:18:09 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472410 - head/databases/sqlite3 Message-ID: <201806142318.w5ENI9XT079719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Jun 14 23:18:08 2018 New Revision: 472410 URL: https://svnweb.freebsd.org/changeset/ports/472410 Log: databases/sqlite3: Update to 3.24.0 PR: 228885 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (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 Thu Jun 14 22:59:05 2018 (r472409) +++ head/databases/sqlite3/Makefile Thu Jun 14 23:18:08 2018 (r472410) @@ -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 @@ -215,6 +218,8 @@ NULL_TRIM_CPPFLAGS= -DSQLITE_ENABLE_NULL_TRIM=1 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> Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Thu Jun 14 22:59:05 2018 (r472409) +++ head/databases/sqlite3/distinfo Thu Jun 14 23:18:08 2018 (r472410) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806142318.w5ENI9XT079719>