svn commit: r515033 - head/net/rubygem-fog-joyent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 17:19:29 UTC 2019


Author: sunpoet
Date: Sun Oct 20 17:19:28 2019
New Revision: 515033
URL: https://svnweb.freebsd.org/changeset/ports/515033

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/net/rubygem-fog-joyent/Makefile
==============================================================================
--- head/net/rubygem-fog-joyent/Makefile	Sun Oct 20 17:19:23 2019	(r515032)
+++ head/net/rubygem-fog-joyent/Makefile	Sun Oct 20 17:19:28 2019	(r515033)
@@ -13,11 +13,12 @@ COMMENT=	Module for the 'fog' gem to support Joyent
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core1>=1.42:devel/rubygem-fog-core1 \
+RUN_DEPENDS=	rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \
 		rubygem-fog-json>=1.0:devel/rubygem-fog-json
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list