From owner-freebsd-perl@FreeBSD.ORG Tue Jul 9 09:00:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92249C46 for ; Tue, 9 Jul 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B1D211BD for ; Tue, 9 Jul 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r69901g4023208 for ; Tue, 9 Jul 2013 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r69901sp023207; Tue, 9 Jul 2013 09:00:01 GMT (envelope-from gnats) Date: Tue, 9 Jul 2013 09:00:01 GMT Message-Id: <201307090900.r69901sp023207@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/180209: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 09:00:01 -0000 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 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"