From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 16:54:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4683F17B; Thu, 26 Feb 2015 16:54:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27CCA202; Thu, 26 Feb 2015 16:54:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QGsjHd096361; Thu, 26 Feb 2015 16:54:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QGsggS096346; Thu, 26 Feb 2015 16:54:42 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502261654.t1QGsggS096346@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 26 Feb 2015 16:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 16:54:45 -0000 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@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