aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Output/Makefile11
-rw-r--r--devel/p5-Test-Output/distinfo6
-rw-r--r--devel/p5-Test-Output/pkg-plist2
3 files changed, 13 insertions, 6 deletions
diff --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile
index 67e2fe2b62a2..997ca49614de 100644
--- a/devel/p5-Test-Output/Makefile
+++ b/devel/p5-Test-Output/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-Output
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +14,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Utilities to test STDOUT and STDERR messages
-RUN_DEPENDS= p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS+= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
-MAN3= Test::Output.3
+MAN3= Test::Output.3 Test::Output::Tie.3
+
+post-patch:
+ @${REINPLACE_CMD} -e '/File::Temp/d' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
diff --git a/devel/p5-Test-Output/distinfo b/devel/p5-Test-Output/distinfo
index ec6f0190cbb6..a757911d3b55 100644
--- a/devel/p5-Test-Output/distinfo
+++ b/devel/p5-Test-Output/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-Output-0.15.tar.gz) = 6b6a9a760215efc3260cf0bf4547c98f
-SHA256 (Test-Output-0.15.tar.gz) = c773e574699bebe09abac0b659355d474983e6c074702da47d5fc13936f380ca
-SIZE (Test-Output-0.15.tar.gz) = 13942
+MD5 (Test-Output-0.16.tar.gz) = d7a4bd06f682089bd0b432e6df94cfef
+SHA256 (Test-Output-0.16.tar.gz) = da7350d6aa81f005c9cdfe1b7914d7567006df3d4cdecd1dc9ce35dc84bf11e0
+SIZE (Test-Output-0.16.tar.gz) = 11273
diff --git a/devel/p5-Test-Output/pkg-plist b/devel/p5-Test-Output/pkg-plist
index 0f5e77f39229..624bc97c630b 100644
--- a/devel/p5-Test-Output/pkg-plist
+++ b/devel/p5-Test-Output/pkg-plist
@@ -1,6 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Output/.packlist
%%SITE_PERL%%/Test/Output.pm
+%%SITE_PERL%%/Test/Output/Tie.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Output
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test/Output
@dirrmtry %%SITE_PERL%%/Test