Index: head/textproc/rubygem-nokogiri/Makefile =================================================================== --- head/textproc/rubygem-nokogiri/Makefile (revision 442655) +++ head/textproc/rubygem-nokogiri/Makefile (revision 442656) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= nokogiri -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= --use-system-libraries USE_GNOME= libxml2 libxslt USE_RUBY= yes USES= gem gnome pkgconfig PLIST_FILES= bin/nokogiri post-install: ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} ${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/ .include Index: head/textproc/rubygem-nokogiri/distinfo =================================================================== --- head/textproc/rubygem-nokogiri/distinfo (revision 442655) +++ head/textproc/rubygem-nokogiri/distinfo (revision 442656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494430270 -SHA256 (rubygem/nokogiri-1.7.2.gem) = 0c9cca0ccfb1963fa235c35bc4ca767522fa186670d3b943ef79e692efc0a849 -SIZE (rubygem/nokogiri-1.7.2.gem) = 9153024 +TIMESTAMP = 1496638193 +SHA256 (rubygem/nokogiri-1.8.0.gem) = d6e693278e3c26f828339705e14a149de5ac824771e59c6cd9e6c91ebad7ced9 +SIZE (rubygem/nokogiri-1.8.0.gem) = 9171456 Index: head/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb =================================================================== --- head/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb (revision 442655) +++ head/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb (revision 442656) @@ -1,46 +1,46 @@ ---- ext/nokogiri/extconf.rb.orig 2016-09-12 13:46:37 UTC +--- ext/nokogiri/extconf.rb.orig 2017-06-05 04:54:11 UTC +++ ext/nokogiri/extconf.rb -@@ -671,6 +671,43 @@ if ENV['CPUPROFILE'] - end - end +@@ -658,6 +658,43 @@ have_func('xmlRelaxNGSetValidStructuredE + have_func('xmlSchemaSetValidStructuredErrors') + have_func('xmlSchemaSetParserStructuredErrors') +$INSTALLFILES = [ + ['html_document.h', '$(archdir)'], + ['html_element_description.h', '$(archdir)'], + ['html_entity_lookup.h', '$(archdir)'], + ['html_sax_parser_context.h', '$(archdir)'], + ['html_sax_push_parser.h', '$(archdir)'], + ['nokogiri.h', '$(archdir)'], + ['xml_attr.h', '$(archdir)'], + ['xml_attribute_decl.h', '$(archdir)'], + ['xml_cdata.h', '$(archdir)'], + ['xml_comment.h', '$(archdir)'], + ['xml_document.h', '$(archdir)'], + ['xml_document_fragment.h', '$(archdir)'], + ['xml_dtd.h', '$(archdir)'], + ['xml_element_content.h', '$(archdir)'], + ['xml_element_decl.h', '$(archdir)'], + ['xml_encoding_handler.h', '$(archdir)'], + ['xml_entity_decl.h', '$(archdir)'], + ['xml_entity_reference.h', '$(archdir)'], + ['xml_io.h', '$(archdir)'], + ['xml_libxml2_hacks.h', '$(archdir)'], + ['xml_namespace.h', '$(archdir)'], + ['xml_node.h', '$(archdir)'], + ['xml_node_set.h', '$(archdir)'], + ['xml_processing_instruction.h', '$(archdir)'], + ['xml_reader.h', '$(archdir)'], + ['xml_relax_ng.h', '$(archdir)'], + ['xml_sax_parser.h', '$(archdir)'], + ['xml_sax_parser_context.h', '$(archdir)'], + ['xml_sax_push_parser.h', '$(archdir)'], + ['xml_schema.h', '$(archdir)'], + ['xml_syntax_error.h', '$(archdir)'], + ['xml_text.h', '$(archdir)'], + ['xml_xpath_context.h', '$(archdir)'], + ['xslt_stylesheet.h', '$(archdir)'], +] + create_makefile('nokogiri/nokogiri') if enable_config('clean', true) Index: head/textproc/rubygem-nokogiri/files/patch-gemspec =================================================================== --- head/textproc/rubygem-nokogiri/files/patch-gemspec (revision 442655) +++ head/textproc/rubygem-nokogiri/files/patch-gemspec (revision 442656) @@ -1,10 +1,10 @@ ---- nokogiri.gemspec.orig 2016-12-31 08:58:24.802552000 -0500 -+++ nokogiri.gemspec 2016-12-31 08:59:23.202400000 -0500 -@@ -27,7 +27,6 @@ +--- nokogiri.gemspec.orig 2017-06-05 04:54:12 UTC ++++ nokogiri.gemspec +@@ -27,7 +27,6 @@ Gem::Specification.new do |s| s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, ["~> 2.1.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 2.2.0"]) s.add_development_dependency(%q.freeze, ["~> 1.2.0"]) - s.add_development_dependency(%q.freeze, ["~> 1.2.1"]) + s.add_development_dependency(%q.freeze, ["~> 1.3.0"]) s.add_development_dependency(%q.freeze, ["~> 1.0.0"])