aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-09-19 23:37:16 +0000
committerSteve Wills <swills@FreeBSD.org>2018-09-19 23:37:16 +0000
commit729d59be8bfefaafd66b8ab2a9ca1e7f99e0d779 (patch)
treec1d88225f5718a70dd4888055d957d5528213f62 /databases/sqlite3
parent92cc6bbc8c85a32c920a1e23664f852f40a8aa9b (diff)
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile9
-rw-r--r--databases/sqlite3/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 4856b59611e2..16552f0ee14d 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -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
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 3ef8a0ee9e4f..0499aa1777d4 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -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