summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-12-17 13:20:39 +0000
committertaca <taca@pkgsrc.org>2012-12-17 13:20:39 +0000
commitf41687558a9c8a25dd82aef7c463972f0125289d (patch)
tree71ac7cc4b13c9e5fd67b0504297ec7fbcab8cb50
parent636c936bc567f267a5e27279a72ed50d1c7be726 (diff)
downloadpkgsrc-f41687558a9c8a25dd82aef7c463972f0125289d.tar.gz
Update capistrano to 2.13.5.
## 2.13.5 (tentative) / October 26 2012 * Merged in `capistrano_colors` gem, and renamed to 'log_formatters', since it does much more than just colors (@ndbroadbent) * Use more intelligence in setting the :scm variable based on known version control directory names (@czarneckid) * Remove the deploy:web:{disable, enable} tasks (@carsomyr) * Group finalize_update shell commands into one command, harden shell calls with #shellescape, and separate arguments with -- (@ndbroadbent)
-rw-r--r--sysutils/capistrano/Makefile4
-rw-r--r--sysutils/capistrano/PLIST6
-rw-r--r--sysutils/capistrano/distinfo8
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index 1e15dcf366e..f9f054e0d06 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2012/10/23 19:50:54 asau Exp $
+# $NetBSD: Makefile,v 1.15 2012/12/17 13:20:39 taca Exp $
-DISTNAME= capistrano-2.13.3
+DISTNAME= capistrano-2.13.5
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST
index fa30195dfc7..1066f6c9b97 100644
--- a/sysutils/capistrano/PLIST
+++ b/sysutils/capistrano/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2012/04/14 11:01:29 gls Exp $
+@comment $NetBSD: PLIST,v 1.10 2012/12/17 13:20:39 taca Exp $
bin/cap
bin/capify
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -29,6 +29,7 @@ ${GEM_LIBDIR}/lib/capistrano/configuration/callbacks.rb
${GEM_LIBDIR}/lib/capistrano/configuration/connections.rb
${GEM_LIBDIR}/lib/capistrano/configuration/execution.rb
${GEM_LIBDIR}/lib/capistrano/configuration/loading.rb
+${GEM_LIBDIR}/lib/capistrano/configuration/log_formatters.rb
${GEM_LIBDIR}/lib/capistrano/configuration/namespaces.rb
${GEM_LIBDIR}/lib/capistrano/configuration/roles.rb
${GEM_LIBDIR}/lib/capistrano/configuration/servers.rb
@@ -65,9 +66,7 @@ ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/export.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote_cache.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
-${GEM_LIBDIR}/lib/capistrano/recipes/deploy/templates/maintenance.rhtml
${GEM_LIBDIR}/lib/capistrano/recipes/standard.rb
-${GEM_LIBDIR}/lib/capistrano/recipes/templates/maintenance.rhtml
${GEM_LIBDIR}/lib/capistrano/role.rb
${GEM_LIBDIR}/lib/capistrano/server_definition.rb
${GEM_LIBDIR}/lib/capistrano/shell.rb
@@ -110,6 +109,7 @@ ${GEM_LIBDIR}/test/extensions_test.rb
${GEM_LIBDIR}/test/fixtures/cli_integration.rb
${GEM_LIBDIR}/test/fixtures/config.rb
${GEM_LIBDIR}/test/fixtures/custom.rb
+${GEM_LIBDIR}/test/logger_formatting_test.rb
${GEM_LIBDIR}/test/logger_test.rb
${GEM_LIBDIR}/test/recipes_test.rb
${GEM_LIBDIR}/test/role_test.rb
diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo
index 38653704942..5c1eca8efdc 100644
--- a/sysutils/capistrano/distinfo
+++ b/sysutils/capistrano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2012/09/16 11:14:11 taca Exp $
+$NetBSD: distinfo,v 1.11 2012/12/17 13:20:39 taca Exp $
-SHA1 (capistrano-2.13.3.gem) = b01cc9e69bc7927984a9a1a5acedd54d703d855c
-RMD160 (capistrano-2.13.3.gem) = e5be83cbbe054ec6683450e52d7b209f7993128b
-Size (capistrano-2.13.3.gem) = 123904 bytes
+SHA1 (capistrano-2.13.5.gem) = d2ed496ff4eb27ee5254f167a6ccd1ffb1c82031
+RMD160 (capistrano-2.13.5.gem) = ab38edad136442f321670a75848d2745a34e3724
+Size (capistrano-2.13.5.gem) = 124928 bytes