Skip to content

Commit

Permalink
Add "ports affected from this changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
kimuraw committed Mar 9, 2013
1 parent d799ee1 commit d6e22e1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,38 @@ Step 2: introduce `port select ruby`
* add PortGroup select
* add port:ruby_select

ports affected from this changes
--------------------------------

uses ${prefix}/bin/ruby:

% pwd
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports
% ack -a -G Portfile 'bin\/ruby' --ignore-dir=ruby
databases/pqa/Portfile
23: reinplace "s|/usr/local/bin/ruby|/usr/bin/env ruby|g" \

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 \

Note
----

Expand Down

0 comments on commit d6e22e1

Please sign in to comment.