From nobody@FreeBSD.org  Mon Sep 21 19:41:05 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC226106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Sep 2009 19:41:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id CD1988FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Sep 2009 19:41:05 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8LJf4W9013213
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Sep 2009 19:41:04 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n8LJf4Ai013183;
	Mon, 21 Sep 2009 19:41:04 GMT
	(envelope-from nobody)
Message-Id: <200909211941.n8LJf4Ai013183@www.freebsd.org>
Date: Mon, 21 Sep 2009 19:41:04 GMT
From: Edmondas Girkantas <eg@fbsd.lt>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER UPDATE] devel/p5-CPAN-SQLite to 0.198
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139026
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] devel/p5-CPAN-SQLite to 0.198
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 21 19:50:01 UTC 2009
>Closed-Date:    Wed Sep 23 14:02:04 UTC 2009
>Last-Modified:  Wed Sep 23 14:10:02 UTC 2009
>Originator:     Edmondas Girkantas
>Release:        7.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD big.bug.lt 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
updated to 0.198 version which has different bugfixes:

- CPAN::SQLite::DBI::Index had an extra right parenthesis

- CPAN::SQLite::META braces bug in oneliner; see
http://rt.cpan.org/Ticket/Display.html?id=47353

- better error reporting in cases where index files aren't fetched; see
http://rt.cpan.org/Ticket/Display.html?id=47322

>How-To-Repeat:

>Fix:
apply given patch

Patch attached with submission follows:

diff -ruN p5-CPAN-SQLite.orig/Makefile p5-CPAN-SQLite/Makefile
--- p5-CPAN-SQLite.orig/Makefile	2009-09-21 11:59:22.000000000 +0300
+++ p5-CPAN-SQLite/Makefile	2009-09-21 14:25:41.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	CPAN-SQLite
-PORTVERSION=	0.197
+PORTVERSION=	0.198
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/R/RK/RKOBES
diff -ruN p5-CPAN-SQLite.orig/distinfo p5-CPAN-SQLite/distinfo
--- p5-CPAN-SQLite.orig/distinfo	2009-09-21 11:59:22.000000000 +0300
+++ p5-CPAN-SQLite/distinfo	2009-09-21 11:59:45.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (CPAN-SQLite-0.197.tar.gz) = 5c2411b67aab497da14d55dd9b58a6dd
-SHA256 (CPAN-SQLite-0.197.tar.gz) = 2707d52a52ba73f5ae56bc6e11108a5c8a1ff4f631b205ae17ffc94d8d376297
-SIZE (CPAN-SQLite-0.197.tar.gz) = 65375
+MD5 (CPAN-SQLite-0.198.tar.gz) = 4c5c917bc340747911a2cdd8e6118348
+SHA256 (CPAN-SQLite-0.198.tar.gz) = 5b784662ad3fc0ce47142d0f0634179b8c1464969ab2c23ac9c2a091be3ade2d
+SIZE (CPAN-SQLite-0.198.tar.gz) = 67054


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Sep 22 12:25:41 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139026 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Sep 23 14:02:03 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139026: commit references a PR
Date: Wed, 23 Sep 2009 14:02:12 +0000 (UTC)

 miwi        2009-09-23 14:01:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-CPAN-SQLite Makefile distinfo 
   Log:
   - Update to 0.198
   
   PR:             139026
   Submitted by:   Edmondas Girkantas <eg@fbsd.lt> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.7       +1 -1      ports/devel/p5-CPAN-SQLite/Makefile
   1.4       +3 -3      ports/devel/p5-CPAN-SQLite/distinfo
 _______________________________________________
 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:
