summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-09-12 13:45:52 +0000
committertaca <taca@pkgsrc.org>2011-09-12 13:45:52 +0000
commit81dc4e1556b0cefcf00d0564e9ddded0effd86fb (patch)
tree6c969d90c1ccde2ebfc482165488fc228e02f638 /textproc
parentc123a36b1c800430115633859a5a8c32a98dce3b (diff)
downloadpkgsrc-81dc4e1556b0cefcf00d0564e9ddded0effd86fb.tar.gz
Update ruby-libxml pacakge to 2.2.2.
= Release History == 2.2.2 / 2011-08-13 Charlie Savage * ++API CHANGE+++ Reader#relax_ng_validate now takes a RelaxNG object. This is what the documentation has always said it takes, but it previously took a string. In addition, it now returns true or false instead of 0 or -1. Reader#schema_validate now takes a Schema object. This is what the documentation has always said it takes, but it previously took a string. In addition, it now returns true or false instead of 0 or -1. Fixes GitHub issue #30. * Added Parser::Context#close and HTMLParser::Context#close methods that allow the underlying io stream (file, string, etc) to be closed. Once a parser is done parsing its data, it now calls one of these methods. This means that if you parse thousands of files at the same time, without running Ruby's garbage colllector, you won't get a too many files open error. Fixes GitHub issue #29. * Fixed bug where Node#inner_xml caused an error when it had no child nodes. Fixes GitHub issues #31 * Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-libxml/Makefile4
-rw-r--r--textproc/ruby-libxml/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
index cfb05c2a094..125d8475a20 100644
--- a/textproc/ruby-libxml/Makefile
+++ b/textproc/ruby-libxml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/08/17 13:38:30 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/09/12 13:45:52 taca Exp $
-DISTNAME= libxml-ruby-2.2.1
+DISTNAME= libxml-ruby-2.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
CATEGORIES= textproc
diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo
index b9e26328696..263cd8dd407 100644
--- a/textproc/ruby-libxml/distinfo
+++ b/textproc/ruby-libxml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/08/17 13:38:30 taca Exp $
+$NetBSD: distinfo,v 1.7 2011/09/12 13:45:52 taca Exp $
-SHA1 (libxml-ruby-2.2.1.gem) = a8f9c27b0dc2ff38a84700ffd2e8b608a98ae9b8
-RMD160 (libxml-ruby-2.2.1.gem) = 82a548f9949ff51ecdd7811b871c8beeaeef0c7a
-Size (libxml-ruby-2.2.1.gem) = 244224 bytes
+SHA1 (libxml-ruby-2.2.2.gem) = 78970466e8e8dbf49904aa8f63bb51c9fbd95998
+RMD160 (libxml-ruby-2.2.2.gem) = dbe9c534c0d692f98690348773b2e0fc4d6d7ca0
+Size (libxml-ruby-2.2.2.gem) = 244736 bytes