summaryrefslogtreecommitdiff
path: root/sysutils/capistrano
diff options
context:
space:
mode:
authorgls <gls>2011-08-08 21:37:52 +0000
committergls <gls>2011-08-08 21:37:52 +0000
commit802ae49e272b3638445d077518cbb9dd765ea9df (patch)
tree10680e3bc7ceb6b667b17da4902cbf2253fb50b0 /sysutils/capistrano
parenta68e2db4349ad99fc6720035681bf9f099859511 (diff)
downloadpkgsrc-802ae49e272b3638445d077518cbb9dd765ea9df.tar.gz
Update sysutils/capistrano to 2.8.0
Upstream changelog: ## 2.8.0 / August 3 2011 A short release, after the last. Announcing Rails 3.1 asset pipeline support. The asset pipeline support requires an additiona `load` in your `Capfile`. You can see information pertaining to the pull request, including the inline comments here: https://github.com/capistrano/capistrano/pull/35 Documentation will be available soon in the wiki. * Drop-In Rails 3.1 asset pipeline support. (Chris Griego) ## 2.7.0 / August 3 2011 A fairly substantial release. There are fixes so that current_release works during dry-runs, (although, apparently still not with bundler.) The test-suite was also modified to work with Ruby 1.9.2, except in one case where Ruby 1.9.x calls `to_ary` and `to_a` on mocks, which still makes an error. 1.9.x has always been supported, but due to lack of maintenance on my part the tests didn't ever pass. The `start`, `stop` and `restart` tasks have been reduced to mere hooks into which extensions can define their own functionality. The `readme` was also slightly improved, simply tweaks to express how best to run the test suite. * Ensure dry-run works with `:current_release` variable (Carol Nichols) * Added a new variable `:git_submodules_recursive`, setting the value to false will ensure Git doesn't recursively initialize and checkout submodules. (Konstantin Kudryashov) * Added an additional task option, `:on_no_matching_servers`, setting the value to `:continue` will ensure tasks with no matched servers continue without error, instead of raising `Capistrano::NoMatchingServersError` as was the previous behaviour. (Chris Griego) A huge thanks to all contributors, as always! Remember: @capistranorb on twitter for news. ## 2.6.1 / June 25 2011 A short maintenance release, Some fixes to the verbose flag inside the Git SCM as well as another argument for the (internal) `variable()` command, offering a default. The Git SCM is now verbose by default, but can be disabled by setting `:scm_verbose` to false. There has been an additional method added to string, within the context of the test suite, I'm always sketchy about adding additional methods to core classes, but it's a short term fix until I make the time to patch the test suite not to compare strings literally. The method is `String#compact`, and is implemented simply as `self.gsub(/\s+/, ' ')`. Here's the run-down of changes, and their committers, as always - a huge thank you to the community that continues to drive Capistrano's development. * `deploy:setup` now respects `:group_writable` (Daniel Duvall) * Fixes to `:scm_verbose` for the Git module (defaults to On.) (Matthew Davies) * Will now copy hidden files in the project's root into the release directory (Mark Jaquith) * Now handles closing already-dead connections in a sane way (does not raise an exception) (Will Bryant) * Renamed `Capistrano::VERSION::TINY` to `Capistrano::VERSION::PATCH` (Lee Hambley) * Removed the `VERSION` file (Lee Hambley)
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r--sysutils/capistrano/Makefile4
-rw-r--r--sysutils/capistrano/PLIST6
-rw-r--r--sysutils/capistrano/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index 157c07070e1..2944616b719 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/05/15 19:46:21 gls Exp $
+# $NetBSD: Makefile,v 1.8 2011/08/08 21:37:52 gls Exp $
-DISTNAME= capistrano-2.6.0
+DISTNAME= capistrano-2.8.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST
index 370afe5c573..680a3ef8f98 100644
--- a/sysutils/capistrano/PLIST
+++ b/sysutils/capistrano/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/04/22 20:31:49 gls Exp $
+@comment $NetBSD: PLIST,v 1.6 2011/08/08 21:37:52 gls Exp $
bin/cap
bin/capify
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -8,7 +8,6 @@ ${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.mdown
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/bin/cap
${GEM_LIBDIR}/bin/capify
${GEM_LIBDIR}/capistrano.gemspec
@@ -34,11 +33,13 @@ ${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/string.rb
${GEM_LIBDIR}/lib/capistrano/extensions.rb
${GEM_LIBDIR}/lib/capistrano/logger.rb
${GEM_LIBDIR}/lib/capistrano/processable.rb
${GEM_LIBDIR}/lib/capistrano/recipes/compat.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy.rb
+${GEM_LIBDIR}/lib/capistrano/recipes/deploy/assets.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy/dependencies.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy/local_dependency.rb
${GEM_LIBDIR}/lib/capistrano/recipes/deploy/remote_dependency.rb
@@ -105,6 +106,7 @@ ${GEM_LIBDIR}/test/fixtures/cli_integration.rb
${GEM_LIBDIR}/test/fixtures/config.rb
${GEM_LIBDIR}/test/fixtures/custom.rb
${GEM_LIBDIR}/test/logger_test.rb
+${GEM_LIBDIR}/test/recipes_test.rb
${GEM_LIBDIR}/test/role_test.rb
${GEM_LIBDIR}/test/server_definition_test.rb
${GEM_LIBDIR}/test/shell_test.rb
diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo
index ac7450c6455..a7a8950dcf2 100644
--- a/sysutils/capistrano/distinfo
+++ b/sysutils/capistrano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/05/15 19:46:21 gls Exp $
+$NetBSD: distinfo,v 1.6 2011/08/08 21:37:52 gls Exp $
-SHA1 (capistrano-2.6.0.gem) = f5bd65be69a91c1e164ba28292c2f514ed63134e
-RMD160 (capistrano-2.6.0.gem) = 96bf9ffc94c09a5d44d71007379d6520a9e85b38
-Size (capistrano-2.6.0.gem) = 114688 bytes
+SHA1 (capistrano-2.8.0.gem) = 7c6b8d638419f5d89499a81adf2258deefc89f89
+RMD160 (capistrano-2.8.0.gem) = 85a17153a2b8d1a99aacc22899a850577d03c9df
+Size (capistrano-2.8.0.gem) = 116736 bytes