Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 13:06:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394502 - head/textproc/p5-YAML-LibYAML
Message-ID:  <201508171306.t7HD6lHR000463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 17 13:06:46 2015
New Revision: 394502
URL: https://svnweb.freebsd.org/changeset/ports/394502

Log:
  - Fix *_DEPENDS
  - Bump PORTREVISION for dependency change
  
  PR:		202325
  Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
  Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)

Modified:
  head/textproc/p5-YAML-LibYAML/Makefile

Modified: head/textproc/p5-YAML-LibYAML/Makefile
==============================================================================
--- head/textproc/p5-YAML-LibYAML/Makefile	Mon Aug 17 13:06:41 2015	(r394501)
+++ head/textproc/p5-YAML-LibYAML/Makefile	Mon Aug 17 13:06:46 2015	(r394502)
@@ -3,6 +3,7 @@
 
 PORTNAME=	YAML-LibYAML
 PORTVERSION=	0.59
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,8 +14,7 @@ COMMENT=	Perl YAML Serialization using X
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
 
 USES=		perl5
 USE_PERL5=	configure



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