diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-23 14:46:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-23 14:46:43 +0000 |
commit | 26e0f91d62c7b77da119f9b84ef6c0d546110753 (patch) | |
tree | 66bd413f5a31725b7989f893bc03a9b14ca34bda /security/rubygem-sshkit | |
parent | 9f7e811a8e041cb8b6454510417c812fb10fd539 (diff) | |
download | ports-26e0f91d62c7b77da119f9b84ef6c0d546110753.tar.gz ports-26e0f91d62c7b77da119f9b84ef6c0d546110753.zip |
Notes
Diffstat (limited to 'security/rubygem-sshkit')
-rw-r--r-- | security/rubygem-sshkit/Makefile | 4 | ||||
-rw-r--r-- | security/rubygem-sshkit/distinfo | 4 | ||||
-rw-r--r-- | security/rubygem-sshkit/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/rubygem-sshkit/Makefile b/security/rubygem-sshkit/Makefile index 10a963ca2e0a..0946a5350fab 100644 --- a/security/rubygem-sshkit/Makefile +++ b/security/rubygem-sshkit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Toolkit for remotely running commands on groups of servers LICENSE= GPLv3 -RUN_DEPENDS= rubygem-net-scp>=0:${PORTSDIR}/security/rubygem-net-scp \ +RUN_DEPENDS= rubygem-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \ rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \ rubygem-term-ansicolor>=0:${PORTSDIR}/devel/rubygem-term-ansicolor diff --git a/security/rubygem-sshkit/distinfo b/security/rubygem-sshkit/distinfo index 52748ca44dc1..c3eb8c6ab1c2 100644 --- a/security/rubygem-sshkit/distinfo +++ b/security/rubygem-sshkit/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/sshkit-1.1.0.gem) = 2455e0b536f4aba60895e82ba3030639cea77f6533ef287b0ddc57823eecbc16 -SIZE (rubygem/sshkit-1.1.0.gem) = 131072 +SHA256 (rubygem/sshkit-1.2.0.gem) = 71bb4c11be8b5b1e0a2af78da0fcdb3a832c509c09d337404825b8060a78f5af +SIZE (rubygem/sshkit-1.2.0.gem) = 132608 diff --git a/security/rubygem-sshkit/pkg-descr b/security/rubygem-sshkit/pkg-descr index c9d03c7b15d8..7b5e08869860 100644 --- a/security/rubygem-sshkit/pkg-descr +++ b/security/rubygem-sshkit/pkg-descr @@ -1,5 +1,5 @@ SSHKit is a comprehensive toolkit for remotely running commands in a structured manner on groups of servers. -WWW: https://github.com/leehambley/sshkit +WWW: https://github.com/capistrano/sshkit RG: https://rubygems.org/gems/sshkit |