From owner-svn-ports-all@freebsd.org Tue Oct 20 14:47:13 2015 Return-Path: Delivered-To: svn-ports-all@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 E9A4FA1A1FA; Tue, 20 Oct 2015 14:47:13 +0000 (UTC) (envelope-from mat@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 AC06E8AA; Tue, 20 Oct 2015 14:47:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9KElCcV057945; Tue, 20 Oct 2015 14:47:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9KElCZN057940; Tue, 20 Oct 2015 14:47:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510201447.t9KElCZN057940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 20 Oct 2015 14:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399854 - in head/databases/sqlite3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 20 Oct 2015 14:47:14 -0000 Author: mat Date: Tue Oct 20 14:47:12 2015 New Revision: 399854 URL: https://svnweb.freebsd.org/changeset/ports/399854 Log: Update to 3.9.1. PR: 203892 Submitted by: maintainer Sponsored by: Absolight Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo head/databases/sqlite3/files/patch-Makefile.am head/databases/sqlite3/files/patch-Makefile.in Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Tue Oct 20 14:27:04 2015 (r399853) +++ head/databases/sqlite3/Makefile Tue Oct 20 14:47:12 2015 (r399854) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.11.1 -PORTREVISION= 1 +PORTVERSION= 3.9.1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ -DISTNAME= sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g} +DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -16,7 +15,7 @@ LICENSE_NAME= Public Domain LICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]* +CONFLICTS= sqlcipher-[0-9]* USES= libtool ncurses pathfix USE_LDCONFIG= yes @@ -29,12 +28,11 @@ MAKE_JOBS_UNSAFE= yes # Compilation Options For SQLite http://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 READLINE ARMOR STMT DBSTAT + EXTENSION READLINE ARMOR STMT DBSTAT FTS5 JSON1 RBU OPTIONS_SINGLE= RAMT OPTIONS_RADIO= STAT OPTIONS_GROUP= UNICODE RTREEG -FTS4_DESC= Enable FTS3/4 (Full Text Search) module UPD_DEL_LIMIT_DESC= ORDER BY and LIMIT on UPDATE and DELETE URI_DESC= Enable use the URI filename URI_AUTHORITY_DESC= Allow convert URL into a UNC @@ -49,6 +47,18 @@ EXTENSION_DESC= Allow loadable extensio # http://www.sqlite.org/compile.html#enable_api_armor ARMOR_DESC= Detect misuse of the API +# http://www.sqlite.org/fts3.html +FTS4_DESC= Enable FTS3/4 (Full Text Search) module + +# http://www.sqlite.org/fts5.html +FTS5_DESC= Enable version 5 full-text search engine + +# http://www.sqlite.org/json1.html +JSON1_DESC= Enable the JSON1 extension + +# http://www.sqlite.org/rbu.html +RBU_DESC= Enable the Resumable Bulk Update + # http://www.sqlite.org/c3ref/stmt_scanstatus.html STMT_DESC= Prepared Statement Scan Status @@ -143,6 +153,12 @@ UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE READLINE_CONFIGURE_ENABLE= readline READLINE_USES= readline +FTS5_CONFIGURE_ENABLE= fts5 + +JSON1_CONFIGURE_ENABLE= json1 + +RBU_CPPFLAGS= -DSQLITE_ENABLE_RBU=1 + .include post-configure: Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue Oct 20 14:27:04 2015 (r399853) +++ head/databases/sqlite3/distinfo Tue Oct 20 14:47:12 2015 (r399854) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3081101.tar.gz) = fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6 -SIZE (sqlite-autoconf-3081101.tar.gz) = 2101885 +SHA256 (sqlite-autoconf-3090100.tar.gz) = d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c +SIZE (sqlite-autoconf-3090100.tar.gz) = 2284128 Modified: head/databases/sqlite3/files/patch-Makefile.am ============================================================================== --- head/databases/sqlite3/files/patch-Makefile.am Tue Oct 20 14:27:04 2015 (r399853) +++ head/databases/sqlite3/files/patch-Makefile.am Tue Oct 20 14:47:12 2015 (r399854) @@ -1,9 +1,9 @@ ---- Makefile.am.orig 2015-05-09 12:23:20 UTC +--- Makefile.am.orig 2015-10-20 07:35:33 UTC +++ Makefile.am @@ -1,5 +1,5 @@ --AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -+AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ +-AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE ++AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLAGS@ lib_LTLIBRARIES = libsqlite3.la libsqlite3_la_SOURCES = sqlite3.c Modified: head/databases/sqlite3/files/patch-Makefile.in ============================================================================== --- head/databases/sqlite3/files/patch-Makefile.in Tue Oct 20 14:27:04 2015 (r399853) +++ head/databases/sqlite3/files/patch-Makefile.in Tue Oct 20 14:47:12 2015 (r399854) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2015-05-12 14:38:01 UTC +--- Makefile.in.orig 2015-10-20 07:35:55 UTC +++ Makefile.in -@@ -269,7 +269,7 @@ target_alias = @target_alias@ +@@ -274,7 +274,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ --AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -+AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ +-AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE ++AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ @FTS5_FLAGS@ @JSON1_FLAGS@ lib_LTLIBRARIES = libsqlite3.la libsqlite3_la_SOURCES = sqlite3.c libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8