svn commit: r379941 - head/devel/p5-Log-Dispatch-Perl

Adam Weinberger adamw at FreeBSD.org
Wed Feb 25 18:45:42 UTC 2015


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 at 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


More information about the svn-ports-head mailing list