summaryrefslogtreecommitdiff
path: root/sysutils/capistrano
diff options
context:
space:
mode:
authorgls <gls>2011-11-09 21:34:38 +0000
committergls <gls>2011-11-09 21:34:38 +0000
commit3c60c3c6fe8ced580055016036a9b29331c9ca9c (patch)
tree00db7902be9d4b4dc2979f8dcb374f012cd31290 /sysutils/capistrano
parentbd57b1be168e1ff53c49d379010e1ee53f2147ce (diff)
downloadpkgsrc-3c60c3c6fe8ced580055016036a9b29331c9ca9c.tar.gz
Update sysutils/capistrano to 2.9.0
Changelog: ## 2.9.0 / September 24 2011 A vairly heavy release, including some new features which most of you won't need, but power users have contributed, this also marks the beginning of the end of the 2.x series, more information will follow in due course, but with the proliferation of Bundler, and better ways to do deployment, we will be introducing heavier changes to Capistrano to keep the tool current. **Please note, following some reported problems with the asset pipeline code being not found, remember Capistrano needs to be in your Gemfile, and as such needs to be run with Bundler, otherwise you risk loading a system-wide version of Capistrano who's behaviour might be different from that specified in your Gemfile. This is also good practice because much of the deploy logic resides in the Gem, and you wouldn't want that to change without your knowledge. Rails applications include Cap in the Gemfile anyway, you should follow this convention.** * find_servers() will no longer raise if there are no servers, this behaviour can be modified by way of the `:on_no_matching_servers` option. Thanks to `@ppgengler`. * Short Git SHA1 fragments are now supported in commands such as `cap deploy -s revision=d7e99f` thanks to `@ndbroadbent`. * One can now specify individual SCM commands by setting `:scm_arguments_<command_name>`. Thanks to `@alextk`. * Travis CI build now passes thanks to @andrew, build tested against MRI `1.8.7`. `1.9.2` and `REE`. * Support for Perforce labels, I don't know much about this, but I believe it's much like deploying a Git tag, thanks to `@ak47`. * Git SCM now correctly adheres to the `:scm_verbose` setting. Thanks `@dubek`. * `set()` can now be used to set a `false` value, previously this was a no-op. Thanks to `@nilbus`. * Support for Git 1.6x submodules, The Git SCM strategy now queries Git on the server-side to ensure it supports the `--recursive` flag, if it doesn't then it will fall back to using the long-hand. Many thanks to all those involved in the discussion surrounding this topic, and to `@nilbus` for a beautifully clean solution which doesn't hold us back. * When using `:cached_copy` with Subversion, use `svn switch` to for more reliable switching of branches/etc. Thanks to `@iGEL` for the patch that we accepted finally, and to `@richmeyers` who also submitted a patch and contributed to the discssion. Other cleanups and minor improvements to the code and tests were committed by yours truly (@leehambley), @maxim, @ak47 and @andrew).
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r--sysutils/capistrano/Makefile5
-rw-r--r--sysutils/capistrano/PLIST4
-rw-r--r--sysutils/capistrano/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index 206178c088d..ab5a33e04bf 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/08/12 17:13:38 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/11/09 21:34:38 gls Exp $
-DISTNAME= capistrano-2.8.0
-PKGREVISION= 1
+DISTNAME= capistrano-2.9.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST
index 680a3ef8f98..d7e3c541a69 100644
--- a/sysutils/capistrano/PLIST
+++ b/sysutils/capistrano/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2011/08/08 21:37:52 gls Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/11/09 21:34:38 gls 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
${GEM_LIBDIR}/README.mdown
@@ -99,6 +100,7 @@ ${GEM_LIBDIR}/test/deploy/scm/darcs_test.rb
${GEM_LIBDIR}/test/deploy/scm/git_test.rb
${GEM_LIBDIR}/test/deploy/scm/mercurial_test.rb
${GEM_LIBDIR}/test/deploy/scm/none_test.rb
+${GEM_LIBDIR}/test/deploy/scm/perforce_test.rb
${GEM_LIBDIR}/test/deploy/scm/subversion_test.rb
${GEM_LIBDIR}/test/deploy/strategy/copy_test.rb
${GEM_LIBDIR}/test/extensions_test.rb
diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo
index a7a8950dcf2..b446ff3055f 100644
--- a/sysutils/capistrano/distinfo
+++ b/sysutils/capistrano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/08/08 21:37:52 gls Exp $
+$NetBSD: distinfo,v 1.7 2011/11/09 21:34:38 gls Exp $
-SHA1 (capistrano-2.8.0.gem) = 7c6b8d638419f5d89499a81adf2258deefc89f89
-RMD160 (capistrano-2.8.0.gem) = 85a17153a2b8d1a99aacc22899a850577d03c9df
-Size (capistrano-2.8.0.gem) = 116736 bytes
+SHA1 (capistrano-2.9.0.gem) = dfa9adaa18312d878058b059d7559a66038bbae9
+RMD160 (capistrano-2.9.0.gem) = b9ba7bc6754c3a780c158f17e3b561874c042b07
+Size (capistrano-2.9.0.gem) = 118784 bytes