diff options
Diffstat (limited to 'devel/py-fabric/Makefile')
-rw-r--r-- | devel/py-fabric/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-fabric/Makefile b/devel/py-fabric/Makefile index 95e03333e14a..d45287173ee9 100644 --- a/devel/py-fabric/Makefile +++ b/devel/py-fabric/Makefile @@ -6,11 +6,11 @@ # PORTNAME= fabric -PORTVERSION= 0.1.1 +PORTVERSION= 0.9a2 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= http://distfiles.yzlin.org/ \ + http://git.fabfile.org/cgit.cgi/fabric/snapshot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Fabric-${PORTVERSION} MAINTAINER= yzlin@cs.nctu.edu.tw COMMENT= A simple pythonic remote deployment tool |