ports/93506: Update Port: devel/p5-Test-Inline 0.16 -> 2.103

Aaron Dalton aaron at FreeBSD.org
Sat Feb 18 01:20:06 UTC 2006


>Number:         93506
>Category:       ports
>Synopsis:       Update Port: devel/p5-Test-Inline 0.16 -> 2.103
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 18 01:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-Inline/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	11 Jun 2005 16:12:53 -0000	1.9
+++ Makefile	18 Feb 2006 01:10:13 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Test-Inline
-PORTVERSION=	0.16
-PORTREVISION=	1
+PORTVERSION=	2.103
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
@@ -17,13 +16,35 @@
 COMMENT=	Test::Inline - Inlining your tests next to the code being tested
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+		${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
+		${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
+		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
+		${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
+		${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
+		${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
+		${SITE_PERL}/Algorithm/Dependency.pm:${PORTSDIR}/devel/p5-Algorithm-Dependency \
+		${SITE_PERL}/File/Flat.pm:${PORTSDIR}/devel/p5-File-Flat \
+		${SITE_PERL}/Pod/Tests.pm:${PORTSDIR}/devel/p5-Pod-Tests
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN1=		pod2test.1
-MAN3=		Pod::Tests.3 Pod::Tests::Tutorial.3 Test::Inline.3 Test::Inline::Tutorial.3
+MAN1=	pod2test.1
+MAN3=	Test::Inline.3 \
+	Test::Inline::Content.3 \
+	Test::Inline::Content::Default.3 \
+	Test::Inline::Content::Legacy.3 \
+	Test::Inline::Content::Simple.3 \
+	Test::Inline::Extract.3 \
+	Test::Inline::IO::File.3 \
+	Test::Inline::Script.3 \
+	Test::Inline::Section.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires at least Perl5.6 due to dependencies
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-Inline/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	11 Feb 2004 14:33:07 -0000	1.2
+++ distinfo	21 Nov 2005 02:21:19 -0000
@@ -1,2 +1,3 @@
-MD5 (Test-Inline-0.16.tar.gz) = 91296ea0606489b1bc2d62bbf08e44eb
-SIZE (Test-Inline-0.16.tar.gz) = 15434
+MD5 (Test-Inline-2.103.tar.gz) = 1d57bc056a0906bdf349700a6899c93e
+SHA256 (Test-Inline-2.103.tar.gz) = 78b67b7e50bf4bf6df3ae2fd25cf101d0f33a90bb7ac996fdc05521c104e4737
+SIZE (Test-Inline-2.103.tar.gz) = 58511
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-Inline/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	24 Oct 2003 12:02:13 -0000	1.2
+++ pkg-plist	18 Feb 2006 01:04:28 -0000
@@ -1,12 +1,18 @@
-bin/pod2test
-%%SITE_PERL%%/Test/Inline/Tutorial.pod
+bin/inline2test
 %%SITE_PERL%%/Test/Inline.pm
-%%SITE_PERL%%/Pod/Tests.pm
-%%SITE_PERL%%/Pod/Tests/Tutorial.pod
+%%SITE_PERL%%/Test/Inline/Content.pm
+%%SITE_PERL%%/Test/Inline/Content/Default.pm
+%%SITE_PERL%%/Test/Inline/Content/Legacy.pm
+%%SITE_PERL%%/Test/Inline/Content/Simple.pm
+%%SITE_PERL%%/Test/Inline/Extract.pm
+%%SITE_PERL%%/Test/Inline/IO/File.pm
+%%SITE_PERL%%/Test/Inline/Script.pm
+%%SITE_PERL%%/Test/Inline/Section.pm
+%%SITE_PERL%%/Test/Inline/Util.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Inline/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Inline
- at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+ at dirrm %%SITE_PERL%%/Test/Inline/IO
+ at dirrm %%SITE_PERL%%/Test/Inline/Content
 @dirrm %%SITE_PERL%%/Test/Inline
- at unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true
- at dirrm %%SITE_PERL%%/Pod/Tests
- at unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true
+ at dirrmtry %%SITE_PERL%%/Test
--- submission.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list