From e1b5dbaea1bb265ad380e739bd56114df50a4f1d Mon Sep 17 00:00:00 2001 From: stas Date: Tue, 4 Dec 2007 12:26:07 +0000 Subject: - Fix a typo in the bundled REXML package. - Bump up portrevision. Approved by: portmgr (marcus) Reported by: mat --- lang/ruby18/files/patch-lib_rexml_document.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/ruby18/files/patch-lib_rexml_document.rb (limited to 'lang/ruby18') diff --git a/lang/ruby18/files/patch-lib_rexml_document.rb b/lang/ruby18/files/patch-lib_rexml_document.rb new file mode 100644 index 00000000000..8f12653cb9d --- /dev/null +++ b/lang/ruby18/files/patch-lib_rexml_document.rb @@ -0,0 +1,11 @@ +--- lib/rexml/document.rb.orig 2007-12-04 03:05:22.000000000 +0300 ++++ lib/rexml/document.rb 2007-12-04 03:05:26.000000000 +0300 +@@ -183,7 +183,7 @@ + output = Output.new( output, xml_decl.encoding ) + end + formatter = if indent > -1 +- if transitive ++ if trans + REXML::Formatters::Transitive.new( indent, ie_hack ) + else + REXML::Formatters::Pretty.new( indent, ie_hack ) -- cgit