#38359: executable name of port:ruby, "ruby" to "ruby1.8" -----------------------+-------------------------------- Reporter: kimuraw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: -----------------------+-------------------------------- I introduced "port select ruby" at r103918(https://trac.macports.org/changeset/103918). now, ${prefix}/bin/ruby becomes ${prefix}/bin/ruby1.8. I found the following ports use ${prefix}/bin/ruby in Portfile. Can I change "ruby" to "ruby1.8" in these portfiles? {{{ devel/subversion-rubybindings/Portfile 40:configure.env RUBY=${prefix}/bin/ruby editors/MacVim/Portfile 162: configure.args-append --with-ruby-command=${prefix}/bin/ruby 167: configure.args-append --with-ruby-command=${prefix}/bin/ruby1.9 editors/vim/Portfile 968: configure.args-append --with-ruby-command=${prefix}/bin/ruby 973: configure.args-append --with-ruby-command=${prefix}/bin/ruby1.9 editors/vim-app/Portfile 987: configure.args-append --with-ruby-command=${prefix}/bin/ruby 992: configure.args-append --with-ruby-command=${prefix}/bin/ruby1.9 sysutils/facter/Portfile 36:destroot.cmd ${prefix}/bin/ruby ${worksrcpath}/install.rb \ sysutils/puppet/Portfile 35:destroot.cmd ${prefix}/bin/ruby ${worksrcpath}/install.rb \ }}} -- Ticket URL: <https://trac.macports.org/ticket/38359> MacPorts <http://www.macports.org/> Ports system for OS X