Date: Sun, 20 Oct 2019 17:19:53 +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: r515038 - head/net/rubygem-fog-profitbricks Message-ID: <201910201719.x9KHJr8G083048@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 20 17:19:52 2019 New Revision: 515038 URL: https://svnweb.freebsd.org/changeset/ports/515038 Log: Update version requirement of RUN_DEPENDS Modified: head/net/rubygem-fog-profitbricks/Makefile Modified: head/net/rubygem-fog-profitbricks/Makefile ============================================================================== --- head/net/rubygem-fog-profitbricks/Makefile Sun Oct 20 17:19:47 2019 (r515037) +++ head/net/rubygem-fog-profitbricks/Makefile Sun Oct 20 17:19:52 2019 (r515038) @@ -13,11 +13,12 @@ COMMENT= Module for the 'fog' gem to support ProfitBri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-fog-core1>=1.42:devel/rubygem-fog-core1 \ - rubygem-fog-json>=1.0:devel/rubygem-fog-json +RUN_DEPENDS= rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \ + rubygem-fog-json>=1.0<2:devel/rubygem-fog-json -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910201719.x9KHJr8G083048>