aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-fog-openstack/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/rubygem-fog-openstack/Makefile b/net/rubygem-fog-openstack/Makefile
index 64b4cdd16ba7..ec5656bf6713 100644
--- a/net/rubygem-fog-openstack/Makefile
+++ b/net/rubygem-fog-openstack/Makefile
@@ -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>