summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-06-02 01:13:00 +0000
committertaca <taca>2012-06-02 01:13:00 +0000
commit47d81ec61bcddf8a2c3f2cfa3d8e560bab67e55d (patch)
treefbeb8a275b89eb6a4eeb73819d9a570e5b426ec0 /textproc/ruby-nokogiri/Makefile
parent9364927616a8301f6941a51fec719ca20000516d (diff)
downloadpkgsrc-47d81ec61bcddf8a2c3f2cfa3d8e560bab67e55d.tar.gz
Update ruby-nokogiri to 1.5.3.
== 1.5.3 / 2012-06-01 * Features * Support for "prefixless" CSS selectors ~, > and + like jQuery supports. #621, #623. (Thanks, David Lee!) * Attempting to improve installation on homebrew 0.9 (with regards to iconv). Isn't package management convenient? * Bugfixes * Custom xpath functions with empty nodeset arguments cause a segfault. #634. * Nokogiri::XML::Node#css now works for XML documents with default namespaces when the rule contains attribute selector without namespace. * Fixed marshalling bugs around how arguments are passed to (and returned from) XSLT custom xpath functions. #640. * Nokogiri::XML::Reader#outer_xml is broken in JRuby #617 * Nokogiri::XML::Attribute on JRuby returns a nil namespace #647 * Nokogiri::XML::Node#namespace= cannot set a namespace without a prefix on JRuby #648 * [JRuby] 1.9 mode causes dead lock while running rake #571 * HTML::Document#meta_encoding does not raise exception on docs with malformed content-type. #655 * Fixing segfault related to unsupported encodings in in-context parsing on 1.8.7. #643 * [JRuby] Concurrency issue in XPath parsing. #682
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r--textproc/ruby-nokogiri/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
index 7ade8c3f98b..d4c6298ad86 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/03/17 16:51:05 taca Exp $
+# $NetBSD: Makefile,v 1.9 2012/06/02 01:13:00 taca Exp $
-DISTNAME= nokogiri-1.5.2
+DISTNAME= nokogiri-1.5.3
CATEGORIES= textproc
MAINTAINER= filip@joyent.com