From owner-svn-ports-all@FreeBSD.ORG Wed Feb 25 18:43:49 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 5382B2AE; Wed, 25 Feb 2015 18:43:49 +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 3E24D344; Wed, 25 Feb 2015 18:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PIhnYE060892; Wed, 25 Feb 2015 18:43:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PIhnGe060891; Wed, 25 Feb 2015 18:43:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251843.t1PIhnGe060891@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 18:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379940 - head/devel/p5-JSON-RPC-Common 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 18:43:49 -0000 Author: adamw Date: Wed Feb 25 18:43:48 2015 New Revision: 379940 URL: https://svnweb.freebsd.org/changeset/ports/379940 QAT: https://qat.redports.org/buildarchive/r379940/ Log: Test::Exception and Test-use-ok are TEST depends, not BUILD/RUN. Modified: head/devel/p5-JSON-RPC-Common/Makefile Modified: head/devel/p5-JSON-RPC-Common/Makefile ============================================================================== --- head/devel/p5-JSON-RPC-Common/Makefile Wed Feb 25 18:42:53 2015 (r379939) +++ head/devel/p5-JSON-RPC-Common/Makefile Wed Feb 25 18:43:48 2015 (r379940) @@ -3,7 +3,7 @@ PORTNAME= JSON-RPC-Common PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,12 @@ BUILD_DEPENDS= p5-libwww>=5:${PORTSDIR}/ p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \ p5-JSON>=2.11:${PORTSDIR}/converters/p5-JSON \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok USES= perl5 USE_PERL5= configure