Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 17:34:16 +0400 (MSK)
From:      Pavel I Volkov <pavelivolkov@googlemail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pavelivolkov@googlemail.com
Subject:   ports/172400: [PATCH] databases/sqlite3: update to 3.7.14.1
Message-ID:  <201210061334.q96DYGJC019896@test.lan>
Resent-Message-ID: <201210061400.q96E0LxU054708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@googlemail.com
+MAINTAINER=	pavelivolkov@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:



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