summaryrefslogtreecommitdiff
path: root/sysutils/fabric/Makefile
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-02-12 15:45:34 +0000
committergls <gls@pkgsrc.org>2012-02-12 15:45:34 +0000
commit8def253adfbd961ceb7e654aca24045f8f31e15a (patch)
tree23546f9920e25e904aeb63f3dc1162230e0884c5 /sysutils/fabric/Makefile
parentb6d71cc7b0cd59c64503d184d2cc07b3f3b251d6 (diff)
downloadpkgsrc-8def253adfbd961ceb7e654aca24045f8f31e15a.tar.gz
Update systutils/fabric to 1.3.4.
pkgsrc changes: - Adjust dependency chain. Now depends on security/py-ssh instead of security/py-paramiko. Upstream changes: The main new feature in Fabric 1.3.x is parallel tasks execution support (invoked by fab -P). Releases at the same time in the 1.2.x and 1.3.x branches, including the same bugfixes. Changes since the latest release in the 1.2.x branch (1.2.5), included in branch 1.3: 2012-01-12: released Fabric 1.3.4 [Bug] #492: @parallel did not automatically trigger linewise output, as was intended. This has been fixed. Thanks to Brandon Huey for the catch. [Bug] #510: Parallel mode is incompatible with user input, such as password/hostname prompts, and was causing cryptic Operation not supported by device errors when such prompts needed to be displayed. This behavior has been updated to cleanly and obviously abort instead. [Bug] #494: Fixed regression bug affecting some env values such as env.port under parallel mode. Symptoms included rsync_project bailing out due to a None port value when run under @parallel. Thanks to Rob Terhaar for the report. [Bug] #339: Don't show imported colors members in --list output. Thanks to Nick Trew for the report.
Diffstat (limited to 'sysutils/fabric/Makefile')
-rw-r--r--sysutils/fabric/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 13d866fef17..920e06e60c0 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2011/12/04 21:44:52 gls Exp $
+# $NetBSD: Makefile,v 1.17 2012/02/12 15:45:34 gls Exp $
#
-VERSION= 1.2.5
+VERSION= 1.3.4
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
-MASTER_SITES= http://pypi.python.org/packages/source/F/Fabric/
+MASTER_SITES= http://pypi.python.org/packages/source/F/Fabric/
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://fabfile.org/
@@ -14,8 +14,7 @@ LICENSE= 2-clause-bsd
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.7:../../security/py-paramiko
-DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto
+DEPENDS+= ${PYPKGPREFIX}-ssh>=1.7.8:../../security/py-ssh
USE_TOOLS+= pax