From pol@admbank.ru  Fri May 25 06:21:35 2012
Return-Path: <pol@admbank.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 16FB7106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2012 06:21:35 +0000 (UTC)
	(envelope-from pol@admbank.ru)
Received: from osiris.dns4soho.net (osiris.dns4soho.net [IPv6:2a01:230:2::41])
	by mx1.freebsd.org (Postfix) with ESMTP id 77C568FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2012 06:21:33 +0000 (UTC)
Received: from pol.adm.ru ([193.169.92.86])
	by osiris.dns4soho.net (8.14.5/8.14.5) with ESMTP id q4P6LVRe097896
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2012 10:21:32 +0400 (MSK)
	(envelope-from pol@admbank.ru)
Received: from pol.adm.ru (localhost [127.0.0.1])
	by pol.adm.ru (8.14.5/8.14.5) with ESMTP id q4P6LPGG022647
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2012 10:21:25 +0400 (MSK)
	(envelope-from pol@pol.adm.ru)
Received: (from pol@localhost)
	by pol.adm.ru (8.14.5/8.14.5/Submit) id q4P6LPfT022646;
	Fri, 25 May 2012 10:21:25 +0400 (MSK)
	(envelope-from pol)
Message-Id: <201205250621.q4P6LPfT022646@pol.adm.ru>
Date: Fri, 25 May 2012 10:21:25 +0400 (MSK)
From: Pavel I Volkov <pavelivolkov@googlemail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/sqlite3: update to 3.7.12.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168329
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.7.12.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sperber
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 06:30:06 UTC 2012
>Closed-Date:    Fri May 25 10:18:06 UTC 2012
>Last-Modified:  Fri May 25 10:20:06 UTC 2012
>Originator:     Pavel I Volkov
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pol.adm.ru 9.0-STABLE FreeBSD 9.0-STABLE #5: Wed May 23 14:30:27 MSK 2012
>Description:
- Update to 3.7.12.1

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

--- sqlite3-3.7.12.1.patch begins here ---
diff -ruN --exclude=CVS ../sqlite3.orig/Makefile ./Makefile
--- ../sqlite3.orig/Makefile	2012-05-25 09:42:22.000000000 +0400
+++ ./Makefile	2012-05-25 09:48:56.000000000 +0400
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.12
+PORTVERSION=	3.7.12.1
 CATEGORIES=	databases
-MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/
-DISTNAME=	sqlite-autoconf-3071200
+MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/
+DISTNAME=	sqlite-autoconf-3071201
 
 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-05-25 09:42:22.000000000 +0400
+++ ./distinfo	2012-05-25 09:49:55.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071200.tar.gz) = ca1735d13975be84cba87ea1b62ae0ab01fdc01ef21d7547982a2b118c9fc649
-SIZE (sqlite-autoconf-3071200.tar.gz) = 1827241
+SHA256 (sqlite-autoconf-3071201.tar.gz) = b4ce93881cb88e7d1d0f2ad50a206b600163b40fea6df9d0749ad152aaebf845
+SIZE (sqlite-autoconf-3071201.tar.gz) = 1831193
diff -ruN --exclude=CVS ../sqlite3.orig/files/patch-Makefile.in ./files/patch-Makefile.in
--- ../sqlite3.orig/files/patch-Makefile.in	2012-05-25 09:42:22.000000000 +0400
+++ ./files/patch-Makefile.in	2012-05-25 09:52:57.000000000 +0400
@@ -1,9 +1,9 @@
---- ./Makefile.in.orig	2012-05-15 12:26:47.000000000 +0400
-+++ ./Makefile.in	2012-05-15 12:41:54.000000000 +0400
-@@ -219,7 +219,7 @@
+--- ./Makefile.in.orig	2012-05-25 09:51:37.000000000 +0400
++++ ./Makefile.in	2012-05-25 09:52:43.000000000 +0400
+@@ -243,7 +243,7 @@
  sqlite3_DEPENDENCIES = $(top_builddir)/libsqlite3.la
  include_HEADERS = sqlite3.h sqlite3ext.h
- EXTRA_DIST = sqlite3.1 tea
+ EXTRA_DIST = sqlite3.pc sqlite3.1 tea
 -pkgconfigdir = ${libdir}/pkgconfig
 +pkgconfigdir = ${prefix}/libdata/pkgconfig
  pkgconfig_DATA = sqlite3.pc
--- sqlite3-3.7.12.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sperber 
Responsible-Changed-By: sperber 
Responsible-Changed-When: Fri May 25 07:07:17 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168329 
State-Changed-From-To: open->closed 
State-Changed-By: sperber 
State-Changed-When: Fri May 25 10:18:04 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168329: commit references a PR
Date: Fri, 25 May 2012 10:16:33 +0000 (UTC)

 sperber     2012-05-25 10:16:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/sqlite3    Makefile distinfo 
     databases/sqlite3/files patch-Makefile.in 
   Log:
   - Update to 3.7.12.1
   
   PR:           ports/168329
   Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
   Approved by:  decke (mentor)
   
   Revision  Changes    Path
   1.73      +3 -3      ports/databases/sqlite3/Makefile
   1.44      +2 -2      ports/databases/sqlite3/distinfo
   1.14      +4 -4      ports/databases/sqlite3/files/patch-Makefile.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
