Opened 11 years ago

Last modified 11 years ago

#38359 closed defect

executable name of port:ruby, "ruby" to "ruby1.8" — at Version 2

Reported by: kimuraw (kimura wataru) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: dluke@…, blair@…, raimue@…, nigel@…
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I introduced "port select ruby" at r103918. 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 \

Change History (2)

comment:1 Changed 11 years ago by danielluke (Daniel J. Luke)

You've got my OK for subversion-rubybindings.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.