Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 18:48:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333313 - head/devel/p5-Test-Output
Message-ID:  <201311091848.rA9ImFCK090964@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov  9 18:48:15 2013
New Revision: 333313
URL: http://svnweb.freebsd.org/changeset/ports/333313

Log:
  - Fix *_DEPENDS: Capture::Tiny is a build/runtime dependency
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Test-Output/Makefile

Modified: head/devel/p5-Test-Output/Makefile
==============================================================================
--- head/devel/p5-Test-Output/Makefile	Sat Nov  9 18:47:49 2013	(r333312)
+++ head/devel/p5-Test-Output/Makefile	Sat Nov  9 18:48:15 2013	(r333313)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Test-Output
 PORTVERSION=	1.02
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,10 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Utilities to test STDOUT and STDERR messages
 
-BUILD_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+BUILD_DEPENDS=	p5-Capture-Tiny>=0.17:${PORTSDIR}/devel/p5-Capture-Tiny \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Capture-Tiny>=0.17:${PORTSDIR}/devel/p5-Capture-Tiny \
-		p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
+TEST_DEPENDS=	p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
 
 USES=		perl5
 USE_PERL5=	configure



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