1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 3.8.7.2

PR:		195062
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
Danilo Egea Gondolfo 2014-11-22 15:47:09 +00:00
parent 03d462df02
commit 3446326bae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373065
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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