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

arthurk at macports.org arthurk at macports.org
Tue Jul 28 15:45:19 PDT 2009


Revision: 54511
          http://trac.macports.org/changeset/54511
Author:   arthurk at macports.org
Date:     2009-07-28 15:45:19 -0700 (Tue, 28 Jul 2009)
Log Message:
-----------
Use zip archive. tar.gz has different checksums on every download

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

Modified: trunk/dports/python/py26-fabric/Portfile
===================================================================
--- trunk/dports/python/py26-fabric/Portfile	2009-07-28 22:40:28 UTC (rev 54510)
+++ trunk/dports/python/py26-fabric/Portfile	2009-07-28 22:45:19 UTC (rev 54511)
@@ -24,9 +24,10 @@
 
 master_sites        http://git.fabfile.org/cgit.cgi/fabric/snapshot/
 distname            fabric-${version}
-checksums           md5     0acf052c6f0a12247610cec8ccafad03 \
-                    sha1    baf776b331a490945cfd142f472f46af51f7d90b \
-                    rmd160  868f0cb3d623f542b1b3eeb80ea9047d35606f7e
+use_zip             yes
+checksums           md5     2f1b02a6d082c6af6b16a6b56a1a00c5 \
+                    sha1    aca71d1a75a1f850a45297ed2eb8c745bc2bb3c2 \
+                    rmd160  9a9164049bb53814e304942eebe50cc08f73513b
 
 depends_lib-append  port:py26-setuptools \
                     port:py26-paramiko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090728/6dcd8c1c/attachment.html>


More information about the macports-changes mailing list