svn commit: r380025 - in head: biology/p5-Bio-Das-Lite databases/p5-Data-Pageset devel/p5-Class-C3-Componentised devel/p5-Log-Dispatch-Perl devel/p5-POE-Session-MultiDispatch devel/p5-Time-Duration...
Adam Weinberger
adamw at FreeBSD.org
Thu Feb 26 16:54:45 UTC 2015
Author: adamw
Date: Thu Feb 26 16:54:41 2015
New Revision: 380025
URL: https://svnweb.freebsd.org/changeset/ports/380025
QAT: https://qat.redports.org/buildarchive/r380025/
Log:
Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.
Thanks to az for showing me the light here.
Modified:
head/biology/p5-Bio-Das-Lite/Makefile
head/databases/p5-Data-Pageset/Makefile
head/devel/p5-Class-C3-Componentised/Makefile
head/devel/p5-Log-Dispatch-Perl/Makefile
head/devel/p5-POE-Session-MultiDispatch/Makefile
head/devel/p5-Time-Duration-Parse/Makefile
head/security/p5-POE-Filter-SSL/Makefile
head/textproc/p5-Text-Trim/Makefile
head/textproc/p5-XML-DoubleEncodedEntities/Makefile
head/www/p5-HTTP-Response-Encoding/Makefile
head/www/p5-WWW-Dilbert/Makefile
Modified: head/biology/p5-Bio-Das-Lite/Makefile
==============================================================================
--- head/biology/p5-Bio-Das-Lite/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/biology/p5-Bio-Das-Lite/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-Readonly>=1.03:${PORTS
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-WWW-Curl>=4.07:${PORTSDIR}/www/p5-WWW-Curl
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>0.8:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuild
Modified: head/databases/p5-Data-Pageset/Makefile
==============================================================================
--- head/databases/p5-Data-Pageset/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/databases/p5-Data-Pageset/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -13,7 +13,6 @@ COMMENT= Page numbering and page sets
BUILD_DEPENDS= p5-Data-Page>=2:${PORTSDIR}/databases/p5-Data-Page
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0.1:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Class-C3-Componentised/Makefile
==============================================================================
--- head/devel/p5-Class-C3-Componentised/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/devel/p5-Class-C3-Componentised/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -17,11 +17,9 @@ RUN_DEPENDS= p5-Class-C3>=0.20:${PORTSDI
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
BUILD_DEPENDS:= ${RUN_DEPENDS}
-TEST_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
- p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+ p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Log-Dispatch-Perl/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Perl/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/devel/p5-Log-Dispatch-Perl/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -13,7 +13,6 @@ COMMENT= Log::Dispatch plug-in using cor
BUILD_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-POE-Session-MultiDispatch/Makefile
==============================================================================
--- head/devel/p5-POE-Session-MultiDispatch/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/devel/p5-POE-Session-MultiDispatch/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -13,7 +13,6 @@ COMMENT= Callback dispatch for session e
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
BUILD_DEPENDS:= ${RUN_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Time-Duration-Parse/Makefile
==============================================================================
--- head/devel/p5-Time-Duration-Parse/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/devel/p5-Time-Duration-Parse/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -16,8 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Exporter-Lite>=0.02:${PORTSDIR}/devel/p5-Exporter-Lite
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
- p5-Time-Duration>=1.0.6:${PORTSDIR}/devel/p5-Time-Duration
+TEST_DEPENDS= p5-Time-Duration>=1.0.6:${PORTSDIR}/devel/p5-Time-Duration
USES= perl5
USE_PERL5= configure
Modified: head/security/p5-POE-Filter-SSL/Makefile
==============================================================================
--- head/security/p5-POE-Filter-SSL/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/security/p5-POE-Filter-SSL/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -19,7 +19,6 @@ BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSD
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-POE>=0:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
Modified: head/textproc/p5-Text-Trim/Makefile
==============================================================================
--- head/textproc/p5-Text-Trim/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/textproc/p5-Text-Trim/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -15,8 +15,6 @@ COMMENT= Extract the structure of a quot
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-
USES= perl5
USE_PERL5= modbuild
Modified: head/textproc/p5-XML-DoubleEncodedEntities/Makefile
==============================================================================
--- head/textproc/p5-XML-DoubleEncodedEntities/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/textproc/p5-XML-DoubleEncodedEntities/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -11,8 +11,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Unbreak XML with Doubly-Encoded Entities
-TEST_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple
-
USES= perl5
USE_PERL5= configure
Modified: head/www/p5-HTTP-Response-Encoding/Makefile
==============================================================================
--- head/www/p5-HTTP-Response-Encoding/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/www/p5-HTTP-Response-Encoding/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -16,7 +16,6 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-Encode>=2.0:${PORTSDIR}/converters/p5-Encode
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
Modified: head/www/p5-WWW-Dilbert/Makefile
==============================================================================
--- head/www/p5-WWW-Dilbert/Makefile Thu Feb 26 16:49:31 2015 (r380024)
+++ head/www/p5-WWW-Dilbert/Makefile Thu Feb 26 16:54:41 2015 (r380025)
@@ -14,7 +14,6 @@ COMMENT= Dilbert of the day comic strip
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuild
More information about the svn-ports-all
mailing list