From 0e14460b39ed85541b535bd31436da3e734b93cd Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Tue, 22 Oct 2013 12:02:58 +0000 Subject: 2013-10-10 devel/ruby-sdl: Does not work with Ruby 1.9 2013-10-22 games/magicmaze: Does not work with Ruby 1.9 2013-10-10 lang/ruby18: Please use lang/ruby19 2013-10-10 www/rubygem-mongrel_cluster: Does not work with Ruby 1.9 2013-10-10 www/rubygem-mongrel: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rails-app-installer: Does not work with Ruby 1.9 2013-10-22 www/typo: Does not work with Ruby 1.9 --- lang/ruby18/files/patch-lib_uri_generic.rb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lang/ruby18/files/patch-lib_uri_generic.rb (limited to 'lang/ruby18/files/patch-lib_uri_generic.rb') diff --git a/lang/ruby18/files/patch-lib_uri_generic.rb b/lang/ruby18/files/patch-lib_uri_generic.rb deleted file mode 100644 index 09efb83d9029..000000000000 --- a/lang/ruby18/files/patch-lib_uri_generic.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/uri/generic.rb.orig 2009-06-18 16:10:22.000000000 +0400 -+++ lib/uri/generic.rb 2009-06-18 16:10:51.000000000 +0400 -@@ -1027,7 +1027,15 @@ - end - end - -- str << path_query -+ path = path_query -+ -+ # -+ # Add URI delimiter if the path misses it (like as in FTP) -+ # -+ if not path.empty? and not str.empty? and path[0, 1] != '/' -+ path = '/' + path -+ end -+ str << path - end - - if @fragment -- cgit v1.2.3