Modified: trunk/dports/python/py-robotframework-ride/Portfile (115487 => 115488)
--- trunk/dports/python/py-robotframework-ride/Portfile 2014-01-03 10:02:53 UTC (rev 115487)
+++ trunk/dports/python/py-robotframework-ride/Portfile 2014-01-03 11:46:05 UTC (rev 115488)
@@ -9,7 +9,7 @@
set internal_name robotframework-ride
version 1.2.3
-revision 3
+revision 4
license Apache-2
@@ -39,10 +39,11 @@
# TODO: this port probably needs a variant to switch between py-wxpython-2.8 and py-wxpython-3.0
# until it starts working properly on py-wxpython-3.0
- if {${os.major}>=12} {
- depends_lib-delete port:py${python.version}-wxpython-2.8
- depends_lib-append port:py${python.version}-wxpython-3.0
- }
+ # Depending on 2.8 for now
+# if {${os.major}>=12} {
+# depends_lib-delete port:py${python.version}-wxpython-2.8
+# depends_lib-append port:py${python.version}-wxpython-3.0
+# }
post-extract {
reinplace "s/pybot/pybot-${python.branch}/g" $worksrcpath/src/robotide/contrib/testrunner/runprofiles.py