summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgls <gls>2013-01-21 20:44:06 +0000
committergls <gls>2013-01-21 20:44:06 +0000
commit71b881593dcd4a40c027b2bb17533ee9e33fa85d (patch)
tree2e773ed39bcaba873958adf1cc0d5064ba12c08b /sysutils
parent5fe443513325bfbcd5dd727f45a4b59ebf80159d (diff)
downloadpkgsrc-71b881593dcd4a40c027b2bb17533ee9e33fa85d.tar.gz
Update sysutils/fabric to 1.5.2.
Upstream changes: ----------------- [Bug] #766: Use the variable name of a new-style fabric.tasks.Task subclass object when the object name attribute is undefined. Thanks to @todddeluca for the patch. [Bug] #604: Fixed wrong treatment of backslashes in put operation when uploading directory tree on Windows. Thanks to Jason Coombs for the catch and @diresys & Oliver Janik for the patch. for the patch. [Bug] #792: The newish shell_env context manager was incorrectly omitted from the fabric.api import endpoint. This has been remedied. Thanks to Vishal Rana for the catch. [Bug] #775: Shell escaping was incorrectly applied to the value of $PATH updates in our shell environment handling, causing (at the very least) local binary paths to become inoperable in certain situations. This has been fixed. Added current host string to prompt abort error messages.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fabric/Makefile4
-rw-r--r--sysutils/fabric/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 128c964ba86..a3e5ed4ed04 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2012/11/28 17:48:45 gls Exp $
+# $NetBSD: Makefile,v 1.25 2013/01/21 20:44:06 gls Exp $
#
-VERSION= 1.5.1
+VERSION= 1.5.2
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index 726a5d18156..bbdc3ae3f3d 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2012/11/28 17:48:45 gls Exp $
+$NetBSD: distinfo,v 1.18 2013/01/21 20:44:06 gls Exp $
-SHA1 (Fabric-1.5.1.tar.gz) = 8207d36e75fd58a5dc78aa40fcd09045b6f2a8f9
-RMD160 (Fabric-1.5.1.tar.gz) = 664fddcab5c36fdc718e07925b4e7d98c29efa73
-Size (Fabric-1.5.1.tar.gz) = 209128 bytes
+SHA1 (Fabric-1.5.2.tar.gz) = 72615b0e159d94ef3588e43d438df4ce9f23ebe1
+RMD160 (Fabric-1.5.2.tar.gz) = cb0f4f5f16ec1fef96dcc741b406bd993a59c65d
+Size (Fabric-1.5.2.tar.gz) = 211449 bytes