aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:15:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:58:09 +0000
commite0d0d0c3957b79c4b32710a8afc9f1bc47ef579d (patch)
tree505a2dc103eb7f56c3fd8125abc95b57bd1d3f5b
parentd69ffc116addefc2ff201b2256bf8f95dbf92c4d (diff)
downloadports-e0d0d0c3957b79c4b32710a8afc9f1bc47ef579d.tar.gz
ports-e0d0d0c3957b79c4b32710a8afc9f1bc47ef579d.zip
net/rubygem-fog-azure: Update version requirement of RUN_DEPENDS
-rw-r--r--net/rubygem-fog-azure/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/net/rubygem-fog-azure/Makefile b/net/rubygem-fog-azure/Makefile
index b13124c9c0c2..ddae0cbff2f6 100644
--- a/net/rubygem-fog-azure/Makefile
+++ b/net/rubygem-fog-azure/Makefile
@@ -12,13 +12,14 @@ COMMENT= Module for the 'fog' gem to support Microsoft Azure
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-azure>=0.6:net/rubygem-azure \
- rubygem-fog-core1>=1.27:devel/rubygem-fog-core1 \
- rubygem-fog-json>=1.0:devel/rubygem-fog-json \
- rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml
+RUN_DEPENDS= rubygem-azure>=0.6<1:net/rubygem-azure \
+ rubygem-fog-core1>=1.27<2:devel/rubygem-fog-core1 \
+ rubygem-fog-json>=1.0<2:devel/rubygem-fog-json \
+ rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>