Index: head/security/rubygem-sshkit/Makefile =================================================================== --- head/security/rubygem-sshkit/Makefile (revision 334672) +++ head/security/rubygem-sshkit/Makefile (revision 334673) @@ -1,22 +1,22 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= sshkit -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org 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 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/security/rubygem-sshkit/distinfo =================================================================== --- head/security/rubygem-sshkit/distinfo (revision 334672) +++ head/security/rubygem-sshkit/distinfo (revision 334673) @@ -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 Index: head/security/rubygem-sshkit/pkg-descr =================================================================== --- head/security/rubygem-sshkit/pkg-descr (revision 334672) +++ head/security/rubygem-sshkit/pkg-descr (revision 334673) @@ -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