Date: Mon, 29 Jan 2018 04:03:50 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460239 - head/net/rubygem-fog-openstack Message-ID: <201801290403.w0T43oFY048694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Mon Jan 29 04:03:50 2018 New Revision: 460239 URL: https://svnweb.freebsd.org/changeset/ports/460239 Log: net/fog-openstack: Depend on devel/rubygem-fog-json102 Without this change two conflicting versions of the fog-core gem are pulled in, version 1 via devel/rubygem-fog-core1 and version 2 via devel/rubygem-fog-json -> devel/rubygem-fog-core. Modified: head/net/rubygem-fog-openstack/Makefile (contents, props changed) Modified: head/net/rubygem-fog-openstack/Makefile ============================================================================== --- head/net/rubygem-fog-openstack/Makefile Mon Jan 29 03:56:10 2018 (r460238) +++ head/net/rubygem-fog-openstack/Makefile Mon Jan 29 04:03:50 2018 (r460239) @@ -3,6 +3,7 @@ PORTNAME= fog-openstack PORTVERSION= 0.1.23 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,11 +14,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-fog-core1>=1.40:devel/rubygem-fog-core1 \ - rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-json102>=1.0:devel/rubygem-fog-json102 \ rubygem-ipaddress>=0.8:net/rubygem-ipaddress -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?201801290403.w0T43oFY048694>