Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 19:13:52 +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: r379952 - head/textproc/p5-Text-Trim
Message-ID:  <201502251913.t1PJDqve076499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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