mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix rubygems location for ruby 1.9, which got broken after the last
update. - Bump portrevision. Submitted by: Aaron Gifford <astounding@gmail.com> (based on)
This commit is contained in:
parent
0d366f55f9
commit
27705ea5ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248811
@ -198,7 +198,7 @@ RUBY19= "@comment "
|
||||
# Ruby 1.9
|
||||
#
|
||||
RUBY_RELVERSION= 1.9.1
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 376
|
||||
|
||||
|
12
lang/ruby19/files/patch-gem_prelude.rb
Normal file
12
lang/ruby19/files/patch-gem_prelude.rb
Normal file
@ -0,0 +1,12 @@
|
||||
--- gem_prelude.rb.orig 2010-01-29 08:19:47.000000000 +0300
|
||||
+++ gem_prelude.rb 2010-01-29 08:20:04.000000000 +0300
|
||||
@@ -115,9 +115,6 @@
|
||||
if defined? RUBY_FRAMEWORK_VERSION then
|
||||
File.join File.dirname(ConfigMap[:sitedir]), 'Gems',
|
||||
ConfigMap[:ruby_version]
|
||||
- elsif RUBY_VERSION > '1.9' then
|
||||
- File.join(ConfigMap[:libdir], ConfigMap[:ruby_install_name], 'gems',
|
||||
- ConfigMap[:ruby_version])
|
||||
else
|
||||
File.join(ConfigMap[:libdir], ruby_engine, 'gems',
|
||||
ConfigMap[:ruby_version])
|
Loading…
Reference in New Issue
Block a user