Sat Apr 14 11:01:29 2012 UTC ()
Update sysutils/capistrano to 2.12.0

Upstream changes:
-----------------

## 2.12.0 / April 13 2012

This release revserts the very verbose logging introduced in the previous
version, it also enables a handful of power-user features which are largely
un-documented, but shouldn't be important unless you are looking for them.
Undocumented code shouldn't scare you, simply read through deploy.rb in the Gem
if you want to know how a new feature works!

 * Update mapped commands to remove symlink deprecation warning. Despo Pentara
(despo)

 * Add the "rpm" remote dependency. Nick Hoffman (nickhoffman)

 * Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle
(j15e)

 * Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)

 * Ticket 193 alias task show wrong name when it is not overridden. Rafa Garc�a
(rgo)

 * Allow configuration of which roles assets are precompiled on. Frederick
Cheung (fcheung)

 * Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)

 * Changed single to double quotes for Windows, fixes a Windows bug in the HG
module. Matthew J Morrison (mattjmorrison)

 * Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds)

As ever, a sincere thanks to all contributors, and do not hesitate to contact
me if this release causes problems for you.


(gls)
diff -r1.11 -r1.12 pkgsrc/sysutils/capistrano/Makefile
diff -r1.8 -r1.9 pkgsrc/sysutils/capistrano/PLIST
diff -r1.8 -r1.9 pkgsrc/sysutils/capistrano/distinfo

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

--- pkgsrc/sysutils/capistrano/Makefile 2012/03/18 02:32:34 1.11
+++ pkgsrc/sysutils/capistrano/Makefile 2012/04/14 11:01:29 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2012/03/18 02:32:34 taca Exp $ 1# $NetBSD: Makefile,v 1.12 2012/04/14 11:01:29 gls Exp $
2 2
3DISTNAME= capistrano-2.11.2 3DISTNAME= capistrano-2.12.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.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.8 -r1.9 pkgsrc/sysutils/capistrano/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/capistrano/PLIST 2012/03/18 02:32:34 1.8
+++ pkgsrc/sysutils/capistrano/PLIST 2012/04/14 11:01:29 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2012/03/18 02:32:34 taca Exp $ 1@comment $NetBSD: PLIST,v 1.9 2012/04/14 11:01:29 gls Exp $
2bin/cap 2bin/cap
3bin/capify 3bin/capify
4${GEM_HOME}/cache/${GEM_NAME}.gem 4${GEM_HOME}/cache/${GEM_NAME}.gem
5${GEM_LIBDIR}/.gitignore 5${GEM_LIBDIR}/.gitignore
6${GEM_LIBDIR}/.travis.yml 6${GEM_LIBDIR}/.travis.yml
7${GEM_LIBDIR}/CHANGELOG 7${GEM_LIBDIR}/CHANGELOG
8${GEM_LIBDIR}/Gemfile 8${GEM_LIBDIR}/Gemfile
9${GEM_LIBDIR}/README.mdown 9${GEM_LIBDIR}/README.mdown
10${GEM_LIBDIR}/Rakefile 10${GEM_LIBDIR}/Rakefile
11${GEM_LIBDIR}/bin/cap 11${GEM_LIBDIR}/bin/cap
12${GEM_LIBDIR}/bin/capify 12${GEM_LIBDIR}/bin/capify
13${GEM_LIBDIR}/capistrano.gemspec 13${GEM_LIBDIR}/capistrano.gemspec
14${GEM_LIBDIR}/lib/capistrano.rb 14${GEM_LIBDIR}/lib/capistrano.rb
@@ -54,26 +54,27 @@ ${GEM_LIBDIR}/lib/capistrano/recipes/dep @@ -54,26 +54,27 @@ ${GEM_LIBDIR}/lib/capistrano/recipes/dep
54${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/darcs.rb 54${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/darcs.rb
55${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/git.rb 55${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/git.rb
56${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/mercurial.rb 56${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/mercurial.rb
57${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/none.rb 57${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/none.rb
58${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/perforce.rb 58${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/perforce.rb
59${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/subversion.rb 59${GEM_LIBDIR}/lib/capistrano/recipes/deploy/scm/subversion.rb
60${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy.rb 60${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy.rb
61${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/base.rb 61${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/base.rb
62${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/checkout.rb 62${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/checkout.rb
63${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/copy.rb 63${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/copy.rb
64${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/export.rb 64${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/export.rb
65${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote.rb 65${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote.rb
66${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote_cache.rb 66${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote_cache.rb
 67${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
67${GEM_LIBDIR}/lib/capistrano/recipes/deploy/templates/maintenance.rhtml 68${GEM_LIBDIR}/lib/capistrano/recipes/deploy/templates/maintenance.rhtml
68${GEM_LIBDIR}/lib/capistrano/recipes/standard.rb 69${GEM_LIBDIR}/lib/capistrano/recipes/standard.rb
69${GEM_LIBDIR}/lib/capistrano/recipes/templates/maintenance.rhtml 70${GEM_LIBDIR}/lib/capistrano/recipes/templates/maintenance.rhtml
70${GEM_LIBDIR}/lib/capistrano/role.rb 71${GEM_LIBDIR}/lib/capistrano/role.rb
71${GEM_LIBDIR}/lib/capistrano/server_definition.rb 72${GEM_LIBDIR}/lib/capistrano/server_definition.rb
72${GEM_LIBDIR}/lib/capistrano/shell.rb 73${GEM_LIBDIR}/lib/capistrano/shell.rb
73${GEM_LIBDIR}/lib/capistrano/ssh.rb 74${GEM_LIBDIR}/lib/capistrano/ssh.rb
74${GEM_LIBDIR}/lib/capistrano/task_definition.rb 75${GEM_LIBDIR}/lib/capistrano/task_definition.rb
75${GEM_LIBDIR}/lib/capistrano/transfer.rb 76${GEM_LIBDIR}/lib/capistrano/transfer.rb
76${GEM_LIBDIR}/lib/capistrano/version.rb 77${GEM_LIBDIR}/lib/capistrano/version.rb
77${GEM_LIBDIR}/test/cli/execute_test.rb 78${GEM_LIBDIR}/test/cli/execute_test.rb
78${GEM_LIBDIR}/test/cli/help_test.rb 79${GEM_LIBDIR}/test/cli/help_test.rb
79${GEM_LIBDIR}/test/cli/options_test.rb 80${GEM_LIBDIR}/test/cli/options_test.rb

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

--- pkgsrc/sysutils/capistrano/distinfo 2012/03/18 02:32:34 1.8
+++ pkgsrc/sysutils/capistrano/distinfo 2012/04/14 11:01:29 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2012/03/18 02:32:34 taca Exp $ 1$NetBSD: distinfo,v 1.9 2012/04/14 11:01:29 gls Exp $
2 2
3SHA1 (capistrano-2.11.2.gem) = 16a34613cd76a6d2a449888eb0d8405afa4976bf 3SHA1 (capistrano-2.12.0.gem) = 1463c51bf4278ec769a1fa5415e0388ac2d4b6cc
4RMD160 (capistrano-2.11.2.gem) = 402a8374580a8fb9db1e2d800734eacb04d13531 4RMD160 (capistrano-2.12.0.gem) = 95ad8276f2948675a4d56cc3f62277188e6f9942
5Size (capistrano-2.11.2.gem) = 121344 bytes 5Size (capistrano-2.12.0.gem) = 122880 bytes