Sun May 15 19:46:21 2011 UTC ()
Update sysutils/capistrano to latest version, 2.6.0

Upstream changes:

## 2.6.0 / May 3 2011

A rather large release, feature-version bump because of the new
multiple-gateways feature as implemented by Ryan Duryea (way to go!)

Please also note from this release that if you use Git submodules, the
Git-version requirement for the new implementation is now >= 1.5.6, from
previously un-documented. (1.5.6 is new-enough that I think this is
acceptable)

* Upgrade Net::SSH-gateway dependency to 1.1 (fixes a thread-deadlocking bug on
MRI 1.9)
* Respect "dry-run" on transfer methods (Florian Frank)
* Add support for multiple gateways: (Ryan Duryea)
        set :gateway, {
          'gate1.example.com' => 'server1.example.com',
          [ 'gate2.example.com', 'gate3.example.com' ] =>
[ 'server5.example.com', 'server6.example.com' ]
        }
* Properly support nested Git submodules, moves Git requirement to >= 1.5.6 [if
you rely upon submodules] (Ken Miller)
* Fetch tags into the remote cache, allows deploying a tag when using Git, with
the remote_cache strategy (Florian Frank)
* Various fixes to path handling bugs in the copt strategy. (Philippe Rath�)


(gls)
diff -r1.6 -r1.7 pkgsrc/sysutils/capistrano/Makefile
diff -r1.4 -r1.5 pkgsrc/sysutils/capistrano/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/capistrano/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/capistrano/Makefile 2011/04/22 20:31:49 1.6
+++ pkgsrc/sysutils/capistrano/Makefile 2011/05/15 19:46:21 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2011/04/22 20:31:49 gls Exp $ 1# $NetBSD: Makefile,v 1.7 2011/05/15 19:46:21 gls Exp $
2 2
3DISTNAME= capistrano-2.5.21 3DISTNAME= capistrano-2.6.0
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/capistrano/capistrano 7HOMEPAGE= http://github.com/capistrano/capistrano
8COMMENT= Tool for parallel execution of commands across multiple machines 8COMMENT= Tool for parallel execution of commands across multiple machines
9LICENSE= mit 9LICENSE= mit
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.0.14:../../security/ruby-net-ssh 13DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.0.14:../../security/ruby-net-ssh
14DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh-gateway>=1.0.0:../../security/ruby-net-ssh-gateway 14DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh-gateway>=1.0.0:../../security/ruby-net-ssh-gateway
15DEPENDS+= ${RUBY_PKGPREFIX}-net-sftp>=2.0.0:../../security/ruby-net-sftp 15DEPENDS+= ${RUBY_PKGPREFIX}-net-sftp>=2.0.0:../../security/ruby-net-sftp
16DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.0.0:../../security/ruby-net-scp 16DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.0.0:../../security/ruby-net-scp

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/capistrano/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/capistrano/distinfo 2011/04/22 20:31:49 1.4
+++ pkgsrc/sysutils/capistrano/distinfo 2011/05/15 19:46:21 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/04/22 20:31:49 gls Exp $ 1$NetBSD: distinfo,v 1.5 2011/05/15 19:46:21 gls Exp $
2 2
3SHA1 (capistrano-2.5.21.gem) = 110a78346212a304b625fd4acad1eda1c0819bd8 3SHA1 (capistrano-2.6.0.gem) = f5bd65be69a91c1e164ba28292c2f514ed63134e
4RMD160 (capistrano-2.5.21.gem) = 05d9f453a5272f6cc2d1c4c43989a2800a5e5e94 4RMD160 (capistrano-2.6.0.gem) = 96bf9ffc94c09a5d44d71007379d6520a9e85b38
5Size (capistrano-2.5.21.gem) = 113664 bytes 5Size (capistrano-2.6.0.gem) = 114688 bytes