Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 19:14:56 +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: r379953 - head/textproc/p5-XML-DoubleEncodedEntities
Message-ID:  <201502251914.t1PJEuu7076748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 19:14:55 2015
New Revision: 379953
URL: https://svnweb.freebsd.org/changeset/ports/379953
QAT: https://qat.redports.org/buildarchive/r379953/

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

Modified:
  head/textproc/p5-XML-DoubleEncodedEntities/Makefile

Modified: head/textproc/p5-XML-DoubleEncodedEntities/Makefile
==============================================================================
--- head/textproc/p5-XML-DoubleEncodedEntities/Makefile	Wed Feb 25 19:13:51 2015	(r379952)
+++ head/textproc/p5-XML-DoubleEncodedEntities/Makefile	Wed Feb 25 19:14:55 2015	(r379953)
@@ -3,7 +3,7 @@
 
 PORTNAME=	XML-DoubleEncodedEntities
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Unbreak XML with Doubly-Encoded Entities
 
-RUN_DEPENDS=	p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS=	p5-Test-Simple>=0.64:${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?201502251914.t1PJEuu7076748>