[75462] trunk/dports/python

snc at macports.org snc at macports.org
Tue Jan 25 11:51:01 PST 2011


Revision: 75462
          http://trac.macports.org/changeset/75462
Author:   snc at macports.org
Date:     2011-01-25 11:51:00 -0800 (Tue, 25 Jan 2011)
Log Message:
-----------
fix checksum bugs

Modified Paths:
--------------
    trunk/dports/python/py26-hgsvn/Portfile
    trunk/dports/python/py26-sqlite/Portfile
    trunk/dports/python/py26-twisted-web2/Portfile

Modified: trunk/dports/python/py26-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py26-hgsvn/Portfile	2011-01-25 19:40:30 UTC (rev 75461)
+++ trunk/dports/python/py26-hgsvn/Portfile	2011-01-25 19:51:00 UTC (rev 75462)
@@ -17,9 +17,10 @@
 
 master_sites            http://pypi.python.org/packages/source/h/hgsvn
 distname                hgsvn-${version}
-checksums               sha1    029eeb5646228194d4677d2f4e3e33bc41da44cc \ 
-                        rmd160  af056571b2d25110b61cffbf5512cb35967a7c1f
 
+checksums           sha1    029eeb5646228194d4677d2f4e3e33bc41da44cc \
+                    rmd160  af056571b2d25110b61cffbf5512cb35967a7c1f
+
 depends_lib-append      port:mercurial \
                         port:subversion \
                         port:py26-distribute

Modified: trunk/dports/python/py26-sqlite/Portfile
===================================================================
--- trunk/dports/python/py26-sqlite/Portfile	2011-01-25 19:40:30 UTC (rev 75461)
+++ trunk/dports/python/py26-sqlite/Portfile	2011-01-25 19:51:00 UTC (rev 75462)
@@ -16,7 +16,8 @@
 homepage            http://pysqlite.googlecode.com/
 master_sites        googlecode:pysqlite
 distname            pysqlite-${version}
-checksums           sha1    bba2a700f98f979fdf7b224db34d95ff94c2a5d7 \ 
+
+checksums           sha1    bba2a700f98f979fdf7b224db34d95ff94c2a5d7 \
                     rmd160  654ac5b914dfe6f990277b5d95e1ec592e5c2ee0
 
 depends_lib-append  port:sqlite3

Modified: trunk/dports/python/py26-twisted-web2/Portfile
===================================================================
--- trunk/dports/python/py26-twisted-web2/Portfile	2011-01-25 19:40:30 UTC (rev 75461)
+++ trunk/dports/python/py26-twisted-web2/Portfile	2011-01-25 19:51:00 UTC (rev 75462)
@@ -23,7 +23,8 @@
 master_sites        http://tmrc.mit.edu/mirror/twisted/Web2/8.1
 distname            TwistedWeb2-${version}
 use_bzip2           yes
-checksums           sha1    4a03e62453037b009ee5f0e1396be792249b9e2f \ 
+
+checksums           sha1    4a03e62453037b009ee5f0e1396be792249b9e2f \
                     rmd160  b77f70a62c93e13f51ab715ff6d1c379885a28bc
 
 depends_build-append    port:py26-twisted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110125/71556a05/attachment.html>


More information about the macports-changes mailing list