diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 11:30:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 11:30:22 +0000 |
commit | 437ecf5ddb849ce9cdd6ba0c2641cdba36476cbe (patch) | |
tree | 382675c6df3376dd2e32c2b3dd4ddaa62796e340 /textproc | |
parent | 350bca56a9aa8273bc2849ab06f73ca4aa7991cd (diff) | |
download | pkgsrc-437ecf5ddb849ce9cdd6ba0c2641cdba36476cbe.tar.gz |
Update ruby-nokogiri to 1.5.5.
== 1.5.5 / unreleased
* Features
* Much-improved support for JRuby in 1.9 mode! Yay!
* Bugfixes
* Regression in JRuby Nokogiri add_previous_sibling (1.5.0 -> 1.5.1) #691
(Thanks, John Shahid!)
* JRuby unable to create HTML doc if URL arg provided #674 (Thanks, John
Shahid!)
* JRuby raises NullPointerException when given HTML document is nil or empty
string. #699
* JRuby 1.9 error, uncaught throw 'encoding_found', has been fixed. #673
* Invalid encoding returned in JRuby with US-ASCII. #583
* XmlSaxPushParser raises IndexOutOfBoundsException when over 512 characters
are given. #567, #615
* When xpath evaluation returns empty NodeSet, decorating NodeSet's base
document raises exception. #514
* JRuby raises exception when xpath with namespace is specified. pull
request #681 (Thanks, Piotr Szmielew)
* JRuby renders nodes without their namespace when subclassing Node. #695
* JRuby raises NAMESPACE_ERR (org.w3c.dom.DOMException) while instantiating
RDF::RDFXML::Writer. #683
* JRuby is not able to use namespaces in xpath. #493
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-nokogiri/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 0662b17bc41..cc1fbe61a6e 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/06/14 07:44:42 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/16 11:30:22 taca Exp $ -DISTNAME= nokogiri-1.5.4 -PKGREVISION= 1 +DISTNAME= nokogiri-1.5.5 CATEGORIES= textproc MAINTAINER= filip@joyent.com diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index b6a76237445..f65057758d8 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/06/13 14:42:40 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/09/16 11:30:22 taca Exp $ -SHA1 (nokogiri-1.5.4.gem) = e36f94575211c91442036422930e804ecabd37cb -RMD160 (nokogiri-1.5.4.gem) = ab9636060245e332169c9e4109b8c75f1eea46ba -Size (nokogiri-1.5.4.gem) = 206848 bytes +SHA1 (nokogiri-1.5.5.gem) = c505b460fcf039db69c08ccfe69da2dcb8b95f1a +RMD160 (nokogiri-1.5.5.gem) = bc9f9d6b7afaa697fccfb2f45b782a2dcb6bf8c5 +Size (nokogiri-1.5.5.gem) = 209920 bytes |