Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:19:09 +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: r515029 - head/net/rubygem-fog-dnsimple
Message-ID:  <201910201719.x9KHJ9Xo082065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:19:09 2019
New Revision: 515029
URL: https://svnweb.freebsd.org/changeset/ports/515029

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/net/rubygem-fog-dnsimple/Makefile

Modified: head/net/rubygem-fog-dnsimple/Makefile
==============================================================================
--- head/net/rubygem-fog-dnsimple/Makefile	Sun Oct 20 17:19:04 2019	(r515028)
+++ head/net/rubygem-fog-dnsimple/Makefile	Sun Oct 20 17:19:09 2019	(r515029)
@@ -12,12 +12,13 @@ COMMENT=	Module for the 'fog' gem to support DNSimple
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-fog-core>=1.38:devel/rubygem-fog-core \
+RUN_DEPENDS=	rubygem-fog-core>=1.38<3:devel/rubygem-fog-core \
 		rubygem-fog-json>=0:devel/rubygem-fog-json
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 post-install:
 	${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup



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