Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 18:57:01 +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: r379944 - head/math/p5-Math-Polygon
Message-ID:  <201502251857.t1PIv1MR066543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 18:57:00 2015
New Revision: 379944
URL: https://svnweb.freebsd.org/changeset/ports/379944
QAT: https://qat.redports.org/buildarchive/r379944/

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

Modified:
  head/math/p5-Math-Polygon/Makefile

Modified: head/math/p5-Math-Polygon/Makefile
==============================================================================
--- head/math/p5-Math-Polygon/Makefile	Wed Feb 25 18:54:15 2015	(r379943)
+++ head/math/p5-Math-Polygon/Makefile	Wed Feb 25 18:57:00 2015	(r379944)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Math-Polygon
 PORTVERSION=	1.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +14,7 @@ COMMENT=	Class for Maintaining Polygon D
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
 
 USES=		perl5
 USE_PERL5=	configure



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