summaryrefslogtreecommitdiff
path: root/sysutils/capistrano
diff options
context:
space:
mode:
authortaca <taca>2013-09-15 15:56:12 +0000
committertaca <taca>2013-09-15 15:56:12 +0000
commitf8c5677fed7db4dda6a12b2ccfa8fea9de1a102c (patch)
tree70f4c7b4bb74d917217311ce725b11cf7a069abe /sysutils/capistrano
parent920d7c7f0f693876782c230e150272de2fe9a77b (diff)
downloadpkgsrc-f8c5677fed7db4dda6a12b2ccfa8fea9de1a102c.tar.gz
Update capistrano to 2.15.5.
## 2.15.5 / July 4 2013 * Fix multistage argument parsing when using the `-s` option. (@jmazzi) * Tweaks to the asset recipes. (@curtislinden) * Use quotes around SCM usernames and passwords (@carloslopes) * Avoid git warning when cloning Git repository using sha1 (@bpaquet) ## 2.15.4 / April 29 2013 * Fix parallel command logging (@gnufied) * Fix a double-asset manifest problem on Rails upgrades. (@jimryan) ## 2.15.3 / April 25 2012 * For deploy:cleanup, use try_sudo with rm command. (@joshstaiger) * Restore maintenance.rhtml (@chulkilee) * Fixes GH-434, If branches is an array of array, iterate them separately. (@gnufied) A big "thank you" to the people who've pushed really amazing patches to the 2.15.x branch so soon after it's release. 2.15.0 was just too huge to go out bug free. ## 2.15.2 / April 24 2013 * Fixed a bug with asset_paths (String vs. Array). (@joeycarmello) ## 2.15.1 / April 23 2013 * Support for Rails 4 (and other) randomised asset manifest names. (@jimryan) ## 2.15.0 / April 23 2013 * New varaible :shared_assets_prefix to allow people to host somewhere other than `/assets/`. Default is `assets`. * Bring back web:enable and web:disable tasks. Sincerely apologies to all affected removing these was one of the most glaring mistakes we've made on this project and I feel personally responsible. * Makes :git_shallow_clone work with branches (@cannikin) * Avoid removing required assets (@bosko) * Fix escaping of asset_paths when calling `deploy:finalize_update` (@mcary) * Improve parallel command logging (@mpapis) * Allow updating variables in the cap shell `cap> set :some_setting new_value` (@jpfuentes2) * Add the option to configure `Capistrano::Logger.default_formatters=` this relates to the previous merging of the capistrano-colors gem. (@kellyredding) * Don't attempt to connect to a nil `:gateway` (@mattheath) * Simplify our .gemspec dependency list (@timoschilling) * Make the existece of `config/deploy/{stage}.rb` optional, it'll be loaded if it exists, otherwise we continue without it (@ymainier) * Misc spelling/typo fixes. (@mv) * Update mtime and atime with touch when fixing asset timestamps (@wildoats) * Change call of `rake {env} precompile:all` to drop the errornous `{env}` (@zxiest) * Evaluate assets_role at runtime using a lambda (@nlenepveu) * Handle when hosts (for example by joining/leaving the no_release meta group) have different old releases for `deploy:cleanup` (@oggy) * Check for nil when tearing down connections (@yyuu) * Go back to using SCP for uploads as against SFTP (@pjungwir) * Added an option to dereference symlinks when using the :copy strategy (`set :copy_dereference_symlink, true`) useful when your working directory contains files symlinked in from outside your project root (@mehmetc) * Small typo fix in README (@yule) * Add Ruby 2.0.0-p0 to the TravisCI build (@jarrettmeyer) * Add the option to set the shared asset prefix for Rails, (`set :shared_assets_prefix, "my_shared_assets"`) corresponds with it's namesake in Rails. By default is set to `assets`. (@spectator) * Improved error messages for `cap {stage} deploy:check` (@petems) * Make `run_locally` work with the `--dry-run` flag. (@flagthisiskun) * Fix a link in the README to writing a good commit message. (@mhutchin) * Code style fixes (@mv) * Report differently if the command was killed by a signal (for example the oom killer on Ubuntu/Debian). (@tanob)
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r--sysutils/capistrano/Makefile4
-rw-r--r--sysutils/capistrano/PLIST3
-rw-r--r--sysutils/capistrano/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index 31fd615d015..d2f95667ac7 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2013/02/11 04:17:38 taca Exp $
+# $NetBSD: Makefile,v 1.17 2013/09/15 15:56:12 taca Exp $
-DISTNAME= capistrano-2.14.2
+DISTNAME= capistrano-2.15.5
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST
index 0fccaccf2ac..875b42f6ea1 100644
--- a/sysutils/capistrano/PLIST
+++ b/sysutils/capistrano/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2013/02/11 04:17:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2013/09/15 15:56:12 taca Exp $
bin/cap
bin/capify
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -67,6 +67,7 @@ ${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/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
diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo
index 05d5467a6a5..65a18fa694c 100644
--- a/sysutils/capistrano/distinfo
+++ b/sysutils/capistrano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/02/11 04:17:38 taca Exp $
+$NetBSD: distinfo,v 1.13 2013/09/15 15:56:12 taca Exp $
-SHA1 (capistrano-2.14.2.gem) = bf6b288980a93b255fd6467c7a49f361c10bdf87
-RMD160 (capistrano-2.14.2.gem) = 3c1460bb2241efe0b5a1fe1c095f016f4a3d5ab3
-Size (capistrano-2.14.2.gem) = 126464 bytes
+SHA1 (capistrano-2.15.5.gem) = 186ade52dd274b0ee0728f8a31797eba35a9242a
+RMD160 (capistrano-2.15.5.gem) = 21502bd86aa95c2405bdacc1362e8df2ac90a1e6
+Size (capistrano-2.15.5.gem) = 132096 bytes