Minor update to nokogiri, with a few bugfixes, see http://www.ruby-forum.com/topic/4409201
Tested on amd64 and i386. Will probably be committing within the next few weeks. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/ruby-nokogiri/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 23 Sep 2012 16:57:35 -0000 1.16 +++ Makefile 20 Dec 2012 16:51:11 -0000 @@ -2,8 +2,7 @@ COMMENT= HTML, XML, SAX and Reader parser -DISTNAME= nokogiri-1.5.5 -REVISION = 0 +DISTNAME= nokogiri-1.5.6 CATEGORIES= textproc HOMEPAGE= http://nokogiri.rubyforge.org/nokogiri @@ -16,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= xml2 exslt xslt +WANTLIB= xml2 exslt xslt z LIB_DEPENDS= textproc/libxslt BUILD_DEPENDS= ${MODRUBY_RAKE_DEPENDS} Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/ruby-nokogiri/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 29 Jun 2012 16:41:53 -0000 1.6 +++ distinfo 20 Dec 2012 16:47:42 -0000 @@ -1,5 +1,2 @@ -MD5 (nokogiri-1.5.5.gem) = tlsmB78bPmzbBJH6q4FuaA== -RMD160 (nokogiri-1.5.5.gem) = vJ+da3r6ppf8z7L0W3gqLctr+MU= -SHA1 (nokogiri-1.5.5.gem) = xQW0YPzwOdtpwIzP5p2i3Li5Xxo= -SHA256 (nokogiri-1.5.5.gem) = dkACGKnnCZ1NbUrSu28SGNgK6Toetn40tB5obTeI1I8= -SIZE (nokogiri-1.5.5.gem) = 209920 +SHA256 (nokogiri-1.5.6.gem) = KKuZ7roicLM2+PlhLltK79xnOnMZrYdL9MYJIiaCZYg= +SIZE (nokogiri-1.5.6.gem) = 217600 Index: patches/patch-Rakefile =================================================================== RCS file: /cvs/ports/textproc/ruby-nokogiri/patches/patch-Rakefile,v retrieving revision 1.3 diff -u -p -r1.3 patch-Rakefile --- patches/patch-Rakefile 29 Jun 2012 16:41:53 -0000 1.3 +++ patches/patch-Rakefile 20 Dec 2012 16:49:20 -0000 @@ -3,23 +3,16 @@ $OpenBSD: patch-Rakefile,v 1.3 2012/06/2 Allow regress tests to work. --- Rakefile.orig Wed Dec 31 16:00:00 1969 -+++ Rakefile Tue Jun 26 15:04:00 2012 -@@ -47,12 +47,12 @@ HOE = Hoe.spec 'nokogiri' do - ["minitest", "~> 2.2.2"], - ["rake", ">= 0.9"], - ["rake-compiler", "= 0.8.0"] -- ] -+ ].clear - if ! java? - self.extra_dev_deps += [ - ["racc", ">= 1.4.6"], - ["rexical", ">= 1.0.5"] -- ] -+ ].clear - end ++++ Rakefile Thu Dec 20 08:49:16 2012 +@@ -52,6 +52,7 @@ HOE = Hoe.spec 'nokogiri' do + ["racc", ">= 1.4.6"], + ["rexical", ">= 1.0.5"] + ] ++ self.extra_dev_deps = [] if java? -@@ -90,6 +90,7 @@ else + self.spec_extras = { :platform => 'java' } +@@ -88,6 +89,7 @@ else mingw_available = true begin require 'tasks/cross_compile' Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/textproc/ruby-nokogiri/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 7 Jun 2012 15:35:58 -0000 1.6 +++ pkg/PLIST 20 Dec 2012 16:57:22 -0000 @@ -237,6 +237,10 @@ ${GEM_LIB}/gems/${DISTNAME}/test/files/s ${GEM_LIB}/gems/${DISTNAME}/test/files/staff.dtd ${GEM_LIB}/gems/${DISTNAME}/test/files/staff.xml ${GEM_LIB}/gems/${DISTNAME}/test/files/staff.xslt +${GEM_LIB}/gems/${DISTNAME}/test/files/test_document_url/ +${GEM_LIB}/gems/${DISTNAME}/test/files/test_document_url/bar.xml +${GEM_LIB}/gems/${DISTNAME}/test/files/test_document_url/document.dtd +${GEM_LIB}/gems/${DISTNAME}/test/files/test_document_url/document.xml ${GEM_LIB}/gems/${DISTNAME}/test/files/tlm.html ${GEM_LIB}/gems/${DISTNAME}/test/files/to_be_xincluded.xml ${GEM_LIB}/gems/${DISTNAME}/test/files/valid_bar.xml