summaryrefslogtreecommitdiff
path: root/net/ruby-xmlrpc/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-11-09 22:42:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-11-09 22:42:51 +0000
commitd19916ec555dbd6163146ffdb59c2e6a0f1dcfda (patch)
tree29f2b1a32ba876225833eb496ee3b12ef8e96ba5 /net/ruby-xmlrpc/files
parentCorrect patch file so that cleanly appled. (diff)
Remove a leftover file.
Noted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=93596
Diffstat (limited to 'net/ruby-xmlrpc/files')
-rw-r--r--net/ruby-xmlrpc/files/patch-config.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ruby-xmlrpc/files/patch-config.rb b/net/ruby-xmlrpc/files/patch-config.rb
deleted file mode 100644
index 2c220bf2724c..000000000000
--- a/net/ruby-xmlrpc/files/patch-config.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/config.rb.orig Sun Jan 26 00:07:14 2003
-+++ lib/config.rb Sun Jan 26 20:10:15 2003
-@@ -16,7 +16,7 @@
- # * XMLParser::XMLStreamParser (fastest)
- # * XMLParser::REXMLStreamParser
- # * XMLParser::XMLScanStreamParser
-- DEFAULT_PARSER = XMLParser::NQXMLStreamParser
-+ DEFAULT_PARSER = XMLParser::XMLStreamParser
-
- # enable <nil/> tag
- ENABLE_NIL_CREATE = false