diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-07-05 23:07:29 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-07-05 23:07:29 +0000 |
commit | 1adf9c5dd5c9bd5b1881f9fbe28a4e2f3599b0de (patch) | |
tree | 464f06f2274a78d4c1d538e84492437e1446bb32 /sysutils/rubygem-capistrano/Makefile | |
parent | c8d9993367ccbc6c071bf73ee12bd642dfc575ed (diff) |
- Update to 2.4.0.
PR: ports/125058
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Notes
Notes:
svn path=/head/; revision=216388
Diffstat (limited to 'sysutils/rubygem-capistrano/Makefile')
-rw-r--r-- | sysutils/rubygem-capistrano/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index 65ce9e8435c6..0cf1991514c6 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -6,15 +6,17 @@ # PORTNAME= capistrano -PORTVERSION= 2.2.0 +PORTVERSION= 2.4.0 CATEGORIES= sysutils rubygems MASTER_SITES= RF MAINTAINER= r.s.a.vandomburg@nedforce.nl COMMENT= A utility for executing commands in parallel on multiple machines -RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp \ - rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline +RUN_DEPENDS= rubygem-net-ssh-gateway>=1.0.0:${PORTSDIR}/security/rubygem-net-ssh-gateway \ + rubygem-net-sftp>=2.0.0:${PORTSDIR}/security/rubygem-net-sftp \ + rubygem-net-scp>=1.0.0:${PORTSDIR}/security/rubygem-net-scp \ + rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RAKE= yes |