svn commit: r379953 - head/textproc/p5-XML-DoubleEncodedEntities
Adam Weinberger
adamw at FreeBSD.org
Wed Feb 25 19:14:56 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list