Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 12:44:55 +0400 (MSK)
From:      Pavel I Volkov <pavelivolkov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/189985: [MAINTAINER] databases/sqlite3: update to 3.8.4.3
Message-ID:  <201405200844.s4K8it9b071464@be.dns4soho.net>
Resent-Message-ID: <201405200900.s4K900R7022538@freefall.freebsd.org>

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

>Number:         189985
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.8.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 09:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 9.2-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD be.dns4soho.net 9.2-RELEASE-p6 FreeBSD 9.2-RELEASE-p6 #6 r265247: Sat May  3 08:44:37
>Description:
- Update to 3.8.4.3

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

--- sqlite3-3.8.4.3.patch begins here ---
diff -ruN ../sqlite3.orig/Makefile ./Makefile
--- ../sqlite3.orig/Makefile	2014-05-20 11:49:49.000000000 +0400
+++ ./Makefile	2014-05-20 12:24:44.000000000 +0400
@@ -2,10 +2,10 @@
 # $FreeBSD: head/databases/sqlite3/Makefile 350195 2014-04-05 06:05:11Z culot $
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.4.2
+PORTVERSION=	3.8.4.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
-DISTNAME=	sqlite-autoconf-3080402
+DISTNAME=	sqlite-autoconf-3080403
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	SQL database engine in a C library
@@ -43,10 +43,10 @@
 EXTENSION_DESC=		Allow loadable extensions
 
 OPTIONS_SINGLE_RAMT=	TS0 TS1 TS2 TS3
-RAMT_DESC=		Where to store temporary files
-TS0_DESC=		Always use temporary files
-TS1_DESC=		Files by default, allow changes with PRAGMA
-TS2_DESC=		Memory by default,allow changes with PRAGMA
+RAMT_DESC=		Where to store temporary file
+TS0_DESC=		Always use temporary file
+TS1_DESC=		File by default, change allowed PRAGMA
+TS2_DESC=		Memory by default, change allowed PRAGMA
 TS3_DESC=		Always use memory
 
 OPTIONS_RADIO_STAT=	STAT3 STAT4
diff -ruN ../sqlite3.orig/distinfo ./distinfo
--- ../sqlite3.orig/distinfo	2014-05-20 11:49:49.000000000 +0400
+++ ./distinfo	2014-05-20 12:12:58.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080402.tar.gz) = e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5
-SIZE (sqlite-autoconf-3080402.tar.gz) = 1937368
+SHA256 (sqlite-autoconf-3080403.tar.gz) = e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65
+SIZE (sqlite-autoconf-3080403.tar.gz) = 1937379
diff -ruN ../sqlite3.orig/pkg-descr ./pkg-descr
--- ../sqlite3.orig/pkg-descr	2014-05-20 11:49:49.000000000 +0400
+++ ./pkg-descr	2014-05-20 12:38:58.000000000 +0400
@@ -4,4 +4,4 @@
 that can be used to administer an SQLite database and which serves as an
 example of how to use the SQLite library.
 
-WWW: http://www.sqlite.org/
+WWW: https://www.sqlite.org/
--- sqlite3-3.8.4.3.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?201405200844.s4K8it9b071464>