[53950] trunk/dports/python/py26-fabric/Portfile

snc at macports.org snc at macports.org
Thu Jul 16 17:35:47 PDT 2009


Revision: 53950
          http://trac.macports.org/changeset/53950
Author:   snc at macports.org
Date:     2009-07-16 17:35:46 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
updated version, updated host, removed default categories, ticket #20254. maintainer timeout.

Modified Paths:
--------------
    trunk/dports/python/py26-fabric/Portfile

Modified: trunk/dports/python/py26-fabric/Portfile
===================================================================
--- trunk/dports/python/py26-fabric/Portfile	2009-07-17 00:31:14 UTC (rev 53949)
+++ trunk/dports/python/py26-fabric/Portfile	2009-07-17 00:35:46 UTC (rev 53950)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -2,9 +3,8 @@
 PortGroup           python26 1.0
-                  
+
 name                py26-fabric
-version             0.1.1
-categories          python
+version             0.9b1
 platforms           darwin
 maintainers         arthurk openmaintainer
-homepage            http://www.nongnu.org/fab/
+homepage            http://fabfile.org/
 description         Fabric is a simple pythonic remote deployment tool.
@@ -22,11 +22,11 @@
                     Unlike Capistrano, Fabric want's to stay small, light, \
                     easy to change and not bound to any specific framework.
 
-master_sites        http://download.savannah.gnu.org/releases/fab/
-distname            fab-${version}
-checksums           md5 63a5301c584825f0b7c5e7274e1c00df \
-                    sha1 a8c691cd1d9dc0f0e671ac5938b59882fe22a937 \
-                    rmd160 c879f2d45464063ed9a50f23307cce9372904bb9
+master_sites        http://git.fabfile.org/cgit.cgi/fabric/snapshot/
+distname            fabric-${version}
+checksums           md5     0acf052c6f0a12247610cec8ccafad03 \
+                    sha1    baf776b331a490945cfd142f472f46af51f7d90b \
+                    rmd160  868f0cb3d623f542b1b3eeb80ea9047d35606f7e
 
 depends_lib-append  port:py26-setuptools \
                     port:py26-paramiko
@@ -37,5 +37,5 @@
 }
 
 livecheck.check     regex
-livecheck.url       http://pypi.python.org/pypi/Fabric
-livecheck.regex     Fabric (0\.\[0-9\]+\.\[0-9\]+)
+livecheck.url       http://git.fabfile.org/cgit.cgi/fabric/
+livecheck.regex     fabric-(0\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/0a1c6bb9/attachment.html>


More information about the macports-changes mailing list