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

Log Message

py-omniORBpy: Revert to version 3.4 to match omniORB port.

Modified Paths

Diff

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


--- trunk/dports/python/py-omniORBpy/Portfile	2012-02-20 05:02:26 UTC (rev 90041)
+++ trunk/dports/python/py-omniORBpy/Portfile	2012-02-20 05:17:42 UTC (rev 90042)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-omniORBpy
-version             3.6
+version             3.4
 categories          python devel
 maintainers         stromnov openmaintainer
 description         Python bindings for omniORB
@@ -18,9 +18,9 @@
 distname            omniORBpy-${version}
 
 use_bzip2           yes
-checksums           md5     a7ab4789b913313f18a1171ff7a140b7 \
-                    sha1    2def5ded7cd30e8d298113ed450b7bd09eaaf26f \
-                    rmd160  96b73cfcac7f2b8df2894c93b3e422bd85412251
+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.