summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-11-22 15:47:09 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-11-22 15:47:09 +0000
commit3446326bae1c41dd6af6c239ccf79fd1c38d9a97 (patch)
treeb83ad60ac20cca7f21795385a1028dab3c485a5f /databases
parent- Update from 7.40.11 to 7.42.0 (diff)
- Update to 3.8.7.2
PR: 195062 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile7
-rw-r--r--databases/sqlite3/distinfo4
2 files changed, 6 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index e1b62d3ca99b..69ecd34a7dc3 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.7
-PORTREVISION= 1
+PORTVERSION= 3.8.7.2
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
-DISTNAME= sqlite-autoconf-3080700
+DISTNAME= sqlite-autoconf-3080702
MAINTAINER= pavelivolkov@gmail.com
COMMENT= SQL database engine in a C library
@@ -45,6 +44,7 @@ SECURE_DELETE_DESC= Overwrite deleted information with zeros
UNLOCK_NOTIFY_DESC= Enable notification on unlocking
EXTENSION_DESC= Allow loadable extensions
+# http://www.sqlite.org/tempfiles.html#tempstore
OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3
RAMT_DESC= Where to store temporary file
TS0_DESC= Always use temporary file
@@ -52,6 +52,7 @@ TS1_DESC= File by default, change allowed PRAGMA
TS2_DESC= Memory by default, change allowed PRAGMA
TS3_DESC= Always use memory
+# http://www.sqlite.org/queryplanner-ng.html#qpstab
OPTIONS_RADIO_STAT= STAT3 STAT4
STAT_DESC= Which query planner to use
STAT3_DESC= collect histogram data from leftmost column
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 1f9f43d7ee56..6990ed3028ea 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080700.tar.gz) = d0b42377fb59ea8dfe690334af04505e34e60e6875058a01aebd2502ac63d4ae
-SIZE (sqlite-autoconf-3080700.tar.gz) = 1998217
+SHA256 (sqlite-autoconf-3080702.tar.gz) = 8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e
+SIZE (sqlite-autoconf-3080702.tar.gz) = 1998965