Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 18:41:23 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379938 - head/devel/p5-File-Policy
Message-ID:  <201502251841.t1PIfNhF059953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 18:41:22 2015
New Revision: 379938
URL: https://svnweb.freebsd.org/changeset/ports/379938
QAT: https://qat.redports.org/buildarchive/r379938/

Log:
  Test::Assertions is a TEST depend, not a BUILD/RUN depend.

Modified:
  head/devel/p5-File-Policy/Makefile

Modified: head/devel/p5-File-Policy/Makefile
==============================================================================
--- head/devel/p5-File-Policy/Makefile	Wed Feb 25 18:38:24 2015	(r379937)
+++ head/devel/p5-File-Policy/Makefile	Wed Feb 25 18:41:22 2015	(r379938)
@@ -3,7 +3,7 @@
 
 PORTNAME=	File-Policy
 PORTVERSION=	1.005
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,9 +12,9 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Simple policy for file I/O functions
 
 BUILD_DEPENDS=	p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
-		p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
+		p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502251841.t1PIfNhF059953>