diff options
author | taca <taca> | 2011-06-16 15:34:12 +0000 |
---|---|---|
committer | taca <taca> | 2011-06-16 15:34:12 +0000 |
commit | 7e3ca1a4f408e29b5bb6097719648ba6ffb55439 (patch) | |
tree | 41fb8e769718d19476bbc8ab5de2ae7b61936180 /textproc/ruby-nokogiri/Makefile | |
parent | ffc12b50624abcda5b0f93049738e863b651e057 (diff) | |
download | pkgsrc-7e3ca1a4f408e29b5bb6097719648ba6ffb55439.tar.gz |
Update ruby-nokogiri package to 1.4.5.
=== 1.4.5 / 2011-06-15
* New Features
* Nokogiri::HTML::Document#title accessor gets and sets the document title.
* extracted sets of Node::SaveOptions into
Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor)
* Raise an exception if a string is passed to Nokogiri::XML::Schema#validate.
#406
* Bugfixes
* Node#serialize-and-friends now accepts a SaveOption object as the, erm,
save object.
* Nokogiri::CSS::Parser has-a Nokogiri::CSS::Tokenizer
* [JRUBY+FFI only] Weak references are now threadsafe. #355
* Make direct start_element() callback (currently used for
HTML::SAX::Parser) pass attributes in assoc array, just as
emulated start_element() callback does. rel. #356
* HTML::SAX::Parser should call back a block given to parse*() if any, just
as XML::SAX::Parser does.
* Add further encoding detection to HTML parser that libxml2 does not do.
* Document#remove_namespaces! now handles attributes with namespaces. #396
* XSLT::Stylesheet#transform no longer segfaults when handed a
non-XML::Document. #452
* XML::Reader no longer segfaults when under GC pressure. #439
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index a73adcdf77e..aea5a56b3fc 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:44:52 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/16 15:34:12 taca Exp $ -DISTNAME= nokogiri-1.4.4 -PKGREVISION= 2 +DISTNAME= nokogiri-1.4.5 CATEGORIES= textproc MAINTAINER= filip@joyent.com @@ -9,7 +8,7 @@ HOMEPAGE= http://nokogiri.org/ COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support LICENSE= mit -CONFLICTS+= ruby[1-9][0-9]-nokogiri-* +CONFLICTS+= ruby[1-9][0-9]-nokogiri-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |