aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-nokogiri
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-09-20 16:32:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-09-20 16:32:47 +0000
commitd90c93fec74e5f06e5c81c68aee58f569bab036b (patch)
tree9454be3907160da311253f52c2a0cfc9fcd2829b /textproc/rubygem-nokogiri
parent7d5f40fd3408fe759bacd63d2c5d22432f0ba602 (diff)
Update to 1.8.1
- Regenerate patch file with makepatch: Changes: https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=450224
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r--textproc/rubygem-nokogiri/Makefile3
-rw-r--r--textproc/rubygem-nokogiri/distinfo6
-rw-r--r--textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb21
-rw-r--r--textproc/rubygem-nokogiri/files/patch-gemspec10
4 files changed, 15 insertions, 25 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index bc16332cbd2c..857db77b42f4 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= nokogiri
-PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTVERSION= 1.8.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo
index 8a8876b78b72..f34a94915664 100644
--- a/textproc/rubygem-nokogiri/distinfo
+++ b/textproc/rubygem-nokogiri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496638193
-SHA256 (rubygem/nokogiri-1.8.0.gem) = d6e693278e3c26f828339705e14a149de5ac824771e59c6cd9e6c91ebad7ced9
-SIZE (rubygem/nokogiri-1.8.0.gem) = 9171456
+TIMESTAMP = 1505918025
+SHA256 (rubygem/nokogiri-1.8.1.gem) = 4180dd5dfe8ba5479db7c3030012cd79da9b958eea472195f3daa23cbf80bd80
+SIZE (rubygem/nokogiri-1.8.1.gem) = 9274368
diff --git a/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb b/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb
index 67b749edc85a..c5fa64d2780a 100644
--- a/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb
+++ b/textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb
@@ -1,19 +1,9 @@
---- ext/nokogiri/extconf.rb.orig 2017-07-04 01:54:01.043919000 +0000
-+++ ext/nokogiri/extconf.rb 2017-07-04 01:54:59.447166000 +0000
-@@ -116,7 +116,7 @@
-
- begin
- require 'rubygems'
-- gem 'pkg-config', (gem_ver='~> 1.1.7')
-+ gem 'pkg-config', (gem_ver='~> 1.1')
- require 'pkg-config' and message("Using pkg-config gem version #{PKGConfig::VERSION}\n")
- rescue LoadError
- message "pkg-config could not be used to find #{pkg}\nPlease install either `pkg-config` or the pkg-config gem per\n\n gem install pkg-config -v #{gem_ver.inspect}\n\n"
-@@ -657,6 +657,43 @@
- have_func('xmlRelaxNGSetValidStructuredErrors')
+--- ext/nokogiri/extconf.rb.orig 2017-09-20 14:58:44 UTC
++++ ext/nokogiri/extconf.rb
+@@ -658,6 +658,43 @@ have_func('xmlRelaxNGSetValidStructuredE
have_func('xmlSchemaSetValidStructuredErrors')
have_func('xmlSchemaSetParserStructuredErrors')
-+
+
+$INSTALLFILES = [
+ ['html_document.h', '$(archdir)'],
+ ['html_element_description.h', '$(archdir)'],
@@ -50,6 +40,7 @@
+ ['xml_xpath_context.h', '$(archdir)'],
+ ['xslt_stylesheet.h', '$(archdir)'],
+]
-
++
create_makefile('nokogiri/nokogiri')
+ if enable_config('clean', true)
diff --git a/textproc/rubygem-nokogiri/files/patch-gemspec b/textproc/rubygem-nokogiri/files/patch-gemspec
index 48be7443053e..1339c204fbd0 100644
--- a/textproc/rubygem-nokogiri/files/patch-gemspec
+++ b/textproc/rubygem-nokogiri/files/patch-gemspec
@@ -1,10 +1,10 @@
---- nokogiri.gemspec.orig 2017-06-05 04:54:12 UTC
+--- nokogiri.gemspec.orig 2017-09-20 14:58:45 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.2.0"])
- s.add_development_dependency(%q<hoe-bundler>.freeze, ["~> 1.2.0"])
- s.add_development_dependency(%q<hoe-debugging>.freeze, ["~> 1.3.0"])
- s.add_development_dependency(%q<hoe-gemspec>.freeze, ["~> 1.0.0"])
+- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.3.0"])
+ s.add_development_dependency(%q<hoe-bundler>.freeze, ["~> 1.2"])
+ s.add_development_dependency(%q<hoe-debugging>.freeze, ["~> 1.4"])
+ s.add_development_dependency(%q<hoe-gemspec>.freeze, ["~> 1.0"])