ports/104592: [PATCH] devel/p5-Test-Class: update to 0.20

Jin-Shan Tseng tjs at cdpa.nsysu.edu.tw
Fri Oct 20 01:30:21 UTC 2006


>Number:         104592
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Class: update to 0.20
>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:   Fri Oct 20 01:30:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006
>Description:
- Update to 0.20

Port maintainer (perl at FreeBSD.org) is cc'd.

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

--- p5-Test-Class-0.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Class/Makefile /hd1/p5-Test-Class/Makefile
--- /usr/ports/devel/p5-Test-Class/Makefile	Thu Oct 12 10:52:56 2006
+++ /hd1/p5-Test-Class/Makefile	Fri Oct 20 09:25:20 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Test-Class
-PORTVERSION=	0.18
+PORTVERSION=	0.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
@@ -15,34 +15,28 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Test::Class - Easily create test classes in an xUnit style
 
-BUILD_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
-		${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
-		${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
-		${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Devel-Symdump>=2.03:${PORTSDIR}/devel/p5-Devel-Symdump
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		Test::Class.3 \
-    		Test::Class::MethodInfo.3 \
-    		Test::Class::Load.3
+		Test::Class::Load.3 \
+		Test::Class::MethodInfo.3
 
 .include <bsd.port.pre.mk>
 
-##
-## this port requires PERL 5.6.x or later
-##
-.if ${PERL_LEVEL} < 500601
-IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
+.if ${PERL_LEVEL} < 500702
+RUN_DEPENDS+=	p5-Attribute-Handlers>=0.77:${PORTSDIR}/devel/p5-Attribute-Handlers
+.if ${PERL_LEVEL} < 500701
+RUN_DEPENDS+=	p5-Class-ISA>=0.32:${PORTSDIR}/devel/p5-Class-ISA
+.if ${PERL_LEVEL} < 500700
+RUN_DEPENDS+=	p5-Storable>=2.04:${PORTSDIR}/devel/p5-Storable
+.endif
+.endif
 .endif
 
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
-		${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
-		${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
-		${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
-		${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
+.if ${PERL_LEVEL} < 500601
+IGNORE=		requires perl 5.6.1 or later. Install lang/perl5.8 then try again
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Class/distinfo /hd1/p5-Test-Class/distinfo
--- /usr/ports/devel/p5-Test-Class/distinfo	Thu Oct 12 10:52:56 2006
+++ /hd1/p5-Test-Class/distinfo	Fri Oct 20 08:56:33 2006
@@ -1,3 +1,3 @@
-MD5 (Test-Class-0.18.tar.gz) = a6dfa503937de152396b3c227f409caa
-SHA256 (Test-Class-0.18.tar.gz) = 5d7b0c3f2f89359c4ceb917519b59a8980ea6496651dec91710b0ab9f916c4b9
-SIZE (Test-Class-0.18.tar.gz) = 44644
+MD5 (Test-Class-0.20.tar.gz) = 66a96dd9acfc2256b54012a3487ccf87
+SHA256 (Test-Class-0.20.tar.gz) = 5132bcd47533a26e01623431a7b0b483dbbf12f4d29a66980a5e42f110ab2441
+SIZE (Test-Class-0.20.tar.gz) = 45869
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Class/pkg-plist /hd1/p5-Test-Class/pkg-plist
--- /usr/ports/devel/p5-Test-Class/pkg-plist	Mon Oct  2 09:24:31 2006
+++ /hd1/p5-Test-Class/pkg-plist	Fri Oct 20 09:20:37 2006
@@ -1,7 +1,6 @@
-%%SITE_PERL%%/mach/auto/Test/Class/.packlist
+ at comment $FreeBSD$
 %%SITE_PERL%%/Test/Class.pm
-%%SITE_PERL%%/Test/Class/MethodInfo.pm
 %%SITE_PERL%%/Test/Class/Load.pm
- at dirrm %%SITE_PERL%%/Test/Class
- at dirrm %%SITE_PERL%%/mach/auto/Test/Class
+%%SITE_PERL%%/Test/Class/MethodInfo.pm
+ at dirrmtry %%SITE_PERL%%/Test/Class
 @dirrmtry %%SITE_PERL%%/Test
--- p5-Test-Class-0.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list