diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 11:14:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 11:14:11 +0000 |
commit | b82867cb9f54bed6d5a9ca247cd1b6c3fcc6449b (patch) | |
tree | c04a3ad654b28890380eb7b6a5add126272eefe6 /sysutils/capistrano | |
parent | 575a03a45c5ef8ce4ea74233c823ceac62901a21 (diff) | |
download | pkgsrc-b82867cb9f54bed6d5a9ca247cd1b6c3fcc6449b.tar.gz |
Update capistrano to 2.13.3.
## 2.13.3 / August 21 2012
This release contains multiple bugfixes and handling of exotic situations. The
`Configuration#capture` method should now work in spite of `ActiveSupport`
shenanigans. Thank you, the community, for all of your contributions:
* Close input streams when sending commands that don't read input. Dylan Smith
(dylanahsmith)
* Listen for method definition on `Kernel` and undefine on `Namespace`. Chris
Griego (cgriego)
* Fixed shell `Thread.abort_on_exception` bug. George Malamidis (nutrun)
* Adding a log method to `Capistrano::Deploy::SCM::None` to maintain
consistency with other SCM classes. Kevin Lawver (kplawver)
* Add deprecation warning if someone uses old `deploy:symlink` syntax on
callbacks. Ken Mazaika (kenmazaika)
* Simplify the `finalize_update` code by respecting the `:shared_children`
variable during removal and recreation of the parent. John Knight
(knightlabs)
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r-- | sysutils/capistrano/Makefile | 4 | ||||
-rw-r--r-- | sysutils/capistrano/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile index ed82878f21c..7ee285a566a 100644 --- a/sysutils/capistrano/Makefile +++ b/sysutils/capistrano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/04/14 11:01:29 gls Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/16 11:14:11 taca Exp $ -DISTNAME= capistrano-2.12.0 +DISTNAME= capistrano-2.13.3 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo index 694bf971eb6..38653704942 100644 --- a/sysutils/capistrano/distinfo +++ b/sysutils/capistrano/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/04/14 11:01:29 gls Exp $ +$NetBSD: distinfo,v 1.10 2012/09/16 11:14:11 taca Exp $ -SHA1 (capistrano-2.12.0.gem) = 1463c51bf4278ec769a1fa5415e0388ac2d4b6cc -RMD160 (capistrano-2.12.0.gem) = 95ad8276f2948675a4d56cc3f62277188e6f9942 -Size (capistrano-2.12.0.gem) = 122880 bytes +SHA1 (capistrano-2.13.3.gem) = b01cc9e69bc7927984a9a1a5acedd54d703d855c +RMD160 (capistrano-2.13.3.gem) = e5be83cbbe054ec6683450e52d7b209f7993128b +Size (capistrano-2.13.3.gem) = 123904 bytes |