From owner-svn-ports-all@freebsd.org Tue Jul 16 17:26:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 453ECB5972; Tue, 16 Jul 2019 17:26:29 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 265FD6ACA5; Tue, 16 Jul 2019 17:26:29 +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 EBAC7944A; Tue, 16 Jul 2019 17:26:28 +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 x6GHQSAG070572; Tue, 16 Jul 2019 17:26:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6GHQSN8070570; Tue, 16 Jul 2019 17:26:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201907161726.x6GHQSN8070570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 16 Jul 2019 17:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506769 - head/databases/sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/sqlite3 X-SVN-Commit-Revision: 506769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 265FD6ACA5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2019 17:26:29 -0000 Author: swills Date: Tue Jul 16 17:26:28 2019 New Revision: 506769 URL: https://svnweb.freebsd.org/changeset/ports/506769 Log: databases/sqlite3: Update to 3.29.0 While here, add DQS option PR: 239201 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 Tue Jul 16 17:20:45 2019 (r506768) +++ head/databases/sqlite3/Makefile Tue Jul 16 17:26:28 2019 (r506769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -DISTVERSION= 3.28.0 +DISTVERSION= 3.29.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -24,7 +24,7 @@ OPTIONS_DEFINE= FTS4 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 SORT_REF \ - NORMALIZE + NORMALIZE DQS OPTIONS_SINGLE= RAMT OPTIONS_RADIO= STAT OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL @@ -46,6 +46,9 @@ EXTENSION_DESC= Allow loadable extensions STSHELL_DESC= Statically link libsqlite3 into shell NORMALIZE_DESC= Enable normalized sql function +# https://www.sqlite.org/compile.html#dqs +DQS_DESC= Double-quoted String Literals + # https://sqlite.org/compile.html#enable_null_trim NULL_TRIM_DESC= Omits NULL columns at the ends of rows @@ -135,7 +138,7 @@ EDITLINE_PREVENTS= READLINES READLINEP OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \ - FTS3_TOKEN FTS5 + FTS3_TOKEN FTS5 DQS # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite # FTS3_TOKEN used by audio/clementine-player, mail/thunderbird, www/seamonkey @@ -224,6 +227,9 @@ SER1_CPPFLAGS= -DSQLITE_ENABLE_DESERIALIZE=1 SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1 NORMALIZE_CPPFLAGS= -DSQLITE_ENABLE_NORMALIZE=1 + +DQS_CPPFLAGS= -DSQLITE_DQS=3 +DQS_CPPFLAGS_OFF= -DSQLITE_DQS=0 .include Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue Jul 16 17:20:45 2019 (r506768) +++ head/databases/sqlite3/distinfo Tue Jul 16 17:26:28 2019 (r506769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555445174 -SHA256 (sqlite-autoconf-3280000.tar.gz) = d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3 -SIZE (sqlite-autoconf-3280000.tar.gz) = 2810415 +TIMESTAMP = 1563013093 +SHA256 (sqlite-autoconf-3290000.tar.gz) = 8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b +SIZE (sqlite-autoconf-3290000.tar.gz) = 2833613