summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortaca <taca>2012-03-18 02:32:34 +0000
committertaca <taca>2012-03-18 02:32:34 +0000
commit17eb4a65f45801aa812dfb537339c2b1ba9599db (patch)
treeffbfd34b7e92da150f213cb0e23f20f3a87b199b /sysutils
parentca2a27f6f05d3a39cf84aefd9c5b23962c4068b6 (diff)
downloadpkgsrc-17eb4a65f45801aa812dfb537339c2b1ba9599db.tar.gz
Update capistrano to 2.11.2.
## 2.11.2 / Febuary 22 2012 Fixes some bugs with the now deprecated `deploy:symlink` fallback option. ## 2.11.0 / Febuary 20 2012 This release replaces and fixes a broken 2.10.0 release (see below for information) This release includes all fixes as documented for 2.10.0, plus additional code cleanup (SHA: 3eecac2), as well as changing the public API from `deploy:symlink`, to `deploy:create_symlink` * Remove a testing dependency on `ruby-debug` (Lee Hambley, reported by Serg Podtynnyi) * Formerly deprecate `deploy:symlink`, this move was prompted by the Rake namespace fiasco of their 0.9.0 release, and is replaced by `deploy:create_symlink`. If you are looking for a place to hook asset related tasks, please consider `deploy:finalize_update`. Replaced by `deploy:create_symlink`, `deploy:symlink` now raises a deprecation warning, and defers to `deploy:symlink`. (Lee Hambley) * Update the 2.10.0 changelog. (Lee Hambley, reported by Jérémy Lecour) ## 2.10.0 / Febuary 19 2012 If you are reading this after Febuary 20th 2012, do not be surprised when you cannot find 2.10.0 on Rubygems.org, it has been removed because of a breaking API change. It is replaced logically enough by 2.11.0 where the API is still changed, but now issues a warning and falls back to the expected behaviour. The CHANGELOG for this release was updated retrospectively, I'm sorry I missed that when releasing the gem, 2.10.0 apparently not my finest hour as a maintainer. Ths fixes in this release include * Include sample NGinx config for `deploy:web:disable`(added by Roger Ertesvåg) * Fix gemspec time format warning (reported by Tony Arcieri, fixed by building the Gem against Ruby-1.9.3) * Finally removed deprecated `before_` and `after_` tasks. (Lee Hambley) * Rake 0.9.x compatibility (reported by James Miller, fixed by Lee Hambley) * More detailed logging output (fixed by Huang Liang) * Includes multistage, without `capistrano-ext`. `require 'capistrano/ext/multistage'` (fixed by Lee Hambley)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/capistrano/Makefile4
-rw-r--r--sysutils/capistrano/PLIST8
-rw-r--r--sysutils/capistrano/distinfo8
3 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index ab5a33e04bf..840bacc9d3f 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2011/11/09 21:34:38 gls Exp $
+# $NetBSD: Makefile,v 1.11 2012/03/18 02:32:34 taca Exp $
-DISTNAME= capistrano-2.9.0
+DISTNAME= capistrano-2.11.2
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST
index d7e3c541a69..cb3a46f8090 100644
--- a/sysutils/capistrano/PLIST
+++ b/sysutils/capistrano/PLIST
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2011/11/09 21:34:38 gls Exp $
+@comment $NetBSD: PLIST,v 1.8 2012/03/18 02:32:34 taca Exp $
bin/cap
bin/capify
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/Gemfile
@@ -25,6 +24,7 @@ ${GEM_LIBDIR}/lib/capistrano/configuration.rb
${GEM_LIBDIR}/lib/capistrano/configuration/actions/file_transfer.rb
${GEM_LIBDIR}/lib/capistrano/configuration/actions/inspect.rb
${GEM_LIBDIR}/lib/capistrano/configuration/actions/invocation.rb
+${GEM_LIBDIR}/lib/capistrano/configuration/alias_task.rb
${GEM_LIBDIR}/lib/capistrano/configuration/callbacks.rb
${GEM_LIBDIR}/lib/capistrano/configuration/connections.rb
${GEM_LIBDIR}/lib/capistrano/configuration/execution.rb
@@ -34,8 +34,10 @@ ${GEM_LIBDIR}/lib/capistrano/configuration/roles.rb
${GEM_LIBDIR}/lib/capistrano/configuration/servers.rb
${GEM_LIBDIR}/lib/capistrano/configuration/variables.rb
${GEM_LIBDIR}/lib/capistrano/errors.rb
+${GEM_LIBDIR}/lib/capistrano/ext/multistage.rb
${GEM_LIBDIR}/lib/capistrano/ext/string.rb
${GEM_LIBDIR}/lib/capistrano/extensions.rb
+${GEM_LIBDIR}/lib/capistrano/fix_rake_deprecated_dsl.rb
${GEM_LIBDIR}/lib/capistrano/logger.rb
${GEM_LIBDIR}/lib/capistrano/processable.rb
${GEM_LIBDIR}/lib/capistrano/recipes/compat.rb
@@ -72,7 +74,6 @@ ${GEM_LIBDIR}/lib/capistrano/ssh.rb
${GEM_LIBDIR}/lib/capistrano/task_definition.rb
${GEM_LIBDIR}/lib/capistrano/transfer.rb
${GEM_LIBDIR}/lib/capistrano/version.rb
-${GEM_LIBDIR}/rvmrc.sample
${GEM_LIBDIR}/test/cli/execute_test.rb
${GEM_LIBDIR}/test/cli/help_test.rb
${GEM_LIBDIR}/test/cli/options_test.rb
@@ -82,6 +83,7 @@ ${GEM_LIBDIR}/test/command_test.rb
${GEM_LIBDIR}/test/configuration/actions/file_transfer_test.rb
${GEM_LIBDIR}/test/configuration/actions/inspect_test.rb
${GEM_LIBDIR}/test/configuration/actions/invocation_test.rb
+${GEM_LIBDIR}/test/configuration/alias_task_test.rb
${GEM_LIBDIR}/test/configuration/callbacks_test.rb
${GEM_LIBDIR}/test/configuration/connections_test.rb
${GEM_LIBDIR}/test/configuration/execution_test.rb
diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo
index b446ff3055f..35754e4e200 100644
--- a/sysutils/capistrano/distinfo
+++ b/sysutils/capistrano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/11/09 21:34:38 gls Exp $
+$NetBSD: distinfo,v 1.8 2012/03/18 02:32:34 taca Exp $
-SHA1 (capistrano-2.9.0.gem) = dfa9adaa18312d878058b059d7559a66038bbae9
-RMD160 (capistrano-2.9.0.gem) = b9ba7bc6754c3a780c158f17e3b561874c042b07
-Size (capistrano-2.9.0.gem) = 118784 bytes
+SHA1 (capistrano-2.11.2.gem) = 16a34613cd76a6d2a449888eb0d8405afa4976bf
+RMD160 (capistrano-2.11.2.gem) = 402a8374580a8fb9db1e2d800734eacb04d13531
+Size (capistrano-2.11.2.gem) = 121344 bytes