diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 22:46:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 22:46:43 +0800 |
commit | 86f96cd89571f0af4661f05d1af308b9ae4d263b (patch) | |
tree | 66bd413f5a31725b7989f893bc03a9b14ca34bda /security | |
parent | 624b3f7f40ca0a6e4a3515f002ec75d3e582f5e3 (diff) | |
download | freebsd-ports-gnome-86f96cd89571f0af4661f05d1af308b9ae4d263b.tar.gz freebsd-ports-gnome-86f96cd89571f0af4661f05d1af308b9ae4d263b.tar.zst freebsd-ports-gnome-86f96cd89571f0af4661f05d1af308b9ae4d263b.zip |
- Update to 1.2.0
- Update WWW
Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
Diffstat (limited to 'security')
-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 |