Stuart Henderson wrote:
> On 2009/09/03 14:13, Kevin Lo wrote:
> > Hi,
> > 
> > Here's an update to p5-Test-Output-0.16.
> > Tested on amd64.
> > 
> > Okay? Comments?
> > 
> >     Kevin
> 
> Warning: prerequisite File::Temp 0.21 not found. We have 0.18.
> 
> any idea what it wants from this? (the newer one is in Perl 5.10.1)

Test::Output works fine with File::Temp 0.18. 
Here's an revised diff, thanks.

        Kevin
diff -ruN p5-Test-Output.orig/Makefile p5-Test-Output/Makefile
--- p5-Test-Output.orig/Makefile	Wed Sep  2 14:29:47 2009
+++ p5-Test-Output/Makefile	Fri Sep  4 15:38:58 2009
@@ -3,7 +3,7 @@
 COMMENT= 	test output of other modules
 
 MODULES=	cpan
-DISTNAME=	Test-Output-0.10
+DISTNAME=	Test-Output-0.16
 CATEGORIES=	devel
 
 # perl
@@ -12,9 +12,8 @@
 PERMIT_DISTFILES_CDROM=	Yes
 PERMIT_DISTFILES_FTP=	Yes
 
-RUN_DEPENDS=		::devel/p5-Sub-Exporter
-
-REGRESS_DEPENDS=	::devel/p5-Test-Tester
+RUN_DEPENDS=		::devel/p5-Sub-Exporter \
+			::devel/p5-Test-Tester
 
 MAKE_ENV=		TEST_POD=Yes
 .include <bsd.port.mk>
diff -ruN p5-Test-Output.orig/distinfo p5-Test-Output/distinfo
--- p5-Test-Output.orig/distinfo	Wed Sep  2 14:29:47 2009
+++ p5-Test-Output/distinfo	Wed Sep  2 14:30:00 2009
@@ -1,5 +1,5 @@
-MD5 (Test-Output-0.10.tar.gz) = 3PZyluBKQan3P3DBD+X4JQ==
-RMD160 (Test-Output-0.10.tar.gz) = fLb+juzn+2t0tKD07l76z+Aj6mo=
-SHA1 (Test-Output-0.10.tar.gz) = nhP3p/kecKiShPVArf9875FogyM=
-SHA256 (Test-Output-0.10.tar.gz) = tygTviY51J3aKj+Hkot84YVjPzr6olMAr7+4RLEt7qQ=
-SIZE (Test-Output-0.10.tar.gz) = 9838
+MD5 (Test-Output-0.16.tar.gz) = 16S9BvaCCJvQtDLm35TP7w==
+RMD160 (Test-Output-0.16.tar.gz) = ZlzPPQsIM3EPpe5B7oTtf+xJKPE=
+SHA1 (Test-Output-0.16.tar.gz) = 9Hp3vpsm51gJ/hly3SzQWu5+Zl0=
+SHA256 (Test-Output-0.16.tar.gz) = 2nNQ1qqB8AXJzf4beRTXVnAG3z1M3s0dyc413IS/EeA=
+SIZE (Test-Output-0.16.tar.gz) = 11273
diff -ruN p5-Test-Output.orig/patches/patch-Makefile_PL p5-Test-Output/patches/patch-Makefile_PL
--- p5-Test-Output.orig/patches/patch-Makefile_PL	Thu Jan  1 08:00:00 1970
+++ p5-Test-Output/patches/patch-Makefile_PL	Fri Sep  4 16:09:45 2009
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- Makefile.PL.orig	Fri Sep  4 15:49:08 2009
++++ Makefile.PL	Fri Sep  4 16:09:24 2009
+@@ -15,7 +15,7 @@ WriteMakefile(
+ 		'Test::Tester'  => '0.107',
+ 		'Test::More'    => '0',
+ 		'Sub::Exporter' => '0',
+-		'File::Temp'    => '0.21',
++		'File::Temp'    => '0.18',
+ 		},
+ 
+ 	dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
diff -ruN p5-Test-Output.orig/pkg/PLIST p5-Test-Output/pkg/PLIST
--- p5-Test-Output.orig/pkg/PLIST	Wed Sep  2 14:29:47 2009
+++ p5-Test-Output/pkg/PLIST	Fri Sep  4 16:16:05 2009
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/10 12:29:56 espie Exp $
-${P5SITE}/Test/
 ${P5SITE}/Test/Output/
 ${P5SITE}/Test/Output.pm
 ${P5SITE}/Test/Output/Tie.pm

Reply via email to