From owner-svn-ports-head@freebsd.org Tue Feb 21 14:33:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15308CE8001; Tue, 21 Feb 2017 14:33:30 +0000 (UTC) (envelope-from krion@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 mx1.freebsd.org (Postfix) with ESMTPS id BC58EA05; Tue, 21 Feb 2017 14:33:29 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1LEXSJq016497; Tue, 21 Feb 2017 14:33:28 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1LEXSJD016495; Tue, 21 Feb 2017 14:33:28 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702211433.v1LEXSJD016495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Tue, 21 Feb 2017 14:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434531 - head/databases/sqlite3 X-SVN-Group: ports-head 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.23 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: Tue, 21 Feb 2017 14:33:30 -0000 Author: krion Date: Tue Feb 21 14:33:28 2017 New Revision: 434531 URL: https://svnweb.freebsd.org/changeset/ports/434531 Log: Update databases/sqlite3 to 3.17.0 PR: 217223 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9669 Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Tue Feb 21 14:32:23 2017 (r434530) +++ head/databases/sqlite3/Makefile Tue Feb 21 14:33:28 2017 (r434531) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.16.2 +PORTVERSION= 3.17.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes # Compilation Options For SQLite https://www.sqlite.org/compile.html OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \ DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ - EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU \ + EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU NULL_TRIM \ LIKENOTBLOB STSHELL FTS3_TOKEN SESSION UNKNOWN_SQL OPTIONS_SINGLE= RAMT OPTIONS_RADIO= STAT @@ -40,6 +40,9 @@ UNLOCK_NOTIFY_DESC= Enable notification EXTENSION_DESC= Allow loadable extensions STSHELL_DESC= Statically link libsqlite3 into shell +# https://sqlite.org/compile.html#enable_null_trim +NULL_TRIM_DESC= Omits NULL columns at the ends of rows + # https://www.sqlite.org/sessionintro.html SESSION_DESC= Enable the Session Extension @@ -190,6 +193,8 @@ SESSION_CONFIGURE_ENABLE= session UNKNOWN_SQL_CPPFLAGS= -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION=1 +NULL_TRIM_CPPFLAGS= -DSQLITE_ENABLE_NULL_TRIM=1 + .include # Platform Configuration Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue Feb 21 14:32:23 2017 (r434530) +++ head/databases/sqlite3/distinfo Tue Feb 21 14:33:28 2017 (r434531) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484468460 -SHA256 (sqlite-autoconf-3160200.tar.gz) = 65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615 -SIZE (sqlite-autoconf-3160200.tar.gz) = 2508179 +TIMESTAMP = 1487422680 +SHA256 (sqlite-autoconf-3170000.tar.gz) = a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c +SIZE (sqlite-autoconf-3170000.tar.gz) = 2515143