Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 15:47:10 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373065 - head/databases/sqlite3
Message-ID:  <201411221547.sAMFlAcE035205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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