From owner-svn-ports-head@freebsd.org Wed Sep 19 23:37:17 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 0D64C10AA4B4; Wed, 19 Sep 2018 23:37:17 +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 B79AE97CB9; Wed, 19 Sep 2018 23:37:16 +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 B28B715D40; Wed, 19 Sep 2018 23:37:16 +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 w8JNbGXm078516; Wed, 19 Sep 2018 23:37:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8JNbGLm078514; Wed, 19 Sep 2018 23:37:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809192337.w8JNbGLm078514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 19 Sep 2018 23:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480123 - head/databases/sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/sqlite3 X-SVN-Commit-Revision: 480123 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.27 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: Wed, 19 Sep 2018 23:37:17 -0000 Author: swills Date: Wed Sep 19 23:37:16 2018 New Revision: 480123 URL: https://svnweb.freebsd.org/changeset/ports/480123 Log: databases/sqlite3: Update to 3.25.0 PR: 231452 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 Wed Sep 19 23:19:00 2018 (r480122) +++ head/databases/sqlite3/Makefile Wed Sep 19 23:37:16 2018 (r480123) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -DISTVERSION= 3.24.0 -PORTREVISION= 1 +DISTVERSION= 3.25.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 @@ -116,10 +115,13 @@ UNICODE_DESC= Unicode support UNICODE61_DESC= Unicode Version 6.1 tokenizer # https://www.sqlite.org/rtree.html -OPTIONS_GROUP_RTREEG= RTREE RTREE_INT +OPTIONS_GROUP_RTREEG= RTREE RTREE_INT GEOPOLY RTREEG_DESC= Index type for range queries RTREE_DESC= Enable R*Tree module RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates +# https://www.sqlite.org/geopoly.html +GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) +GEOPOLY_IMPLIES= RTREE OPTIONS_GROUP_RL= READLINES READLINEP EDITLINE RL_DESC= Which command line editing library to use: @@ -158,6 +160,7 @@ TS3_CPPFLAGS= -DSQLITE_TEMP_STORE=3 RTREE_CPPFLAGS= -DSQLITE_ENABLE_RTREE=1 RTREE_INT_CPPFLAGS= -DSQLITE_RTREE_INT_ONLY=1 +GEOPOLY_CPPFLAGS= -DSQLITE_ENABLE_GEOPOLY=1 FTS4_CPPFLAGS= -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 FTS5_CONFIGURE_ENABLE= fts5 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Wed Sep 19 23:19:00 2018 (r480122) +++ head/databases/sqlite3/distinfo Wed Sep 19 23:37:16 2018 (r480123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528707168 -SHA256 (sqlite-autoconf-3240000.tar.gz) = d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a -SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252 +TIMESTAMP = 1537275746 +SHA256 (sqlite-autoconf-3250000.tar.gz) = de1a93dfc1ea23d93ee85440fe4347d0b9cd936f25c29645ee0ee170d1307f71 +SIZE (sqlite-autoconf-3250000.tar.gz) = 2763727