aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-01 19:15:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-01 19:15:20 +0000
commitf083b6e8284ffa0d649ee46cfe8023a23fafdf78 (patch)
tree16ed4704e807ddf5db719aa4a6303f01919bb98e /devel
parent329119920e77cc05ed1ae6c156712da51f8e45d5 (diff)
downloadports-f083b6e8284ffa0d649ee46cfe8023a23fafdf78.tar.gz
ports-f083b6e8284ffa0d649ee46cfe8023a23fafdf78.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-App-perlbrew/Makefile2
-rw-r--r--devel/p5-Doxygen-Filter-Perl/Makefile2
-rw-r--r--devel/p5-Test-Output/Makefile6
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile
index 51c44adeb27c..b4ad9b42123c 100644
--- a/devel/p5-App-perlbrew/Makefile
+++ b/devel/p5-App-perlbrew/Makefile
@@ -24,7 +24,7 @@ TEST_DEPENDS= p5-File-Which>=1.21:sysutils/p5-File-Which \
p5-Path-Class>=0.33:devel/p5-Path-Class \
p5-Test-Exception>=0.32:devel/p5-Test-Exception \
p5-Test-NoWarnings>=1.04:devel/p5-Test-NoWarnings \
- p5-Test-Output>=1.03:devel/p5-Test-Output \
+ p5-Test-Output>=1.030:devel/p5-Test-Output \
p5-Test-Spec>=0.47:devel/p5-Test-Spec \
p5-Test-TempDir-Tiny>=0.016:devel/p5-Test-TempDir-Tiny
diff --git a/devel/p5-Doxygen-Filter-Perl/Makefile b/devel/p5-Doxygen-Filter-Perl/Makefile
index dd877321fd9f..4c7030129922 100644
--- a/devel/p5-Doxygen-Filter-Perl/Makefile
+++ b/devel/p5-Doxygen-Filter-Perl/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv3
RUN_DEPENDS= doxygen:devel/doxygen \
p5-Pod-POM>=0.27:textproc/p5-Pod-POM \
p5-Log-Log4perl>=1.33:devel/p5-Log-Log4perl
-TEST_DEPENDS= p5-Test-Output>=1.01:devel/p5-Test-Output
+TEST_DEPENDS= p5-Test-Output>=1.010:devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
diff --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile
index 1e4d12da658c..1f14c7b37087 100644
--- a/devel/p5-Test-Output/Makefile
+++ b/devel/p5-Test-Output/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= Test-Output
-PORTVERSION= 1.03.1
+PORTVERSION= 1.031
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Utilities to test STDOUT and STDERR messages
@@ -17,8 +16,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>