ports/172400: [PATCH] databases/sqlite3: update to 3.7.14.1

Pavel I Volkov pavelivolkov at googlemail.com
Sat Oct 6 14:00:22 UTC 2012


>Number:         172400
>Category:       ports
>Synopsis:       [PATCH] databases/sqlite3: update to 3.7.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 06 14:00:21 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 9.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD test 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Sat Aug  4 19:02:52 MSK
>Description:
- Update to 3.7.14.1
- Enable URI filename by default
- Change email maintainer

Port maintainer (pavelivolkov at googlemail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- sqlite3-3.7.14.1.patch begins here ---
diff -ruN --exclude=CVS ../sqlite3.orig/Makefile ./Makefile
--- ../sqlite3.orig/Makefile	2012-09-21 12:13:34.000000000 +0400
+++ ./Makefile	2012-10-06 17:24:09.000000000 +0400
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.14
+PORTVERSION=	3.7.14.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/
-DISTNAME=	sqlite-autoconf-3071400
+DISTNAME=	sqlite-autoconf-3071401
 
-MAINTAINER=	pavelivolkov at googlemail.com
+MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	An SQL database engine in a C library
 
 LICENSE=	public
@@ -34,7 +34,7 @@
 		RTREE		"Enable R*Tree module (${RTREE_INT})"	off \
 		RAMTABLE	"Store temporary tables in RAM = ${TEMP_STORE}" off \
 		UPD_DEL_LIMIT	"ORDER BY and LIMIT on UPDATE and DELETE" off \
-		URI		"Enable use the URI filename"		off \
+		URI		"Enable use the URI filename"		on \
 		SOUNDEX		"Enables the soundex() SQL function"	off \
 		METADATA	"Enable column metadata"		on \
 		STAT3		"Help SQLite to chose a better query plan" off \
diff -ruN --exclude=CVS ../sqlite3.orig/distinfo ./distinfo
--- ../sqlite3.orig/distinfo	2012-09-21 12:13:34.000000000 +0400
+++ ./distinfo	2012-10-06 16:13:38.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071400.tar.gz) = de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724
-SIZE (sqlite-autoconf-3071400.tar.gz) = 1832194
+SHA256 (sqlite-autoconf-3071401.tar.gz) = d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692
+SIZE (sqlite-autoconf-3071401.tar.gz) = 1832051
--- sqlite3-3.7.14.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list