svn commit: r379952 - head/textproc/p5-Text-Trim

Adam Weinberger adamw at FreeBSD.org
Wed Feb 25 19:13:52 UTC 2015


Author: adamw
Date: Wed Feb 25 19:13:51 2015
New Revision: 379952
URL: https://svnweb.freebsd.org/changeset/ports/379952
QAT: https://qat.redports.org/buildarchive/r379952/

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

Modified:
  head/textproc/p5-Text-Trim/Makefile

Modified: head/textproc/p5-Text-Trim/Makefile
==============================================================================
--- head/textproc/p5-Text-Trim/Makefile	Wed Feb 25 19:12:54 2015	(r379951)
+++ head/textproc/p5-Text-Trim/Makefile	Wed Feb 25 19:13:51 2015	(r379952)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Text-Trim
 PORTVERSION=	1.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Text
@@ -15,8 +15,7 @@ COMMENT=	Extract the structure of a quot
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	modbuild


More information about the svn-ports-all mailing list