Skip site navigation (1)Skip section navigation (2)
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:   ports/91542: [PATCH] devel/p5-Test-LongString: update to 0.09
Message-ID:  <20060109014741.97EEDB29CB6@utopia.leeym.com>
Resent-Message-ID: <200601090150.k091oAI7030060@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91542
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-LongString: update to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 01:50:09 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060109014741.97EEDB29CB6>