svn commit: r511251 - head/devel/rubygem-fog-json

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:11:51 UTC 2019


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


More information about the svn-ports-head mailing list