diff options
author | gls <gls@pkgsrc.org> | 2011-04-22 20:31:49 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-04-22 20:31:49 +0000 |
commit | c45d68759230c75bb2cce7bb1c5456896873e0e8 (patch) | |
tree | c7cd97e4c52ac79f434479eeaa533eec200d67d5 /sysutils/capistrano | |
parent | 2f15c2c19b464a403955743babbf73af89a90225 (diff) | |
download | pkgsrc-c45d68759230c75bb2cce7bb1c5456896873e0e8.tar.gz |
Update sysutils/capistrano to 2.5.21
Upstream changes:
## 2.5.21 / April 6 2011
* Fixed to follow best-practice guidelines from Bundler (Ben Langfeld)
* No longer force a gemset for Capistrano development. (Ben Langfeld)
## 2.5.20 / March 16 2011
* `deploy:migrations` will now always operate on the latest_release, not
current_release (Mike Vincent)
* Adds a check for the presence of `rsync` when using the copy strategy with
`rsync`. (Chris Griego)
* Do not try to look up the `:release_path` on servers which are defined
`:no_release` (Chris Griego)
* Tiny patch to the `CVS` SCM code to be Ruby 1.9 compatible (Martin Carpenter)
* Changed the default `Git` submodule behaviour to use `--recursive`
Lighthouse Issue #176. (Lee Hambley)
* `:public_children` can now be `set()`, the default is unchanged, thanks
(Chris Griego)
* Fixing the load path in the default `Capfile` to search vendored/unpacked
Gems. Lighthouse Issue #174 (Mari Carmen/Rafael GarcĂa)
* Adds a `maintenance_basename` variable (default value is `maintenance`) to
allow you to set the maintenance page name (Celestino Gomes)
* Spelling fixes in inline-documentation (Tom Copeland)
* Make `zip` and `tar` handle symlinks the same way (zip follows symlinks by
default, tar needs the option `-h`) (Ross Cooperman)
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r-- | sysutils/capistrano/Makefile | 5 | ||||
-rw-r--r-- | sysutils/capistrano/PLIST | 12 | ||||
-rw-r--r-- | sysutils/capistrano/distinfo | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile index 8dca0ad35e0..fff48abab58 100644 --- a/sysutils/capistrano/Makefile +++ b/sysutils/capistrano/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2010/09/13 14:49:54 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/22 20:31:49 gls Exp $ -DISTNAME= capistrano-2.5.19 -PKGREVISION= 1 +DISTNAME= capistrano-2.5.21 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST index bdfe3549617..370afe5c573 100644 --- a/sysutils/capistrano/PLIST +++ b/sysutils/capistrano/PLIST @@ -1,14 +1,17 @@ -@comment $NetBSD: PLIST,v 1.4 2010/08/23 01:49:02 gls Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/04/22 20:31:49 gls Exp $ bin/cap bin/capify -${GEM_HOME}/cache/capistrano-${PKGVERSION}.gem +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.rvmrc ${GEM_LIBDIR}/CHANGELOG -${GEM_LIBDIR}/README +${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 ${GEM_LIBDIR}/lib/capistrano.rb ${GEM_LIBDIR}/lib/capistrano/callback.rb ${GEM_LIBDIR}/lib/capistrano/cli.rb @@ -67,6 +70,7 @@ ${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 @@ -108,4 +112,4 @@ ${GEM_LIBDIR}/test/ssh_test.rb ${GEM_LIBDIR}/test/task_definition_test.rb ${GEM_LIBDIR}/test/transfer_test.rb ${GEM_LIBDIR}/test/utils.rb -${GEM_HOME}/specifications/capistrano-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo index 6a12c288f1d..5e782cee1ca 100644 --- a/sysutils/capistrano/distinfo +++ b/sysutils/capistrano/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/08/23 01:49:02 gls Exp $ +$NetBSD: distinfo,v 1.4 2011/04/22 20:31:49 gls Exp $ -SHA1 (capistrano-2.5.19.gem) = 84cfe0c483b29a2ae319f78c6d0bae7575baf9f5 -RMD160 (capistrano-2.5.19.gem) = ab181cb594a17c872b8553ccbf5bb1aec1055186 -Size (capistrano-2.5.19.gem) = 113152 bytes +SHA1 (capistrano-2.5.21.gem) = 110a78346212a304b625fd4acad1eda1c0819bd8 +RMD160 (capistrano-2.5.21.gem) = 05d9f453a5272f6cc2d1c4c43989a2800a5e5e94 +Size (capistrano-2.5.21.gem) = 113664 bytes |