diff options
author | gls <gls@pkgsrc.org> | 2011-07-12 20:56:21 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-07-12 20:56:21 +0000 |
commit | 7e4f048e16740942f687c9c41c0e407bacae081d (patch) | |
tree | d35baf43d2fd6136a3b815a5faa7348066ef87f1 /sysutils/fabric/Makefile | |
parent | 541040285f66065b78e4f649f90a53d38e091503 (diff) | |
download | pkgsrc-7e4f048e16740942f687c9c41c0e407bacae081d.tar.gz |
Update sysutils/fabric to 1.1.1
Upstream changes highlights:
Many, many bugfixes.
In release 1.1, highlights are
* #76: New-style tasks have been added. With the addition of the task
decorator and the Task class, you can now "opt-in" and explicitly mark task
functions as tasks, and Fabric will ignore the rest. The original behavior (now
referred to as "classic" tasks) will still take effect if no new-style tasks are
found. Major thanks to Travis Swicegood for the original implementation.
* #56: Namespacing is now possible: Fabric will crawl imported module
objects looking for new-style task objects and build a dotted hierarchy (tasks
named e.g. web.deploy or db.migrations.run), allowing for greater organization.
See Namespaces for details. Thanks again to Travis Swicegood.
Diffstat (limited to 'sysutils/fabric/Makefile')
-rw-r--r-- | sysutils/fabric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 75576ebb2de..d076cbfc97c 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2011/04/23 15:23:53 gls Exp $ +# $NetBSD: Makefile,v 1.11 2011/07/12 20:56:21 gls Exp $ # -VERSION= 1.0.1 +VERSION= 1.1.1 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} CATEGORIES= sysutils net |