From pol@be.dns4soho.net  Tue May 20 08:57:41 2014
Return-Path: <pol@be.dns4soho.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 39A896AB
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 20 May 2014 08:57:36 +0000 (UTC)
Received: from be.dns4soho.net (be.dns4soho.net [IPv6:2a01:230:2::30])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id A13832DC7
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 20 May 2014 08:57:34 +0000 (UTC)
Received: from be.dns4soho.net (be.dns4soho.net [82.146.57.245])
	by be.dns4soho.net (8.14.7/8.14.5) with ESMTP id s4K8vOCx030269
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 20 May 2014 08:57:24 GMT
	(envelope-from pol@be.dns4soho.net)
Received: (from root@localhost)
	by be.dns4soho.net (8.14.7/8.14.7/Submit) id s4K8it9b071464;
	Tue, 20 May 2014 12:44:55 +0400 (MSK)
	(envelope-from pol)
Message-Id: <201405200844.s4K8it9b071464@be.dns4soho.net>
Date: Tue, 20 May 2014 12:44:55 +0400 (MSK)
From: Pavel I Volkov <pavelivolkov@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: [MAINTAINER] databases/sqlite3: update to 3.8.4.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         189985
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.8.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 09:00:00 UTC 2014
>Closed-Date:    Tue May 20 12:38:23 UTC 2014
>Last-Modified:  Tue May 20 12:40:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Tue May 20 12:22:52 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189985 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Tue May 20 12:38:22 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189985 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189985: commit references a PR
Date: Tue, 20 May 2014 12:38:12 +0000 (UTC)

 Author: culot
 Date: Tue May 20 12:38:09 2014
 New Revision: 354630
 URL: http://svnweb.freebsd.org/changeset/ports/354630
 QAT: https://qat.redports.org/buildarchive/r354630/
 
 Log:
   - Update to 3.8.4.3
   
   Changes:	http://www.sqlite.org/releaselog/3_8_4_3.html
   PR:		ports/189985
   Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
 
 Modified:
   head/databases/sqlite3/Makefile
   head/databases/sqlite3/distinfo
   head/databases/sqlite3/pkg-descr
 
 Modified: head/databases/sqlite3/Makefile
 ==============================================================================
 --- head/databases/sqlite3/Makefile	Tue May 20 12:02:32 2014	(r354629)
 +++ head/databases/sqlite3/Makefile	Tue May 20 12:38:09 2014	(r354630)
 @@ -2,10 +2,10 @@
  # $FreeBSD$
  
  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 @@ UNLOCK_NOTIFY_DESC=	Enable notification 
  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
 
 Modified: head/databases/sqlite3/distinfo
 ==============================================================================
 --- head/databases/sqlite3/distinfo	Tue May 20 12:02:32 2014	(r354629)
 +++ head/databases/sqlite3/distinfo	Tue May 20 12:38:09 2014	(r354630)
 @@ -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
 
 Modified: head/databases/sqlite3/pkg-descr
 ==============================================================================
 --- head/databases/sqlite3/pkg-descr	Tue May 20 12:02:32 2014	(r354629)
 +++ head/databases/sqlite3/pkg-descr	Tue May 20 12:38:09 2014	(r354630)
 @@ -4,4 +4,4 @@ The distribution comes with a standalone
  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/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
