git: 4f03ecd06302 - main - security/rubygem-net-sftp: Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 21:45:54 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f03ecd0630282841f65eebccd203138fe587b27
commit 4f03ecd0630282841f65eebccd203138fe587b27
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-07 21:29:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-07 21:43:09 +0000
security/rubygem-net-sftp: Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh6
- Bump PORTREVISION for dependency change
---
security/rubygem-net-sftp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile
index 24ecc02d201d..dbfce6ed1c87 100644
--- a/security/rubygem-net-sftp/Makefile
+++ b/security/rubygem-net-sftp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= net-sftp
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ COMMENT= Implementation of the SFTP client protocol
LICENSE= MIT
-RUN_DEPENDS= rubygem-net-ssh>=5.0.0,2<7.0.0,2:security/rubygem-net-ssh
+RUN_DEPENDS= rubygem-net-ssh6>=5.0.0<7.0.0:security/rubygem-net-ssh6
USES= gem
USE_RUBY= yes