svn commit: r379940 - head/devel/p5-JSON-RPC-Common

Adam Weinberger adamw at FreeBSD.org
Wed Feb 25 18:43:49 UTC 2015


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


More information about the svn-ports-head mailing list