summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2014-06-12 00:53:05 +0000
committergls <gls@pkgsrc.org>2014-06-12 00:53:05 +0000
commite46fca976ee8c77a42c1ef4f688d1bf46fc0887c (patch)
tree0b97df65397ea96ae5d7d88f776b697c110c19d8 /sysutils
parent10cbccc70027d050e755c454e6ba171362397c30 (diff)
downloadpkgsrc-e46fca976ee8c77a42c1ef4f688d1bf46fc0887c.tar.gz
Update sysutils/fabric to 1.9.0
Upstream changes: ----------------- 1.9.0 2014-06-08 [Bug] #965: Tweak IO flushing behavior when in linewise (& thus parallel) mode so interwoven output is less frequent. Thanks to @akidata for catch & patch. [Feature] #741: Add env.prompts dictionary, allowing users to set up custom prompt responses (similar to the built-in sudo prompt auto-responder.) Thanks to Nigel Owens and David Halter for the patch. [Feature] #1082: Add pty passthrough kwarg to upload_template. [Support]: Modified packaging data to reflect that Fabric requires Paramiko < 1.13 (which dropped Python 2.5 support.) [Support] #1105: Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. Thanks to to @Arfrever for catch & patch. [Support] #1106: Fix a misleading/ambiguous example snippet in the fab usage docs to be clearer. Thanks to @zed. [Feature] #1101: Reboot operation now supports custom command. Thanks to Jonas Lejon. [Feature] #938: Add an env var env.effective_roles specifying roles used in the currently executing command. Thanks to Piotr Betkier for the patch. [Feature] #1078: Add .command and .real_command attributes to local return value. Thanks to Alexander Teves (@alexanderteves) and Konrad Hałas (@konradhalas). 1.8.4 2014-06-08 [Support] #1105: Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. Thanks to to @Arfrever for catch & patch. [Bug] #898: Treat paths that begin with tilde “~” as absolute paths instead of relative. Thanks to Alex Plugaru for the patch and Dan Craig for the suggestion. 1.8.3 2014-03-21 [Support]: Modified packaging data to reflect that Fabric requires Paramiko < 1.13 (which dropped Python 2.5 support.)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fabric/Makefile8
-rw-r--r--sysutils/fabric/PLIST8
-rw-r--r--sysutils/fabric/distinfo8
3 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 5132cb8171b..e24e99fa152 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2014/05/09 07:37:19 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2014/06/12 00:53:05 gls Exp $
-VERSION= 1.8.2
+VERSION= 1.9.0
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
@@ -28,9 +28,11 @@ INSTALLATION_DIRS+= share/doc/fabric/usage
post-install:
${INSTALL_MAN} files/fab.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
- cd ${WRKSRC}/docs && pax -wr -pma *.rst api/contrib/*.rst \
+ cd ${WRKSRC}/sites/docs && pax -wr -pma *.rst api/contrib/*.rst \
api/core/*.rst usage/* \
${DESTDIR}${PREFIX}/share/doc/fabric/.
+ cd ${WRKSRC}/sites/www && pax -wr -pma *.rst \
+ ${DESTDIR}${PREFIX}/share/doc/fabric/.
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/fabric/PLIST b/sysutils/fabric/PLIST
index 603b3a3ac88..1fb552798ee 100644
--- a/sysutils/fabric/PLIST
+++ b/sysutils/fabric/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2013/10/21 18:09:30 gls Exp $
+@comment $NetBSD: PLIST,v 1.15 2014/06/12 00:53:05 gls Exp $
bin/fab
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -9,9 +9,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/fabfile/__init__.py
${PYSITELIB}/fabfile/__init__.pyc
${PYSITELIB}/fabfile/__init__.pyo
-${PYSITELIB}/fabfile/docs.py
-${PYSITELIB}/fabfile/docs.pyc
-${PYSITELIB}/fabfile/docs.pyo
${PYSITELIB}/fabfile/tag.py
${PYSITELIB}/fabfile/tag.pyc
${PYSITELIB}/fabfile/tag.pyo
@@ -107,10 +104,11 @@ share/doc/fabric/api/core/operations.rst
share/doc/fabric/api/core/tasks.rst
share/doc/fabric/api/core/utils.rst
share/doc/fabric/changelog.rst
+share/doc/fabric/contact.rst
share/doc/fabric/development.rst
share/doc/fabric/faq.rst
share/doc/fabric/index.rst
-share/doc/fabric/installation.rst
+share/doc/fabric/installing.rst
share/doc/fabric/roadmap.rst
share/doc/fabric/troubleshooting.rst
share/doc/fabric/tutorial.rst
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index 7566563b154..d8571f00db5 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2014/02/14 19:59:57 gls Exp $
+$NetBSD: distinfo,v 1.25 2014/06/12 00:53:05 gls Exp $
-SHA1 (Fabric-1.8.2.tar.gz) = 5931fac0d35cba57c17f4553ccfde53443828e91
-RMD160 (Fabric-1.8.2.tar.gz) = c3a2da8a4874aaac427f09032483cb6ca5d63bd4
-Size (Fabric-1.8.2.tar.gz) = 251398 bytes
+SHA1 (Fabric-1.9.0.tar.gz) = ddefa6d15295ee4ab423a01bef9216aeae81ea78
+RMD160 (Fabric-1.9.0.tar.gz) = 49e3a7b05a9d4ebcc7eff01e197c02a80425218d
+Size (Fabric-1.9.0.tar.gz) = 205487 bytes