Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 21:54:29 +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: r479722 - head/devel/p5-DateTime-Locale
Message-ID:  <201809132154.w8DLsTpP083536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 13 21:54:29 2018
New Revision: 479722
URL: https://svnweb.freebsd.org/changeset/ports/479722

Log:
  Change the way *_DEPENDS are set

Modified:
  head/devel/p5-DateTime-Locale/Makefile

Modified: head/devel/p5-DateTime-Locale/Makefile
==============================================================================
--- head/devel/p5-DateTime-Locale/Makefile	Thu Sep 13 21:54:23 2018	(r479721)
+++ head/devel/p5-DateTime-Locale/Makefile	Thu Sep 13 21:54:29 2018	(r479722)
@@ -14,19 +14,19 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \
 		p5-File-ShareDir>=0:devel/p5-File-ShareDir \
 		p5-Params-ValidationCompiler>=0.13:devel/p5-Params-ValidationCompiler \
 		p5-Specio>=0:devel/p5-Specio \
 		p5-namespace-autoclean>=0.19:devel/p5-namespace-autoclean
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
 		p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple \
 		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-File-ShareDir>=0:devel/p5-Test-File-ShareDir \
 		p5-Test-Requires>=0:devel/p5-Test-Requires \
 		p5-Test-Warnings>=0:devel/p5-Test-Warnings
-BUILD_DEPENDS+=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install
 
 NO_ARCH=	yes
 USES=		perl5



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