Revision
75462
Author
snc@macports.org
Date
2011-01-25 11:51:00 -0800 (Tue, 25 Jan 2011)

Log Message

fix checksum bugs

Modified Paths

Diff

Modified: trunk/dports/python/py26-hgsvn/Portfile (75461 => 75462)


--- 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 (75461 => 75462)


--- 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 (75461 => 75462)


--- 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