diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-19 05:45:40 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-19 06:07:15 +0800 |
commit | e5fca161a22c221e2aeaa58705b242baa4efb563 (patch) | |
tree | bda75d5040bd29d5b449cef419540b6f773793d9 /security/rubygem-net-ssh | |
parent | security/rubygem-net-sftp: Update to 3.0.0 (diff) |
security/rubygem-net-ssh: Update to 6.1.0
Changes: https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt
Diffstat (limited to 'security/rubygem-net-ssh')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 9 | ||||
-rw-r--r-- | security/rubygem-net-ssh/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 1618deb5c31b..c6510c60d1dd 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -1,7 +1,7 @@ # Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> PORTNAME= net-ssh -PORTVERSION= 6.0.2 +PORTVERSION= 6.1.0 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix USE_RUBY= yes +NO_ARCH= yes + +SHEBANG_FILES= support/ssh_tunnel_bug.rb + OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys -SHEBANG_FILES= support/ssh_tunnel_bug.rb -NO_ARCH= yes - PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios .include <bsd.port.mk> diff --git a/security/rubygem-net-ssh/distinfo b/security/rubygem-net-ssh/distinfo index ad4555c5de65..285853791c0c 100644 --- a/security/rubygem-net-ssh/distinfo +++ b/security/rubygem-net-ssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590213336 -SHA256 (rubygem/net-ssh-6.0.2.gem) = 8de26e53c0f969a70190071c5e94ac6bb19bbe2f1047e222c4bca25f4155c44d -SIZE (rubygem/net-ssh-6.0.2.gem) = 134656 +TIMESTAMP = 1626542092 +SHA256 (rubygem/net-ssh-6.1.0.gem) = 8905c1f9209fb216c59cc631c2e4085b1a9660598da6de0f20323264d993e34a +SIZE (rubygem/net-ssh-6.1.0.gem) = 134656 |