Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 23:37:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480123 - head/databases/sqlite3
Message-ID:  <201809192337.w8JNbGLm078514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <pavelivolkov@gmail.com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809192337.w8JNbGLm078514>