--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-fabric/Portfile	2009-04-11 03:15:07.000000000 -0700
+++ /Users/alan/sysconfig/usr/local/macports/ports/python/py26-fabric/Portfile	2009-07-09 15:06:29.000000000 -0700
@@ -4,11 +4,11 @@ PortSystem          1.0
 PortGroup           python26 1.0
                   
 name                py26-fabric
-version             0.1.1
+version             0.9b1
 categories          python
 platforms           darwin
 maintainers         arthurk openmaintainer
-homepage            http://www.nongnu.org/fab/
+homepage            http://fabfile.org/
 description         Fabric is a simple pythonic remote deployment tool.
 long_description    It is designed to upload files to, and run shell commands \
                     on, a number of servers in parallel or serially. These \
@@ -22,11 +22,12 @@ long_description    It is designed to up
                     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     39c3f283e5de7b3b3bc24a6feccab50b \
+                    sha1    b3e5ddcf2074e79d4f90e894bb1f2032f4d813d3 \
+                    rmd160  80de133526a70cd20c5e2c9a647fa75330609dcc
+
 
 depends_lib-append  port:py26-setuptools \
                     port:py26-paramiko
@@ -37,5 +38,5 @@ post-destroot {
 }
 
 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\]+)
