aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-12-04 20:26:07 +0800
committerStanislav Sedov <stas@FreeBSD.org>2007-12-04 20:26:07 +0800
commit3d86af7e4a383f484cdcfd15c1c020864869f0a0 (patch)
treed2cd7afda5edc2147f23cd22675a94589b254c83 /lang
parentaec817d7db9777fd208cafd90ec32c7258bc6fab (diff)
downloadfreebsd-ports-gnome-3d86af7e4a383f484cdcfd15c1c020864869f0a0.tar.gz
freebsd-ports-gnome-3d86af7e4a383f484cdcfd15c1c020864869f0a0.tar.zst
freebsd-ports-gnome-3d86af7e4a383f484cdcfd15c1c020864869f0a0.zip
- Fix a typo in the bundled REXML package.
- Bump up portrevision. Approved by: portmgr (marcus) Reported by: mat
Diffstat (limited to 'lang')
-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 000000000000..8f12653cb9d8
--- /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 )