Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 18:45:41 +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: r379941 - head/devel/p5-Log-Dispatch-Perl
Message-ID:  <201502251845.t1PIjf8N061305@svn.freebsd.org>

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

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

Modified:
  head/devel/p5-Log-Dispatch-Perl/Makefile

Modified: head/devel/p5-Log-Dispatch-Perl/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Perl/Makefile	Wed Feb 25 18:43:48 2015	(r379940)
+++ head/devel/p5-Log-Dispatch-Perl/Makefile	Wed Feb 25 18:45:41 2015	(r379941)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Log-Dispatch-Perl
 PORTVERSION=	0.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Log::Dispatch plug-in using core Perl functions for logging
 
-BUILD_DEPENDS=	p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS=	p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	configure



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