From leeym@utopia.leeym.com  Mon Jan  9 01:48:00 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7592516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jan 2006 01:48:00 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr6.hinet.net (msr6.hinet.net [168.95.4.106])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5CC43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jan 2006 01:47:59 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr6.hinet.net (8.9.3/8.9.3) with ESMTP id JAA28974;
	Mon, 9 Jan 2006 09:47:48 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 8BC45B29CBF;
	Mon,  9 Jan 2006 09:47:47 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 86581-03; Mon,  9 Jan 2006 09:47:41 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 97EEDB29CB6; Mon,  9 Jan 2006 09:47:41 +0800 (CST)
Message-Id: <20060109014741.97EEDB29CB6@utopia.leeym.com>
Date: Mon,  9 Jan 2006 09:47:41 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fbsdports@commit.it
Subject: [PATCH] devel/p5-Test-LongString: update to 0.09
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fbsdports@commit.it

>Number:         91542
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-LongString: update to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 01:50:09 GMT 2006
>Closed-Date:    Fri Feb 03 13:34:32 GMT 2006
>Last-Modified:  Fri Feb 03 13:34:32 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- Update to 0.09

Port maintainer (fbsdports@commit.it) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Test-LongString-0.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-LongString/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	31 Oct 2005 18:24:10 -0000	1.4
+++ Makefile	9 Jan 2006 01:47:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Test-LongString
-PORTVERSION=	0.08
+PORTVERSION=	0.09
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
@@ -15,6 +15,8 @@
 MAINTAINER=	fbsdports@commit.it
 COMMENT=	A library to test long strings
 
+BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Test::LongString.3
@@ -22,7 +24,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
-IGNORE=		requires perl 5.6.x or later. Install lang/perl5 and try again
+post-patch:
+	${PERL} -pi -e 's/-Tw/-w/' ${WRKSRC}/t/*.t
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-LongString/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	6 Oct 2005 14:44:34 -0000	1.2
+++ distinfo	9 Jan 2006 01:47:30 -0000
@@ -1,2 +1,3 @@
-MD5 (Test-LongString-0.08.tar.gz) = c0906f6abfe4eabf408dfb245b7f589d
-SIZE (Test-LongString-0.08.tar.gz) = 6404
+MD5 (Test-LongString-0.09.tar.gz) = a956f4f0a8f7a8704f984523ce58fa66
+SHA256 (Test-LongString-0.09.tar.gz) = a58de02ce2d2efcd99742ebfc3d3fc7d8423f4d1685790c3272b7f2f867a631a
+SIZE (Test-LongString-0.09.tar.gz) = 6263
--- p5-Test-LongString-0.09.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 9 02:40:09 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91542 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Wed Jan 11 01:51:02 UTC 2006 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91542 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Feb 3 13:34:30 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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