diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-07 21:29:17 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-07 21:43:09 +0000 |
| commit | 4f03ecd0630282841f65eebccd203138fe587b27 (patch) | |
| tree | 92609c05b5d7fa2cb230924cab1aac6a76b67f04 /security/rubygem-net-sftp | |
| parent | 10942f57f44d395843882c25640fff089523b791 (diff) | |
Diffstat (limited to 'security/rubygem-net-sftp')
| -rw-r--r-- | security/rubygem-net-sftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
