From owner-svn-ports-all@FreeBSD.ORG Wed Feb 25 19:17:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24EBB24C; Wed, 25 Feb 2015 19:17:22 +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 0FEFB945; Wed, 25 Feb 2015 19:17:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PJHLRd077199; Wed, 25 Feb 2015 19:17:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PJHLff077198; Wed, 25 Feb 2015 19:17:21 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251917.t1PJHLff077198@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 25 Feb 2015 19:17:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379954 - head/www/p5-CGI-Application-Dispatch 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: Wed, 25 Feb 2015 19:17:22 -0000 Author: adamw Date: Wed Feb 25 19:17:21 2015 New Revision: 379954 URL: https://svnweb.freebsd.org/changeset/ports/379954 QAT: https://qat.redports.org/buildarchive/r379954/ Log: Test::LongString is a TEST depends, not BUILD/RUN. Modified: head/www/p5-CGI-Application-Dispatch/Makefile Modified: head/www/p5-CGI-Application-Dispatch/Makefile ============================================================================== --- head/www/p5-CGI-Application-Dispatch/Makefile Wed Feb 25 19:14:55 2015 (r379953) +++ head/www/p5-CGI-Application-Dispatch/Makefile Wed Feb 25 19:17:21 2015 (r379954) @@ -3,7 +3,7 @@ PORTNAME= CGI-Application-Dispatch PORTVERSION= 3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN/CGI PKGNAMEPREFIX= p5- @@ -19,9 +19,9 @@ BUILD_DEPENDS= p5-CGI-Application>=4.50: p5-Exception-Class>=1.20:${PORTSDIR}/devel/p5-Exception-Class \ p5-HTTP-Exception>=0:${PORTSDIR}/www/p5-HTTP-Exception \ p5-Plack>=0.9956:${PORTSDIR}/www/p5-Plack \ - p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString USES= perl5 USE_PERL5= modbuild