Sun Sep 16 11:14:11 2012 UTC ()
Update capistrano to 2.13.3.

## 2.13.3 / August 21 2012

This release contains multiple bugfixes and handling of exotic situations. The
`Configuration#capture` method should now work in spite of `ActiveSupport`
shenanigans. Thank you, the community, for all of your contributions:

 * Close input streams when sending commands that don't read input. Dylan Smith
   (dylanahsmith)
 * Listen for method definition on `Kernel` and undefine on `Namespace`. Chris
   Griego (cgriego)
 * Fixed shell `Thread.abort_on_exception` bug. George Malamidis (nutrun)
 * Adding a log method to `Capistrano::Deploy::SCM::None` to maintain
   consistency with other SCM classes. Kevin Lawver (kplawver)
 * Add deprecation warning if someone uses old `deploy:symlink` syntax on
   callbacks. Ken Mazaika (kenmazaika)
 * Simplify the `finalize_update` code by respecting the `:shared_children`
   variable during removal and recreation of the parent. John Knight
   (knightlabs)


(taca)
diff -r1.12 -r1.13 pkgsrc/sysutils/capistrano/Makefile
diff -r1.9 -r1.10 pkgsrc/sysutils/capistrano/distinfo

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

--- pkgsrc/sysutils/capistrano/Makefile 2012/04/14 11:01:29 1.12
+++ pkgsrc/sysutils/capistrano/Makefile 2012/09/16 11:14:11 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2012/04/14 11:01:29 gls Exp $ 1# $NetBSD: Makefile,v 1.13 2012/09/16 11:14:11 taca Exp $
2 2
3DISTNAME= capistrano-2.12.0 3DISTNAME= capistrano-2.13.3
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.1.0:../../security/ruby-net-ssh-gateway 14DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh-gateway>=1.1.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.9 -r1.10 pkgsrc/sysutils/capistrano/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/capistrano/distinfo 2012/04/14 11:01:29 1.9
+++ pkgsrc/sysutils/capistrano/distinfo 2012/09/16 11:14:11 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2012/04/14 11:01:29 gls Exp $ 1$NetBSD: distinfo,v 1.10 2012/09/16 11:14:11 taca Exp $
2 2
3SHA1 (capistrano-2.12.0.gem) = 1463c51bf4278ec769a1fa5415e0388ac2d4b6cc 3SHA1 (capistrano-2.13.3.gem) = b01cc9e69bc7927984a9a1a5acedd54d703d855c
4RMD160 (capistrano-2.12.0.gem) = 95ad8276f2948675a4d56cc3f62277188e6f9942 4RMD160 (capistrano-2.13.3.gem) = e5be83cbbe054ec6683450e52d7b209f7993128b
5Size (capistrano-2.12.0.gem) = 122880 bytes 5Size (capistrano-2.13.3.gem) = 123904 bytes