aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 21:45:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 22:07:16 +0000
commitff27adda98b4361ff8d6ce297173f972359890d5 (patch)
treec1b57ddecb41ffd7047a0fba5027a46286d21e58 /security
parente5fca161a22c221e2aeaa58705b242baa4efb563 (diff)
downloadports-ff27adda98b4361ff8d6ce297173f972359890d5.tar.gz
ports-ff27adda98b4361ff8d6ce297173f972359890d5.zip
security/rubygem-net-ssh-gateway: Update version requirement of RUN_DEPENDS
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-net-ssh-gateway/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile
index ce9218012716..88fa807fdc27 100644
--- a/security/rubygem-net-ssh-gateway/Makefile
+++ b/security/rubygem-net-ssh-gateway/Makefile
@@ -9,10 +9,11 @@ COMMENT= Establish Net::SSH connections through firewalls
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-net-ssh>=4.0.0:security/rubygem-net-ssh
+RUN_DEPENDS= rubygem-net-ssh>=4.0.0,2:security/rubygem-net-ssh
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>