summaryrefslogtreecommitdiff
path: root/sysutils/fabric/Makefile
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/fabric/Makefile
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/fabric/Makefile')
-rw-r--r--sysutils/fabric/Makefile8
1 files changed, 5 insertions, 3 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"