Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 07:42:02 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474230 - head/devel/p5-GraphQL
Message-ID:  <201807090742.w697g2TQ032985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Jul  9 07:42:02 2018
New Revision: 474230
URL: https://svnweb.freebsd.org/changeset/ports/474230

Log:
  - Adjust the order of BUILD_DEPENDS and RUN_DEPENDS
  
  Spotted by:	mat@

Modified:
  head/devel/p5-GraphQL/Makefile

Modified: head/devel/p5-GraphQL/Makefile
==============================================================================
--- head/devel/p5-GraphQL/Makefile	Mon Jul  9 07:41:39 2018	(r474229)
+++ head/devel/p5-GraphQL/Makefile	Mon Jul  9 07:42:02 2018	(r474230)
@@ -2,6 +2,7 @@
 
 PORTNAME=	GraphQL
 PORTVERSION=	0.31
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ETJ
@@ -12,7 +13,7 @@ COMMENT=	Perl implementation of GraphQL
 
 LICENSE=	ART20
 
-RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
+BUILD_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
 		p5-Type-Tiny>=0:devel/p5-Type-Tiny \
 		p5-Module-Runtime>=0:devel/p5-Module-Runtime \
 		p5-Function-Parameters>=2.001001:devel/p5-Function-Parameters \
@@ -23,7 +24,7 @@ RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
 		p5-JSON-PP>=2.92:converters/p5-JSON-PP \
 		p5-DateTime>=0:devel/p5-DateTime \
 		p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0.42:devel/p5-Test-Exception \
 		p5-Test-Deep>=1.127:devel/p5-Test-Deep \
 		p5-Import-Into>=0:devel/p5-Import-Into



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