From de7ab646361861ea5f80f5187044856713d6aba3 Mon Sep 17 00:00:00 2001 From: gls Date: Tue, 2 Jul 2013 20:25:08 +0000 Subject: Update sysutils/fabric to 1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream changes: ----------------- [Bug] #868: Substantial speedup of parallel tasks by removing an unnecessary blocking timeout in the JobQueue loop. Thanks to Simo Kinnunen for the patch. [Bug] #328: lcd was no longer being correctly applied to upload_template; this has been fixed. Thanks to Joseph Lawson for the catch. [Bug] #870: Changes to shell env var escaping highlighted some extraneous and now damaging whitespace in with path():. This has been removed and a regression test added. [Bug] #871: Use of string mode values in put(local, remote, mode="NNNN") would sometimes cause Unsupported operand errors. This has been fixed. [Bug] #84: Fixed problem with missing -r flag in Mac OS X sed version. Thanks to Konrad Hałas for the patch. [Bug] #861: Gracefully handle situations where users give a single string literal to env.hosts. Thanks to Bill Tucker for catch & patch. [Bug] #367: Expand paths with tilde inside (contrib.files). Thanks to Konrad Hałas for catch & patch. [Feature] #845: Downstream synchronization option implemented for rsync_project. Thanks to Antonio Barrero for the patch. --- sysutils/fabric/Makefile | 4 ++-- sysutils/fabric/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sysutils/fabric') diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index ea309ffaebd..103cdc1fc99 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/03/13 20:36:26 gls Exp $ +# $NetBSD: Makefile,v 1.28 2013/07/02 20:25:08 gls Exp $ # -VERSION= 1.6.0 +VERSION= 1.6.1 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} CATEGORIES= sysutils net diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo index ce1bdfcfc25..749f761bfad 100644 --- a/sysutils/fabric/distinfo +++ b/sysutils/fabric/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2013/03/13 20:36:26 gls Exp $ +$NetBSD: distinfo,v 1.21 2013/07/02 20:25:08 gls Exp $ -SHA1 (Fabric-1.6.0.tar.gz) = 235749545e15c7f4e692b1544fcd3fc2a252f401 -RMD160 (Fabric-1.6.0.tar.gz) = cb4b2b2ce88d741356cec447ba63ec8cef75fbf4 -Size (Fabric-1.6.0.tar.gz) = 215790 bytes +SHA1 (Fabric-1.6.1.tar.gz) = 50800ffdd6fd354d4d770d58f6e153a50368b854 +RMD160 (Fabric-1.6.1.tar.gz) = 39f9c4ee1b0f69290b87d02c75dc6581cc8c1454 +Size (Fabric-1.6.1.tar.gz) = 216774 bytes -- cgit v1.2.3