Revision
90043
Author
macsforever2000@macports.org
Date
2012-02-19 21:21:09 -0800 (Sun, 19 Feb 2012)

Log Message

py-omniORBpy: fix syntax error.

Modified Paths

Diff

Modified: trunk/dports/python/py-omniORBpy/Portfile (90042 => 90043)


--- trunk/dports/python/py-omniORBpy/Portfile	2012-02-20 05:17:42 UTC (rev 90042)
+++ trunk/dports/python/py-omniORBpy/Portfile	2012-02-20 05:21:09 UTC (rev 90043)
@@ -18,9 +18,9 @@
 distname            omniORBpy-${version}
 
 use_bzip2           yes
-checksums           md5     d054e99c89c20f86927c52010e9e7449 \ 
-	 	                    sha1    e598bd25289d0a2a09da4c7241513202c8b9adb4 \ 
-	 	                    rmd160  5b389a31907510800ef0913e2e3855038e6a4cf9
+checksums           md5     d054e99c89c20f86927c52010e9e7449 \
+                    sha1    e598bd25289d0a2a09da4c7241513202c8b9adb4 \
+                    rmd160  5b389a31907510800ef0913e2e3855038e6a4cf9
 
 # Use the python subports feature but omniORBpy uses make
 # rather than setup.py for building since there are compiled libraries.