id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	port
34202	A bug in port1.0/group/ruby-1.0.tcl for installing ports rb19-* with rubygems	hiroki@…	macports-tickets@lists.macosforge.org	"Some rb19-ports are installed by rubygems, for example ""rb19-arel"".

I found that they will not be installed under the directory ""/opt/local/lib/ruby19/gems/1.9.1/{cache, doc, gem, specification}"", but 
under the directory ""/opt/local/lib/ruby19/gems/{cache, doc, gem, specification}"",
and they can not be used.

This is probably because, ""Config:CONFIG"" in the line 42 of ""port1.0/group/ruby-1.0.tcl"" is obsolete in ruby 1.9, and ""RbConfig:CONFIG"" should be used instead.

After I replaced ""Config:CONFIG"" to ""RbConfig:CONFIG"", the rb19-ports using rubygems are installed in the correct directory, and they can be used.

Probably, this is a bug in ""port1.0/group/ruby-1.0.tcl"".

"	defect	closed	High		ports	2.0.99	fixed	ruby19 gems	kimuraw@…	
