Opened 14 years ago
Closed 14 years ago
#25070 closed defect (fixed)
make ruby portgroup work with 1.9 program suffix
Reported by: | singingwolfboy@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | kimuraw (kimura wataru) | |
Port: | ruby19 |
Description
The Ruby portgroup currently doesn't work with the default 1.9 ruby suffix applied to the ruby19 port. When ruby gem ports are written using this portgroup, they install to ${prefix}/lib/ruby instead of ${prefix}/lib/ruby1.9, and as a result, irb1.9 can't load them. I've attached a patch to fix this problem.
Attachments (1)
Change History (4)
Changed 14 years ago by singingwolfboy@…
Attachment: | ruby-group.patch added |
---|
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | kimuraw@… added |
---|---|
Owner: | changed from jmr@… to macports-tickets@… |
comment:2 Changed 14 years ago by singingwolfboy@…
@jmr: I assigned it to you because, according to the SVN ID header line, you were the last person to modify that file, so I assumed that you would be in charge of it. Apparently I was wrong: sorry. :(
comment:3 Changed 14 years ago by singingwolfboy@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Nobody else was taking any action on this, so I have committed it in r68327.
Note: See
TracTickets for help on using
tickets.
Why did you assign this to me? I don't maintain any ruby stuff.