Date: Mon, 23 May 2016 03:53:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415696 - in head: databases/p5-DBICx-MapMaker databases/p5-DBICx-TestDatabase devel/p5-AnyEvent-Subprocess devel/p5-App-perlbrew devel/p5-Check-ISA devel/p5-Context-Preserve devel/p5-D... Message-ID: <201605230353.u4N3rJ7s059575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 23 03:53:19 2016 New Revision: 415696 URL: https://svnweb.freebsd.org/changeset/ports/415696 Log: - Update to 1.302015 - Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/databases/p5-DBICx-MapMaker/Makefile head/databases/p5-DBICx-TestDatabase/Makefile head/devel/p5-AnyEvent-Subprocess/Makefile head/devel/p5-App-perlbrew/Makefile head/devel/p5-Check-ISA/Makefile head/devel/p5-Context-Preserve/Makefile head/devel/p5-Devel-ArgNames/Makefile head/devel/p5-Devel-Events-Objects/Makefile head/devel/p5-Devel-Events/Makefile head/devel/p5-Devel-PartialDump/Makefile head/devel/p5-Event-Join/Makefile head/devel/p5-Hash-Diff/Makefile head/devel/p5-IO-Handle-Util/Makefile head/devel/p5-JSON-RPC-Common/Makefile head/devel/p5-MooseX-Runnable/Makefile head/devel/p5-MooseX-Traits/Makefile head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile head/devel/p5-MooseX-Types-DateTime/Makefile head/devel/p5-MooseX-Types-PortNumber/Makefile head/devel/p5-MooseX-Types-Set-Object/Makefile head/devel/p5-MooseX-Types-URI/Makefile head/devel/p5-Number-Tolerant/Makefile head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Path-FindDev/Makefile head/devel/p5-Term-VT102-Boundless/Makefile head/devel/p5-Test-Benchmark/Makefile head/devel/p5-Test-BinaryData/Makefile head/devel/p5-Test-Bits/Makefile head/devel/p5-Test-CleanNamespaces/Makefile head/devel/p5-Test-Deep/Makefile head/devel/p5-Test-File/Makefile head/devel/p5-Test-Filename/Makefile head/devel/p5-Test-JSON/Makefile head/devel/p5-Test-NoWarnings/Makefile head/devel/p5-Test-Output/Makefile head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo head/devel/p5-Test-Simple/pkg-plist head/devel/p5-Test-Spelling/Makefile head/devel/p5-Test-Timer/Makefile head/devel/p5-Test-Trap/Makefile head/devel/p5-Test-Version/Makefile head/devel/p5-Test-WWW-Declare/Makefile head/devel/p5-Test-Warnings/Makefile head/devel/p5-Tie-ToObject/Makefile head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Type-Tiny/Makefile head/devel/p5-XS-Object-Magic/Makefile head/graphics/p5-GraphViz/Makefile head/security/p5-Crypt-Random-Source/Makefile head/security/p5-POE-Component-SSLify/Makefile head/textproc/p5-Pod-Tree/Makefile head/www/p5-CGI-Application-Plugin-Session/Makefile head/www/p5-CGI-Cookie-Splitter/Makefile head/www/p5-Catalyst-Controller-BindLex/Makefile head/www/p5-Catalyst-Controller-RateLimit/Makefile head/www/p5-Catalyst-Controller-RequestToken/Makefile head/www/p5-Catalyst-Model-Adaptor/Makefile head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile head/www/p5-Catalyst-Plugin-Unicode/Makefile head/www/p5-Catalyst-View-Templated/Makefile head/www/p5-HTML-FromANSI/Makefile head/www/p5-Template-Plugin-JSON/Makefile Modified: head/databases/p5-DBICx-MapMaker/Makefile ============================================================================== --- head/databases/p5-DBICx-MapMaker/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/databases/p5-DBICx-MapMaker/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/databases/p5-DBICx-TestDatabase/Makefile ============================================================================== --- head/databases/p5-DBICx-TestDatabase/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/databases/p5-DBICx-TestDatabase/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-AnyEvent-Subprocess/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Subprocess/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-AnyEvent-Subprocess/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -39,7 +39,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-App-perlbrew/Makefile ============================================================================== --- head/devel/p5-App-perlbrew/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-App-perlbrew/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -38,7 +38,7 @@ BUILD_DEPENDS+= p5-Pod-Parser>=1.62:text RUN_DEPENDS+= p5-Pod-Parser>=1.62:textproc/p5-Pod-Parser TEST_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:devel/p5-ExtUtils-MakeMaker \ p5-File-Temp>=0.23.04:devel/p5-File-Temp \ - p5-Test-Simple>=1.001.002:devel/p5-Test-Simple + p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Check-ISA/Makefile ============================================================================== --- head/devel/p5-Check-ISA/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Check-ISA/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Context-Preserve/Makefile ============================================================================== --- head/devel/p5-Context-Preserve/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Context-Preserve/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Devel-ArgNames/Makefile ============================================================================== --- head/devel/p5-Devel-ArgNames/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-ArgNames/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Devel-Events-Objects/Makefile ============================================================================== --- head/devel/p5-Devel-Events-Objects/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-Events-Objects/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Devel-Events/Makefile ============================================================================== --- head/devel/p5-Devel-Events/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-Events/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Devel-PartialDump/Makefile ============================================================================== --- head/devel/p5-Devel-PartialDump/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-PartialDump/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Event-Join/Makefile ============================================================================== --- head/devel/p5-Event-Join/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Event-Join/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Hash-Diff/Makefile ============================================================================== --- head/devel/p5-Hash-Diff/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Hash-Diff/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -12,7 +12,6 @@ COMMENT= Return the difference between t RUN_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge BUILD_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge -TEST_DEPENDS= p5-Test-Simple>=0.98:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure @@ -20,7 +19,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-IO-Handle-Util/Makefile ============================================================================== --- head/devel/p5-IO-Handle-Util/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-IO-Handle-Util/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-JSON-RPC-Common/Makefile ============================================================================== --- head/devel/p5-JSON-RPC-Common/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-JSON-RPC-Common/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -27,7 +27,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Runnable/Makefile ============================================================================== --- head/devel/p5-MooseX-Runnable/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Runnable/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -33,7 +33,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Traits/Makefile ============================================================================== --- head/devel/p5-MooseX-Traits/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Traits/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -29,7 +29,7 @@ USE_PERL5= modbuildtiny .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -31,7 +31,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -30,7 +30,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Types-DateTime/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-DateTime/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -30,7 +30,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Types-PortNumber/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-PortNumber/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-PortNumber/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ regression-test: build .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Types-Set-Object/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Set-Object/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-Set-Object/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-MooseX-Types-URI/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-URI/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-URI/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Number-Tolerant/Makefile ============================================================================== --- head/devel/p5-Number-Tolerant/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Number-Tolerant/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-POE-Test-Loops/Makefile ============================================================================== --- head/devel/p5-POE-Test-Loops/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-POE-Test-Loops/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,8 +21,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.002:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.002:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Parallel-ForkManager/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Path-FindDev/Makefile ============================================================================== --- head/devel/p5-Path-FindDev/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Path-FindDev/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Class-Tiny>=0.010:deve RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-CPAN-Meta>0:devel/p5-CPAN-Meta \ p5-CPAN-Meta-Requirements>2.120:devel/p5-CPAN-Meta-Requirements \ - p5-Test-Simple>=1.001.003:devel/p5-Test-Simple + p5-Test-Simple>=1.001003:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Term-VT102-Boundless/Makefile ============================================================================== --- head/devel/p5-Term-VT102-Boundless/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Term-VT102-Boundless/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Benchmark/Makefile ============================================================================== --- head/devel/p5-Test-Benchmark/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Benchmark/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-BinaryData/Makefile ============================================================================== --- head/devel/p5-Test-BinaryData/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-BinaryData/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Bits/Makefile ============================================================================== --- head/devel/p5-Test-Bits/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Bits/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-CleanNamespaces/Makefile ============================================================================== --- head/devel/p5-Test-CleanNamespaces/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-CleanNamespaces/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -34,7 +34,7 @@ PLIST_FILES= %%SITE_PERL%%/Test/CleanNam .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Deep/Makefile ============================================================================== --- head/devel/p5-Test-Deep/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Deep/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,8 +24,8 @@ post-patch: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-File/Makefile ============================================================================== --- head/devel/p5-Test-File/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-File/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,8 +22,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502104 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.006:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.006:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Filename/Makefile ============================================================================== --- head/devel/p5-Test-Filename/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Filename/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-JSON/Makefile ============================================================================== --- head/devel/p5-Test-JSON/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-JSON/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,8 +22,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-NoWarnings/Makefile ============================================================================== --- head/devel/p5-Test-NoWarnings/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-NoWarnings/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -29,7 +29,7 @@ RUN_DEPENDS+= p5-Devel-StackTrace>=0:dev .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Output/Makefile ============================================================================== --- head/devel/p5-Test-Output/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Output/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Simple/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.001.014 +PORTVERSION= 1.302015 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Basic utilities for writing tests in perl @@ -14,8 +13,9 @@ COMMENT= Basic utilities for writing tes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -CONFLICTS= p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* +CONFLICTS_INSTALL= p5-Test2-[0-9]* p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Simple/distinfo Mon May 23 03:53:19 2016 (r415696) @@ -1,2 +1,2 @@ -SHA256 (Test-Simple-1.001014.tar.gz) = 55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b -SIZE (Test-Simple-1.001014.tar.gz) = 127212 +SHA256 (Test-Simple-1.302015.tar.gz) = d4ac67ad324d70fd97570ee3b3c253b6f64077652714bdd70790af9ec80672a5 +SIZE (Test-Simple-1.302015.tar.gz) = 231281 Modified: head/devel/p5-Test-Simple/pkg-plist ============================================================================== --- head/devel/p5-Test-Simple/pkg-plist Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Simple/pkg-plist Mon May 23 03:53:19 2016 (r415696) @@ -1,8 +1,10 @@ %%SITE_PERL%%/Test/Builder.pm +%%SITE_PERL%%/Test/Builder/Formatter.pm %%SITE_PERL%%/Test/Builder/IO/Scalar.pm %%SITE_PERL%%/Test/Builder/Module.pm %%SITE_PERL%%/Test/Builder/Tester.pm %%SITE_PERL%%/Test/Builder/Tester/Color.pm +%%SITE_PERL%%/Test/Builder/TodoDiag.pm %%SITE_PERL%%/Test/More.pm %%SITE_PERL%%/Test/Simple.pm %%SITE_PERL%%/Test/Tester.pm @@ -11,12 +13,74 @@ %%SITE_PERL%%/Test/Tester/Delegate.pm %%SITE_PERL%%/Test/Tutorial.pod %%SITE_PERL%%/Test/use/ok.pm +%%SITE_PERL%%/Test2.pm +%%SITE_PERL%%/Test2/API.pm +%%SITE_PERL%%/Test2/API/Breakage.pm +%%SITE_PERL%%/Test2/API/Context.pm +%%SITE_PERL%%/Test2/API/Instance.pm +%%SITE_PERL%%/Test2/API/Stack.pm +%%SITE_PERL%%/Test2/Event.pm +%%SITE_PERL%%/Test2/Event/Bail.pm +%%SITE_PERL%%/Test2/Event/Diag.pm +%%SITE_PERL%%/Test2/Event/Exception.pm +%%SITE_PERL%%/Test2/Event/Note.pm +%%SITE_PERL%%/Test2/Event/Ok.pm +%%SITE_PERL%%/Test2/Event/Plan.pm +%%SITE_PERL%%/Test2/Event/Skip.pm +%%SITE_PERL%%/Test2/Event/Subtest.pm +%%SITE_PERL%%/Test2/Event/Waiting.pm +%%SITE_PERL%%/Test2/Formatter.pm +%%SITE_PERL%%/Test2/Formatter/TAP.pm +%%SITE_PERL%%/Test2/Hub.pm +%%SITE_PERL%%/Test2/Hub/Interceptor.pm +%%SITE_PERL%%/Test2/Hub/Interceptor/Terminator.pm +%%SITE_PERL%%/Test2/Hub/Subtest.pm +%%SITE_PERL%%/Test2/IPC.pm +%%SITE_PERL%%/Test2/IPC/Driver.pm +%%SITE_PERL%%/Test2/IPC/Driver/Files.pm +%%SITE_PERL%%/Test2/Transition.pod +%%SITE_PERL%%/Test2/Util.pm +%%SITE_PERL%%/Test2/Util/ExternalMeta.pm +%%SITE_PERL%%/Test2/Util/HashBase.pm +%%SITE_PERL%%/Test2/Util/Trace.pm %%SITE_PERL%%/ok.pm +%%PERL5_MAN3%%/Test2.3.gz +%%PERL5_MAN3%%/Test2::API.3.gz +%%PERL5_MAN3%%/Test2::API::Breakage.3.gz +%%PERL5_MAN3%%/Test2::API::Context.3.gz +%%PERL5_MAN3%%/Test2::API::Instance.3.gz +%%PERL5_MAN3%%/Test2::API::Stack.3.gz +%%PERL5_MAN3%%/Test2::Event.3.gz +%%PERL5_MAN3%%/Test2::Event::Bail.3.gz +%%PERL5_MAN3%%/Test2::Event::Diag.3.gz +%%PERL5_MAN3%%/Test2::Event::Exception.3.gz +%%PERL5_MAN3%%/Test2::Event::Note.3.gz +%%PERL5_MAN3%%/Test2::Event::Ok.3.gz +%%PERL5_MAN3%%/Test2::Event::Plan.3.gz +%%PERL5_MAN3%%/Test2::Event::Skip.3.gz +%%PERL5_MAN3%%/Test2::Event::Subtest.3.gz +%%PERL5_MAN3%%/Test2::Event::Waiting.3.gz +%%PERL5_MAN3%%/Test2::Formatter.3.gz +%%PERL5_MAN3%%/Test2::Formatter::TAP.3.gz +%%PERL5_MAN3%%/Test2::Hub.3.gz +%%PERL5_MAN3%%/Test2::Hub::Interceptor.3.gz +%%PERL5_MAN3%%/Test2::Hub::Interceptor::Terminator.3.gz +%%PERL5_MAN3%%/Test2::Hub::Subtest.3.gz +%%PERL5_MAN3%%/Test2::IPC.3.gz +%%PERL5_MAN3%%/Test2::IPC::Driver.3.gz +%%PERL5_MAN3%%/Test2::IPC::Driver::Files.3.gz +%%PERL5_MAN3%%/Test2::Transition.3.gz +%%PERL5_MAN3%%/Test2::Util.3.gz +%%PERL5_MAN3%%/Test2::Util::ExternalMeta.3.gz +%%PERL5_MAN3%%/Test2::Util::HashBase.3.gz +%%PERL5_MAN3%%/Test2::Util::Trace.3.gz %%PERL5_MAN3%%/Test::Builder.3.gz +%%PERL5_MAN3%%/Test::Builder::Formatter.3.gz %%PERL5_MAN3%%/Test::Builder::IO::Scalar.3.gz %%PERL5_MAN3%%/Test::Builder::Module.3.gz %%PERL5_MAN3%%/Test::Builder::Tester.3.gz %%PERL5_MAN3%%/Test::Builder::Tester::Color.3.gz +%%PERL5_MAN3%%/Test::Builder::TodoDiag.3.gz %%PERL5_MAN3%%/Test::More.3.gz %%PERL5_MAN3%%/Test::Simple.3.gz %%PERL5_MAN3%%/Test::Tester.3.gz Modified: head/devel/p5-Test-Spelling/Makefile ============================================================================== --- head/devel/p5-Test-Spelling/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Spelling/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Timer/Makefile ============================================================================== --- head/devel/p5-Test-Timer/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Timer/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Trap/Makefile ============================================================================== --- head/devel/p5-Test-Trap/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Trap/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Version/Makefile ============================================================================== --- head/devel/p5-Test-Version/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Version/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-WWW-Declare/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Declare/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-WWW-Declare/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Test-Warnings/Makefile ============================================================================== --- head/devel/p5-Test-Warnings/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Warnings/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Tie-ToObject/Makefile ============================================================================== --- head/devel/p5-Tie-ToObject/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Tie-ToObject/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Tree-DAG_Node/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Type-Tiny/Makefile ============================================================================== --- head/devel/p5-Type-Tiny/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Type-Tiny/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -50,7 +50,7 @@ XS_RUN_DEPENDS= p5-Type-Tiny-XS>=0.010: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/devel/p5-XS-Object-Magic/Makefile ============================================================================== --- head/devel/p5-XS-Object-Magic/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-XS-Object-Magic/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif post-install: Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/graphics/p5-GraphViz/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/security/p5-Crypt-Random-Source/Makefile ============================================================================== --- head/security/p5-Crypt-Random-Source/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/security/p5-Crypt-Random-Source/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/security/p5-POE-Component-SSLify/Makefile ============================================================================== --- head/security/p5-POE-Component-SSLify/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/security/p5-POE-Component-SSLify/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= modbuildtiny .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001.002:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/textproc/p5-Pod-Tree/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -33,7 +33,7 @@ post-patch: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-CGI-Application-Plugin-Session/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Session/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-CGI-Application-Plugin-Session/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-CGI-Application>=3.21: RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-CGI-Simple>=0:www/p5-CGI-Simple \ p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Test-Simple>=1.001.002:devel/p5-Test-Simple + p5-Test-Simple>=1.001002:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure Modified: head/www/p5-CGI-Cookie-Splitter/Makefile ============================================================================== --- head/www/p5-CGI-Cookie-Splitter/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-CGI-Cookie-Splitter/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-Controller-BindLex/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-BindLex/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Controller-BindLex/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= modbuild .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-Controller-RateLimit/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RateLimit/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Controller-RateLimit/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-Controller-RequestToken/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-Model-Adaptor/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Adaptor/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Model-Adaptor/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-Plugin-Unicode/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Unicode/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Plugin-Unicode/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Catalyst-View-Templated/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Templated/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-View-Templated/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-HTML-FromANSI/Makefile ============================================================================== --- head/www/p5-HTML-FromANSI/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-HTML-FromANSI/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> Modified: head/www/p5-Template-Plugin-JSON/Makefile ============================================================================== --- head/www/p5-Template-Plugin-JSON/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Template-Plugin-JSON/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605230353.u4N3rJ7s059575>