svn commit: r373065 - head/databases/sqlite3
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Nov 22 15:47:11 UTC 2014
Author: danilo
Date: Sat Nov 22 15:47:09 2014
New Revision: 373065
URL: https://svnweb.freebsd.org/changeset/ports/373065
QAT: https://qat.redports.org/buildarchive/r373065/
Log:
- Update to 3.8.7.2
PR: 195062
Submitted by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
Modified:
head/databases/sqlite3/Makefile
head/databases/sqlite3/distinfo
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Sat Nov 22 15:23:21 2014 (r373064)
+++ head/databases/sqlite3/Makefile Sat Nov 22 15:47:09 2014 (r373065)
@@ -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 at gmail.com
COMMENT= SQL database engine in a C library
@@ -45,6 +44,7 @@ SECURE_DELETE_DESC= Overwrite deleted in
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 allow
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
Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo Sat Nov 22 15:23:21 2014 (r373064)
+++ head/databases/sqlite3/distinfo Sat Nov 22 15:47:09 2014 (r373065)
@@ -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
More information about the svn-ports-all
mailing list