From bfa1430c5a8758fc8ecace1728982b187a5a07c1 Mon Sep 17 00:00:00 2001 From: gls Date: Sat, 14 Apr 2012 11:01:29 +0000 Subject: Update sysutils/capistrano to 2.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream changes: ----------------- ## 2.12.0 / April 13 2012 This release revserts the very verbose logging introduced in the previous version, it also enables a handful of power-user features which are largely un-documented, but shouldn't be important unless you are looking for them. Undocumented code shouldn't scare you, simply read through deploy.rb in the Gem if you want to know how a new feature works! * Update mapped commands to remove symlink deprecation warning. Despo Pentara (despo) * Add the "rpm" remote dependency. Nick Hoffman (nickhoffman) * Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle (j15e) * Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow) * Ticket 193 alias task show wrong name when it is not overridden. Rafa García (rgo) * Allow configuration of which roles assets are precompiled on. Frederick Cheung (fcheung) * Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic) * Changed single to double quotes for Windows, fixes a Windows bug in the HG module. Matthew J Morrison (mattjmorrison) * Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds) As ever, a sincere thanks to all contributors, and do not hesitate to contact me if this release causes problems for you. --- sysutils/capistrano/Makefile | 4 ++-- sysutils/capistrano/PLIST | 3 ++- sysutils/capistrano/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile index 840bacc9d3f..ed82878f21c 100644 --- a/sysutils/capistrano/Makefile +++ b/sysutils/capistrano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/03/18 02:32:34 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/04/14 11:01:29 gls Exp $ -DISTNAME= capistrano-2.11.2 +DISTNAME= capistrano-2.12.0 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST index cb3a46f8090..fa30195dfc7 100644 --- a/sysutils/capistrano/PLIST +++ b/sysutils/capistrano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/03/18 02:32:34 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/04/14 11:01:29 gls Exp $ bin/cap bin/capify ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -64,6 +64,7 @@ ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/copy.rb ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/export.rb ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote.rb ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote_cache.rb +${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/templates/maintenance.rhtml ${GEM_LIBDIR}/lib/capistrano/recipes/standard.rb ${GEM_LIBDIR}/lib/capistrano/recipes/templates/maintenance.rhtml diff --git a/sysutils/capistrano/distinfo b/sysutils/capistrano/distinfo index 35754e4e200..694bf971eb6 100644 --- a/sysutils/capistrano/distinfo +++ b/sysutils/capistrano/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/03/18 02:32:34 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/04/14 11:01:29 gls Exp $ -SHA1 (capistrano-2.11.2.gem) = 16a34613cd76a6d2a449888eb0d8405afa4976bf -RMD160 (capistrano-2.11.2.gem) = 402a8374580a8fb9db1e2d800734eacb04d13531 -Size (capistrano-2.11.2.gem) = 121344 bytes +SHA1 (capistrano-2.12.0.gem) = 1463c51bf4278ec769a1fa5415e0388ac2d4b6cc +RMD160 (capistrano-2.12.0.gem) = 95ad8276f2948675a4d56cc3f62277188e6f9942 +Size (capistrano-2.12.0.gem) = 122880 bytes -- cgit v1.2.3