summaryrefslogtreecommitdiff
path: root/textproc/rubygem-nokogiri
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r--textproc/rubygem-nokogiri/Makefile4
-rw-r--r--textproc/rubygem-nokogiri/distinfo6
-rw-r--r--textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb8
-rw-r--r--textproc/rubygem-nokogiri/files/patch-gemspec10
4 files changed, 14 insertions, 14 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index d7c4e9e20fd7..72990f861f39 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nokogiri
-PORTVERSION= 1.7.2
+PORTVERSION= 1.8.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -9,7 +9,7 @@ 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}
diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo
index 85e64dc3ba1d..8a8876b78b72 100644
--- a/textproc/rubygem-nokogiri/distinfo
+++ b/textproc/rubygem-nokogiri/distinfo
@@ -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
diff --git a/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb b/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb
index 5c99594f2d83..bd27990be65f 100644
--- a/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb
+++ b/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb
@@ -1,8 +1,8 @@
---- 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)'],
diff --git a/textproc/rubygem-nokogiri/files/patch-gemspec b/textproc/rubygem-nokogiri/files/patch-gemspec
index 6c153170cdc5..48be7443053e 100644
--- a/textproc/rubygem-nokogiri/files/patch-gemspec
+++ b/textproc/rubygem-nokogiri/files/patch-gemspec
@@ -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<mini_portile2>.freeze, ["~> 2.1.0"])
+- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.2.0"])
s.add_development_dependency(%q<hoe-bundler>.freeze, ["~> 1.2.0"])
- s.add_development_dependency(%q<hoe-debugging>.freeze, ["~> 1.2.1"])
+ s.add_development_dependency(%q<hoe-debugging>.freeze, ["~> 1.3.0"])
s.add_development_dependency(%q<hoe-gemspec>.freeze, ["~> 1.0.0"])