From pol@be.dns4soho.net  Sat Aug 31 13:12:51 2013
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 ESMTP id DB53876C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Aug 2013 13:12:45 +0000 (UTC)
	(envelope-from pol@be.dns4soho.net)
Received: from be.dns4soho.net (be.dns4soho.net [IPv6:2a01:230:2::30])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 67D1A20F3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Aug 2013 13:12:44 +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 r7VDCeN9053912
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Aug 2013 13:12:40 GMT
	(envelope-from pol@be.dns4soho.net)
Received: (from root@localhost)
	by be.dns4soho.net (8.14.5/8.14.5/Submit) id r7VCa8q0016302;
	Sat, 31 Aug 2013 16:36:08 +0400 (MSK)
	(envelope-from pol)
Message-Id: <201308311236.r7VCa8q0016302@be.dns4soho.net>
Date: Sat, 31 Aug 2013 16:36:08 +0400 (MSK)
From: Pavel I Volkov <pavelivolkov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.0.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181705
>Category:       ports
>Synopsis:       [MAINTAINER] databases/tcl-sqlite3: update to 3.8.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 31 13:20:00 UTC 2013
>Closed-Date:    Sat Aug 31 17:50:09 UTC 2013
>Last-Modified:  Sat Aug 31 17:50:09 UTC 2013
>Originator:     Pavel I Volkov
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD fb1.local 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #1 r252131: Mon Jun 24 11:18:24 MSK
>Description:
- Update to 3.8.0.1

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

--- tcl-sqlite3-3.8.0.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 325724)
+++ Makefile	(working copy)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.17
+PORTVERSION=	3.8.0.1
 CATEGORIES=	databases tcl
 MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
 PKGNAMEPREFIX=	tcl-
-DISTNAME=	sqlite-autoconf-3071700
+DISTNAME=	sqlite-autoconf-3080001
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
Index: distinfo
===================================================================
--- distinfo	(revision 325724)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
-SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
+SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
+SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758
Index: files/example.tcl.in
===================================================================
--- files/example.tcl.in	(revision 325724)
+++ files/example.tcl.in	(working copy)
@@ -6,7 +6,7 @@
   puts stderr "Usage: $argv0 DATABASE SQL-STATEMENT"
   exit 1
 }
-sqlite db [lindex $argv 0]
+sqlite3 db [lindex $argv 0]
 db eval [lindex $argv 1] x {
   foreach v $x(*) {
     puts "$v = $x($v)"
--- tcl-sqlite3-3.8.0.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sat Aug 31 14:11:32 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181705: commit references a PR
Date: Sat, 31 Aug 2013 17:46:36 +0000 (UTC)

 Author: rm
 Date: Sat Aug 31 17:46:22 2013
 New Revision: 325822
 URL: http://svnweb.freebsd.org/changeset/ports/325822
 
 Log:
   - update to 3.8.0.1
   
   PR:		181705
   Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
 
 Modified:
   head/databases/tcl-sqlite3/Makefile
   head/databases/tcl-sqlite3/distinfo
   head/databases/tcl-sqlite3/files/example.tcl.in
 
 Modified: head/databases/tcl-sqlite3/Makefile
 ==============================================================================
 --- head/databases/tcl-sqlite3/Makefile	Sat Aug 31 17:44:46 2013	(r325821)
 +++ head/databases/tcl-sqlite3/Makefile	Sat Aug 31 17:46:22 2013	(r325822)
 @@ -2,11 +2,11 @@
  # $FreeBSD$
  
  PORTNAME=	sqlite3
 -PORTVERSION=	3.7.17
 +PORTVERSION=	3.8.0.1
  CATEGORIES=	databases tcl
  MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
  PKGNAMEPREFIX=	tcl-
 -DISTNAME=	sqlite-autoconf-3071700
 +DISTNAME=	sqlite-autoconf-3080001
  
  MAINTAINER=	pavelivolkov@gmail.com
  COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
 
 Modified: head/databases/tcl-sqlite3/distinfo
 ==============================================================================
 --- head/databases/tcl-sqlite3/distinfo	Sat Aug 31 17:44:46 2013	(r325821)
 +++ head/databases/tcl-sqlite3/distinfo	Sat Aug 31 17:46:22 2013	(r325822)
 @@ -1,2 +1,2 @@
 -SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
 -SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
 +SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
 +SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758
 
 Modified: head/databases/tcl-sqlite3/files/example.tcl.in
 ==============================================================================
 --- head/databases/tcl-sqlite3/files/example.tcl.in	Sat Aug 31 17:44:46 2013	(r325821)
 +++ head/databases/tcl-sqlite3/files/example.tcl.in	Sat Aug 31 17:46:22 2013	(r325822)
 @@ -6,7 +6,7 @@ if {$argc!=2} {
    puts stderr "Usage: $argv0 DATABASE SQL-STATEMENT"
    exit 1
  }
 -sqlite db [lindex $argv 0]
 +sqlite3 db [lindex $argv 0]
  db eval [lindex $argv 1] x {
    foreach v $x(*) {
      puts "$v = $x($v)"
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Sat Aug 31 17:50:09 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181705 
>Unformatted:
