aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-12-04 20:26:07 +0800
committerstas <stas@FreeBSD.org>2007-12-04 20:26:07 +0800
commite1b5dbaea1bb265ad380e739bd56114df50a4f1d (patch)
treee194993f10b28794b9e323959a9f7d9b85f82b32 /lang/ruby18
parentabc15cd5f74df466087b5bd4ddee26c0c36bf976 (diff)
downloadfreebsd-ports-graphics-e1b5dbaea1bb265ad380e739bd56114df50a4f1d.tar.gz
freebsd-ports-graphics-e1b5dbaea1bb265ad380e739bd56114df50a4f1d.tar.zst
freebsd-ports-graphics-e1b5dbaea1bb265ad380e739bd56114df50a4f1d.zip
- Fix a typo in the bundled REXML package.
- Bump up portrevision. Approved by: portmgr (marcus) Reported by: mat
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/files/patch-lib_rexml_document.rb11
1 files changed, 11 insertions, 0 deletions
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 )