1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

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.
This commit is contained in:
Joseph Mingrone 2018-01-29 04:03:50 +00:00
parent 9dcfd9f476
commit e853e4e5a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460239

View File

@ -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>