Date: Tue, 9 Jul 2013 09:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: perl@FreeBSD.org Subject: Re: ports/180209: commit references a PR Message-ID: <201307090900.r69901sp023207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180209; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180209: commit references a PR Date: Tue, 9 Jul 2013 08:51:44 +0000 (UTC) Author: tobez Date: Tue Jul 9 08:51:35 2013 New Revision: 322549 URL: http://svnweb.freebsd.org/changeset/ports/322549 Log: Remove test dependencies that are not actually required. PR: 180209 Submitted by: Anes Mukhametov <anes@anes.su> Modified: head/devel/p5-Moose/Makefile Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Tue Jul 9 07:26:49 2013 (r322548) +++ head/devel/p5-Moose/Makefile Tue Jul 9 08:51:35 2013 (r322549) @@ -3,6 +3,7 @@ PORTNAME= Moose PORTVERSION= 2.0802 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -34,19 +35,8 @@ BUILD_DEPENDS= \ p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= \ - p5-DBM-Deep>=0:${PORTSDIR}/databases/p5-DBM-Deep \ - p5-DateTime-Format-MySQL>=0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ - p5-Declare-Constraints-Simple>=0:${PORTSDIR}/devel/p5-Declare-Constraints-Simple \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-Module-Refresh>=0.01:${PORTSDIR}/devel/p5-Module-Refresh \ - p5-SUPER>=0:${PORTSDIR}/devel/p5-SUPER \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0.001:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-DependentModules>=0.13:${PORTSDIR}/devel/p5-Test-DependentModules \ p5-Test-CheckDeps>=0:${PORTSDIR}/devel/p5-Test-CheckDeps CFLAGS+= -I. # mop.h _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307090900.r69901sp023207>