From pol@be.dns4soho.net  Sat May 25 14:43:06 2013
Return-Path: <pol@be.dns4soho.net>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 4E5281B8
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 May 2013 14:43:01 +0000 (UTC)
	(envelope-from pol@be.dns4soho.net)
Received: from be.dns4soho.net (be.dns4soho.net [IPv6:2a01:230:2::30])
	by mx1.freebsd.org (Postfix) with ESMTP id B05F5398
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 May 2013 14:43:00 +0000 (UTC)
Received: from be.dns4soho.net (be.dns4soho.net [82.146.57.245])
	by be.dns4soho.net (8.14.5/8.14.5) with ESMTP id r4PEgukL075004
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 May 2013 14:42:56 GMT
	(envelope-from pol@be.dns4soho.net)
Received: (from root@localhost)
	by fb1.mcb.ru (8.14.5/8.14.5/Submit) id r4PEKYE5085410;
	Sat, 25 May 2013 18:20:34 +0400 (MSK)
	(envelope-from pol)
Message-Id: <201305251420.r4PEKYE5085410@fb1.mcb.ru>
Date: Sat, 25 May 2013 18:20:34 +0400 (MSK)
From: Pavel I Volkov <pavelivolkov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/sqlite3: update to 3.7.17
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178971
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.7.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 25 14:50:02 UTC 2013
>Closed-Date:    Fri May 31 14:04:32 UTC 2013
>Last-Modified:  Fri May 31 14:10:01 UTC 2013
>Originator:     Pavel I Volkov
>Release:        FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD fb1.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #2 r250081: Tue Apr 30 13:18:47 MSK
>Description:
- Update to 3.7.17

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

--- sqlite3-3.7.17.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 319018)
+++ Makefile	(working copy)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.16.1
+PORTVERSION=	3.7.17
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
-DISTNAME=	sqlite-autoconf-3071601
+DISTNAME=	sqlite-autoconf-3071700
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	An SQL database engine in a C library
Index: distinfo
===================================================================
--- distinfo	(revision 319018)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071601.tar.gz) = 4af5ea8cbb1b0b0b53c67cef0b32d86f76e84c912228954e8577224150184a68
-SIZE (sqlite-autoconf-3071601.tar.gz) = 1854392
+SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
+SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
--- sqlite3-3.7.17.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Sun May 26 11:55:48 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178971 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Fri May 31 14:04:32 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178971: commit references a PR
Date: Fri, 31 May 2013 14:03:23 +0000 (UTC)

 Author: culot
 Date: Fri May 31 14:03:15 2013
 New Revision: 319492
 URL: http://svnweb.freebsd.org/changeset/ports/319492
 
 Log:
   - Update to 3.7.17 [1]
   - Remove leading article from COMMENT
   
   Changes:	http://www.sqlite.org/releaselog/3_7_17.html
   PR:		ports/178971 [1]
   Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
 
 Modified:
   head/databases/sqlite3/Makefile
   head/databases/sqlite3/distinfo
 
 Modified: head/databases/sqlite3/Makefile
 ==============================================================================
 --- head/databases/sqlite3/Makefile	Fri May 31 13:36:36 2013	(r319491)
 +++ head/databases/sqlite3/Makefile	Fri May 31 14:03:15 2013	(r319492)
 @@ -2,13 +2,13 @@
  # $FreeBSD$
  
  PORTNAME=	sqlite3
 -PORTVERSION=	3.7.16.1
 +PORTVERSION=	3.7.17
  CATEGORIES=	databases
  MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
 -DISTNAME=	sqlite-autoconf-3071601
 +DISTNAME=	sqlite-autoconf-3071700
  
  MAINTAINER=	pavelivolkov@gmail.com
 -COMMENT=	An SQL database engine in a C library
 +COMMENT=	SQL database engine in a C library
  
  LICENSE=	public
  LICENSE_NAME=	Public Domain
 
 Modified: head/databases/sqlite3/distinfo
 ==============================================================================
 --- head/databases/sqlite3/distinfo	Fri May 31 13:36:36 2013	(r319491)
 +++ head/databases/sqlite3/distinfo	Fri May 31 14:03:15 2013	(r319492)
 @@ -1,2 +1,2 @@
 -SHA256 (sqlite-autoconf-3071601.tar.gz) = 4af5ea8cbb1b0b0b53c67cef0b32d86f76e84c912228954e8577224150184a68
 -SIZE (sqlite-autoconf-3071601.tar.gz) = 1854392
 +SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
 +SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
 _______________________________________________
 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:
