summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2013-10-21 18:09:30 +0000
committergls <gls@pkgsrc.org>2013-10-21 18:09:30 +0000
commit6ee14bbc6a4d43fa0ec5ef152269a21363fbeb3b (patch)
tree234d0ab0de16d1e43fcb27498ae149194baae7ac /sysutils
parent16f03117b124169e3e59731364b59fed0f7c4054 (diff)
downloadpkgsrc-6ee14bbc6a4d43fa0ec5ef152269a21363fbeb3b.tar.gz
Updated sysutils/fabric to 1.8.0
pkgsrc changes: --------------- FETCH_USING=curl, pypi serves files over https now. upstream changes: ----------------- 1.8.0 2013-09-20 [Feature] #910: Added a keyword argument to rsync_project to configure the default options. Thanks to @moorepants for the patch. [Support] #984: Make this changelog easier to read! Now with per-release sections, generated automatically from the old timeline source format. [Feature] #931: Allow overriding of abort behavior via a custom exception-returning callable set as env.abort_exception. Thanks to Chris Rose for the patch.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fabric/Makefile5
-rw-r--r--sysutils/fabric/PLIST3
-rw-r--r--sysutils/fabric/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index fa622eadb5d..674c49b7b6d 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.30 2013/08/06 20:13:01 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2013/10/21 18:09:30 gls Exp $
-VERSION= 1.7.0
+VERSION= 1.8.0
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
MASTER_SITES= http://pypi.python.org/packages/source/F/Fabric/
+FETCH_USING= curl
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://fabfile.org/
diff --git a/sysutils/fabric/PLIST b/sysutils/fabric/PLIST
index 7139f72baca..603b3a3ac88 100644
--- a/sysutils/fabric/PLIST
+++ b/sysutils/fabric/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2012/11/28 17:48:45 gls Exp $
+@comment $NetBSD: PLIST,v 1.14 2013/10/21 18:09:30 gls Exp $
bin/fab
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -112,6 +112,7 @@ share/doc/fabric/faq.rst
share/doc/fabric/index.rst
share/doc/fabric/installation.rst
share/doc/fabric/roadmap.rst
+share/doc/fabric/troubleshooting.rst
share/doc/fabric/tutorial.rst
share/doc/fabric/usage/env.rst
share/doc/fabric/usage/execution.rst
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index 40d37de5ff0..b10a61db218 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2013/08/06 18:28:30 gls Exp $
+$NetBSD: distinfo,v 1.23 2013/10/21 18:09:30 gls Exp $
-SHA1 (Fabric-1.7.0.tar.gz) = 8ed1b7dc3e01a3d2ac9ecb5824411e742313ad6f
-RMD160 (Fabric-1.7.0.tar.gz) = 70a392871d6aaa40db6f7d5dda106e739f07dcd9
-Size (Fabric-1.7.0.tar.gz) = 219360 bytes
+SHA1 (Fabric-1.8.0.tar.gz) = 3c999323be3b7512e634dce3ae02c8fedab1ea87
+RMD160 (Fabric-1.8.0.tar.gz) = c670cc03a5e10d6d8a43b15deb98e75e23c20c4e
+Size (Fabric-1.8.0.tar.gz) = 219420 bytes