summaryrefslogtreecommitdiff
path: root/sysutils/capistrano
diff options
context:
space:
mode:
authorgls <gls>2011-05-15 19:46:21 +0000
committergls <gls>2011-05-15 19:46:21 +0000
commit4877cd7f0fc119503dca90926e03a2ae825614ef (patch)
treed02e80ef36246cb6bffe019fbe3a690fee7be330 /sysutils/capistrano
parent639d7cf81f612233221aa2834919421c9e914cc4 (diff)
downloadpkgsrc-4877cd7f0fc119503dca90926e03a2ae825614ef.tar.gz
Update sysutils/capistrano to latest version, 2.6.0
Upstream changes: ## 2.6.0 / May 3 2011 A rather large release, feature-version bump because of the new multiple-gateways feature as implemented by Ryan Duryea (way to go!) Please also note from this release that if you use Git submodules, the Git-version requirement for the new implementation is now >= 1.5.6, from previously un-documented. (1.5.6 is new-enough that I think this is acceptable) * Upgrade Net::SSH-gateway dependency to 1.1 (fixes a thread-deadlocking bug on MRI 1.9) * Respect "dry-run" on transfer methods (Florian Frank) * Add support for multiple gateways: (Ryan Duryea) set :gateway, { 'gate1.example.com' => 'server1.example.com', [ 'gate2.example.com', 'gate3.example.com' ] => [ 'server5.example.com', 'server6.example.com' ] } * Properly support nested Git submodules, moves Git requirement to >= 1.5.6 [if you rely upon submodules] (Ken Miller) * Fetch tags into the remote cache, allows deploying a tag when using Git, with the remote_cache strategy (Florian Frank) * Various fixes to path handling bugs in the copt strategy. (Philippe Rathé)
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r--sysutils/capistrano/Makefile4
-rw-r--r--sysutils/capistrano/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index fff48abab58..157c07070e1 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/04/22 20:31:49 gls Exp $
+# $NetBSD: Makefile,v 1.7 2011/05/15 19:46:21 gls Exp $
-DISTNAME= capistrano-2.5.21
+DISTNAME= capistrano-2.6.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo
index 5e782cee1ca..ac7450c6455 100644
--- a/sysutils/capistrano/distinfo
+++ b/sysutils/capistrano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/04/22 20:31:49 gls Exp $
+$NetBSD: distinfo,v 1.5 2011/05/15 19:46:21 gls Exp $
-SHA1 (capistrano-2.5.21.gem) = 110a78346212a304b625fd4acad1eda1c0819bd8
-RMD160 (capistrano-2.5.21.gem) = 05d9f453a5272f6cc2d1c4c43989a2800a5e5e94
-Size (capistrano-2.5.21.gem) = 113664 bytes
+SHA1 (capistrano-2.6.0.gem) = f5bd65be69a91c1e164ba28292c2f514ed63134e
+RMD160 (capistrano-2.6.0.gem) = 96bf9ffc94c09a5d44d71007379d6520a9e85b38
+Size (capistrano-2.6.0.gem) = 114688 bytes