From pol@be.dns4soho.net  Thu Sep  5 16:35:36 2013
Return-Path: <pol@be.dns4soho.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id D2499510
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Sep 2013 16:35:30 +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 5DFD02E5D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Sep 2013 16:35:29 +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 r85GZP9S066352
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 5 Sep 2013 16:35:26 GMT
	(envelope-from pol@be.dns4soho.net)
Received: (from root@localhost)
	by fb1.mcb.ru (8.14.5/8.14.5/Submit) id r85Eqamk035255;
	Thu, 5 Sep 2013 18:52:36 +0400 (MSK)
	(envelope-from pol)
Message-Id: <201309051452.r85Eqamk035255@be.dns4soho.net>
Date: Thu, 5 Sep 2013 18:52:36 +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.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181842
>Category:       ports
>Synopsis:       [MAINTAINER] databases/tcl-sqlite3: update to 3.8.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 05 16:40:03 UTC 2013
>Closed-Date:    Sat Sep 07 10:25:17 UTC 2013
>Last-Modified:  Sat Sep 07 10:25:17 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.2

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

--- tcl-sqlite3-3.8.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 326329)
+++ Makefile	(working copy)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.0.1
+PORTVERSION=	3.8.0.2
 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-3080001
+DISTNAME=	sqlite-autoconf-3080002
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
Index: distinfo
===================================================================
--- distinfo	(revision 326329)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
-SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758
+SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
+SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
--- tcl-sqlite3-3.8.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Sep 5 17:38:00 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181842: commit references a PR
Date: Sat,  7 Sep 2013 10:19:22 +0000 (UTC)

 Author: sunpoet
 Date: Sat Sep  7 10:19:11 2013
 New Revision: 326594
 URL: http://svnweb.freebsd.org/changeset/ports/326594
 
 Log:
   - Update to 3.8.0.2
   - While I'm here:
     - Convert to new options framework
     - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
   
   Changes:	http://www.sqlite.org/releaselog/3_8_0_2.html
   PR:		ports/181842
   Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
 
 Modified:
   head/databases/tcl-sqlite3/Makefile   (contents, props changed)
   head/databases/tcl-sqlite3/distinfo   (contents, props changed)
 
 Modified: head/databases/tcl-sqlite3/Makefile
 ==============================================================================
 --- head/databases/tcl-sqlite3/Makefile	Sat Sep  7 10:19:06 2013	(r326593)
 +++ head/databases/tcl-sqlite3/Makefile	Sat Sep  7 10:19:11 2013	(r326594)
 @@ -2,11 +2,11 @@
  # $FreeBSD$
  
  PORTNAME=	sqlite3
 -PORTVERSION=	3.8.0.1
 +PORTVERSION=	3.8.0.2
  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-3080001
 +DISTNAME=	sqlite-autoconf-3080002
  
  MAINTAINER=	pavelivolkov@gmail.com
  COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
 @@ -18,6 +18,8 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
  
  LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3
  
 +OPTIONS_DEFINE=	EXAMPLES
 +
  WRKSRC=		${WRKDIR}/${DISTNAME}/tea
  
  USES=		pkgconfig
 @@ -37,15 +39,15 @@ SUB_LIST=	"TCLSH=${TCLSH}"
  
  MANN=	sqlite3.n
  
 -.include <bsd.port.pre.mk>
 +.include <bsd.port.options.mk>
  
  post-patch:
  	@${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in
  
  post-install:
 -.if !defined(NOPORTEXAMPLES)
 +.if ${PORT_OPTIONS:MEXAMPLES}
  	@${MKDIR} ${EXAMPLESDIR}
  	@${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${EXAMPLESDIR}
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/databases/tcl-sqlite3/distinfo
 ==============================================================================
 --- head/databases/tcl-sqlite3/distinfo	Sat Sep  7 10:19:06 2013	(r326593)
 +++ head/databases/tcl-sqlite3/distinfo	Sat Sep  7 10:19:11 2013	(r326594)
 @@ -1,2 +1,2 @@
 -SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
 -SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758
 +SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
 +SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
 _______________________________________________
 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: sunpoet 
State-Changed-When: Sat Sep 7 10:25:17 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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