Revision
69187
Author
ryandesign@macports.org
Date
2010-06-27 15:37:47 -0700 (Sun, 27 Jun 2010)

Log Message

py-ctypes: update to 1.0.2

Modified Paths

Diff

Modified: trunk/dports/python/py-ctypes/Portfile (69186 => 69187)


--- trunk/dports/python/py-ctypes/Portfile	2010-06-27 21:55:26 UTC (rev 69186)
+++ trunk/dports/python/py-ctypes/Portfile	2010-06-27 22:37:47 UTC (rev 69187)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-ctypes
-version			1.0.1
+version			1.0.2
 categories		python
 platforms		darwin
 maintainers		nomaintainer
@@ -16,7 +16,11 @@
 
 homepage		http://starship.python.net/crew/theller/ctypes/
 master_sites	sourceforge:ctypes
-checksums		sha1 a723fa162c6bd9f58fc51babcad8ff3154f37a3a
+
+checksums		md5     94ff7aa7f7f71b23bac8a98065d77743 \
+				sha1    7f77f2b507a50f292297831ee50e310037398e14 \
+				rmd160  f8b74c2f9b5646edc916565dd22c51d8819cd6b8
+
 distname		ctypes-${version}
 
 depends_lib-append	port:libffi