diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-20 14:57:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-20 14:57:33 +0000 |
commit | 97a290bd3fd377601390863e445242d527055025 (patch) | |
tree | 1fa41d4dfa205eaa7944b461d025e0825294492a /lang/ruby25/files/patch-tool_mkconfig.rb | |
parent | Document ruby vulnerability (diff) |
Update to 2.5.3
- Move USES upward
- Remove no-op MLINKS and create symlinks for manpages
- Sort INSTALLED_SCRIPTS
- Regenerate patch files with makepatch:
Changes: https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/
https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-5-2-released/
PR: 232431
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Security: afc60484-0652-440e-b01a-5ef814747f06
MFH: 2018Q4
Notes
Notes:
svn path=/head/; revision=482554
Diffstat (limited to 'lang/ruby25/files/patch-tool_mkconfig.rb')
-rw-r--r-- | lang/ruby25/files/patch-tool_mkconfig.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby25/files/patch-tool_mkconfig.rb b/lang/ruby25/files/patch-tool_mkconfig.rb index fe3fa72e5eb9..66ad748e54d4 100644 --- a/lang/ruby25/files/patch-tool_mkconfig.rb +++ b/lang/ruby25/files/patch-tool_mkconfig.rb @@ -1,6 +1,6 @@ ---- tool/mkconfig.rb.orig 2015-12-09 20:53:21 UTC +--- tool/mkconfig.rb.orig 2017-05-02 12:45:07 UTC +++ tool/mkconfig.rb -@@ -168,8 +168,9 @@ def vars.expand(val, config = self) +@@ -157,8 +157,9 @@ def vars.expand(val, config = self) val.replace(newval) unless newval == val val end @@ -11,4 +11,4 @@ +rubyarchdir = "/lib/ruby/#{major}.#{minor}/#{arch}" relative_archdir = rubyarchdir.rindex(prefix, 0) ? rubyarchdir[prefix.size..-1] : rubyarchdir puts %[\ - # frozen-string-literal: false + # encoding: ascii-8bit |