From owner-svn-ports-head@freebsd.org Thu Jun 14 23:18:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAF0F10171D2; Thu, 14 Jun 2018 23:18:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE0E6A2C6; Thu, 14 Jun 2018 23:18:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 647137631; Thu, 14 Jun 2018 23:18:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5ENI9iO079721; Thu, 14 Jun 2018 23:18:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5ENI9XT079719; Thu, 14 Jun 2018 23:18:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806142318.w5ENI9XT079719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 14 Jun 2018 23:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472410 - head/databases/sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/sqlite3 X-SVN-Commit-Revision: 472410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 23:18:10 -0000 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 (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 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