Revision: 94825 https://trac.macports.org/changeset/94825 Author: jwa@macports.org Date: 2012-06-30 10:46:07 -0700 (Sat, 30 Jun 2012) Log Message: ----------- make command name to reflect the one built by the framework to enable running tests from IDE Modified Paths: -------------- trunk/dports/python/py-robotframework-ride/Portfile Modified: trunk/dports/python/py-robotframework-ride/Portfile =================================================================== --- trunk/dports/python/py-robotframework-ride/Portfile 2012-06-30 17:15:34 UTC (rev 94824) +++ trunk/dports/python/py-robotframework-ride/Portfile 2012-06-30 17:46:07 UTC (rev 94825) @@ -8,6 +8,8 @@ set internal_name robotframework-ride version 0.46 +revision 1 + license Apache-2.0 categories-append devel @@ -30,8 +32,6 @@ checksums rmd160 e4c62ee26e085093d01216d0041763c24d0375f7 \ sha256 5f3969ed39f8ed55bab580251a30b1aa74a70154e8cca7d0a118ea645081d574 -#python.link_binaries no - if {$subport != $name} { build.cmd ${python.bin} setup.py destroot.cmd ${python.bin} setup.py @@ -39,6 +39,10 @@ port:py${python.version}-wxpython \ port:py${python.version}-paver + post-extract { + reinplace "s/pybot/pybot-${python.branch}/g" $worksrcpath/src/robotide/contrib/testrunner/runprofiles.py + } + notes "To run, use 'arch -i386 ride.py-${python.branch}' to use 32bit architecture" }