Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 17:11:50 +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: r511251 - head/devel/rubygem-fog-json
Message-ID:  <201909051711.x85HBowd007260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  5 17:11:50 2019
New Revision: 511251
URL: https://svnweb.freebsd.org/changeset/ports/511251

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-fog-json/Makefile

Modified: head/devel/rubygem-fog-json/Makefile
==============================================================================
--- head/devel/rubygem-fog-json/Makefile	Thu Sep  5 17:11:45 2019	(r511250)
+++ head/devel/rubygem-fog-json/Makefile	Thu Sep  5 17:11:50 2019	(r511251)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-fog-core>=0:devel/rubygem-fog-core \
-		rubygem-multi_json>=1.10:devel/rubygem-multi_json
+		rubygem-multi_json>=1.10<2:devel/rubygem-multi_json
 
 USES=		gem
 USE_RUBY=	yes



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