From pol@dns4soho.net  Thu Sep 20 06:20:04 2012
Return-Path: <pol@dns4soho.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D26C9106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Sep 2012 06:20:04 +0000 (UTC)
	(envelope-from pol@dns4soho.net)
Received: from be.dns4soho.net (be.dns4soho.net [82.146.57.245])
	by mx1.freebsd.org (Postfix) with ESMTP id 2C6D38FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Sep 2012 06:20:03 +0000 (UTC)
Received: from test.lan (broadband-178-140-250-47.nationalcablenetworks.ru [178.140.250.47] (may be forged))
	by be.dns4soho.net (8.14.5/8.14.5) with ESMTP id q8K6HkC6001131
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Sep 2012 06:17:46 GMT
	(envelope-from pol@dns4soho.net)
Received: from test.lan (localhost [127.0.0.1])
	by test.lan (8.14.5/8.14.5) with ESMTP id q8K6HnRF003637
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Sep 2012 10:17:49 +0400 (MSK)
	(envelope-from pol@test.lan)
Received: (from pol@localhost)
	by test.lan (8.14.5/8.14.5/Submit) id q8K6HnQX003636;
	Thu, 20 Sep 2012 10:17:49 +0400 (MSK)
	(envelope-from pol)
Message-Id: <201209200617.q8K6HnQX003636@test.lan>
Date: Thu, 20 Sep 2012 10:17:49 +0400 (MSK)
From: Pavel I Volkov <pavelivolkov@googlemail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/sqlite3: update to 3.7.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171804
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.7.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 20 06:30:10 UTC 2012
>Closed-Date:    Fri Sep 21 08:16:56 UTC 2012
>Last-Modified:  Fri Sep 21 08:20:04 UTC 2012
>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

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

--- sqlite3-3.7.14.patch begins here ---
diff -ruN --exclude=CVS ../sqlite3.orig/Makefile ./Makefile
--- ../sqlite3.orig/Makefile	2012-09-19 19:24:38.000000000 +0400
+++ ./Makefile	2012-09-19 19:26:09.000000000 +0400
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.13
+PORTVERSION=	3.7.14
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/
-DISTNAME=	sqlite-autoconf-3071300
+DISTNAME=	sqlite-autoconf-3071400
 
 MAINTAINER=	pavelivolkov@googlemail.com
 COMMENT=	An SQL database engine in a C library
diff -ruN --exclude=CVS ../sqlite3.orig/distinfo ./distinfo
--- ../sqlite3.orig/distinfo	2012-09-19 19:24:38.000000000 +0400
+++ ./distinfo	2012-09-19 19:27:17.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071300.tar.gz) = ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119
-SIZE (sqlite-autoconf-3071300.tar.gz) = 1845778
+SHA256 (sqlite-autoconf-3071400.tar.gz) = de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724
+SIZE (sqlite-autoconf-3071400.tar.gz) = 1832194
--- sqlite3-3.7.14.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Thu Sep 20 09:02:15 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171804 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Fri Sep 21 08:16:55 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171804: commit references a PR
Date: Fri, 21 Sep 2012 08:13:49 +0000 (UTC)

 Author: culot
 Date: Fri Sep 21 08:13:34 2012
 New Revision: 304613
 URL: http://svn.freebsd.org/changeset/ports/304613
 
 Log:
   - Update to 3.7.14
   
   Changes:	http://www.sqlite.org/releaselog/3_7_14.html
   PR:		ports/171804
   Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
 
 Modified:
   head/databases/sqlite3/Makefile
   head/databases/sqlite3/distinfo
 
 Modified: head/databases/sqlite3/Makefile
 ==============================================================================
 --- head/databases/sqlite3/Makefile	Fri Sep 21 07:28:36 2012	(r304612)
 +++ head/databases/sqlite3/Makefile	Fri Sep 21 08:13:34 2012	(r304613)
 @@ -6,10 +6,10 @@
  #
  
  PORTNAME=	sqlite3
 -PORTVERSION=	3.7.13
 +PORTVERSION=	3.7.14
  CATEGORIES=	databases
  MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/
 -DISTNAME=	sqlite-autoconf-3071300
 +DISTNAME=	sqlite-autoconf-3071400
  
  MAINTAINER=	pavelivolkov@googlemail.com
  COMMENT=	An SQL database engine in a C library
 
 Modified: head/databases/sqlite3/distinfo
 ==============================================================================
 --- head/databases/sqlite3/distinfo	Fri Sep 21 07:28:36 2012	(r304612)
 +++ head/databases/sqlite3/distinfo	Fri Sep 21 08:13:34 2012	(r304613)
 @@ -1,2 +1,2 @@
 -SHA256 (sqlite-autoconf-3071300.tar.gz) = ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119
 -SIZE (sqlite-autoconf-3071300.tar.gz) = 1845778
 +SHA256 (sqlite-autoconf-3071400.tar.gz) = de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724
 +SIZE (sqlite-autoconf-3071400.tar.gz) = 1832194
 _______________________________________________
 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:
