svn commit: r519561 - head/devel/rubygem-newrelic-grape

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 8 17:32:07 UTC 2019


Author: sunpoet
Date: Sun Dec  8 17:32:06 2019
New Revision: 519561
URL: https://svnweb.freebsd.org/changeset/ports/519561

Log:
  Use = instead of ?= for RUN_DEPENDS

Modified:
  head/devel/rubygem-newrelic-grape/Makefile

Modified: head/devel/rubygem-newrelic-grape/Makefile
==============================================================================
--- head/devel/rubygem-newrelic-grape/Makefile	Sun Dec  8 17:32:01 2019	(r519560)
+++ head/devel/rubygem-newrelic-grape/Makefile	Sun Dec  8 17:32:06 2019	(r519561)
@@ -11,11 +11,12 @@ COMMENT=	Newrelic instrument for grape
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS?=	rubygem-grape>=0:devel/rubygem-grape \
+RUN_DEPENDS=	rubygem-grape>=0:devel/rubygem-grape \
 		rubygem-newrelic_rpm>=0:devel/rubygem-newrelic_rpm
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list