Skip to content

Commit

Permalink
textproc/rubygem-nokogiri: update to 1.13.1
Browse files Browse the repository at this point in the history
Required for gitlab-ce 14.7.
Changelog:
https://nokogiri.org/CHANGELOG.html
  • Loading branch information
mfechner committed Jan 26, 2022
1 parent e4b1626 commit 0290934
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 57 deletions.
8 changes: 5 additions & 3 deletions textproc/rubygem-nokogiri/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= nokogiri
PORTVERSION= 1.11.7
PORTVERSION= 1.13.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG

Expand All @@ -9,9 +9,11 @@ COMMENT= HTML, XML, SAX, and Reader parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
rubygem-mini_portile2>=2.7.0<2.8:devel/rubygem-mini_portile2
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
libgpg-error.so:security/libgpg-error \
libxml2.so:textproc/libxml2
# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb
# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \
Expand Down
6 changes: 3 additions & 3 deletions textproc/rubygem-nokogiri/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1625258881
SHA256 (rubygem/nokogiri-1.11.7.gem) = 4976a9c9e796527d51dc6c311b9bd93a0233f6a7962a0f569aa5c782461836ef
SIZE (rubygem/nokogiri-1.11.7.gem) = 9353728
TIMESTAMP = 1642778303
SHA256 (rubygem/nokogiri-1.13.1.gem) = 2138bb8e1bd5f11c2dc57a6a7ed93ddce35825dae7d25262658d89a222571fff
SIZE (rubygem/nokogiri-1.13.1.gem) = 9598976
46 changes: 0 additions & 46 deletions textproc/rubygem-nokogiri/files/patch-ext_nokogiri_extconf.rb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--- nokogiri.gemspec.orig 2021-01-21 20:37:44 UTC
--- nokogiri.gemspec.orig 2022-01-25 20:08:49 UTC
+++ nokogiri.gemspec
@@ -29,7 +29,6 @@ Gem::Specification.new do |s|
@@ -28,7 +28,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.7.0"])
s.add_runtime_dependency(%q<racc>.freeze, ["~> 1.4"])
- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.5.0"])
s.add_development_dependency(%q<bundler>.freeze, ["~> 2.2"])
s.add_development_dependency(%q<concourse>.freeze, ["~> 0.41"])
s.add_development_dependency(%q<hoe-markdown>.freeze, ["~> 1.1"])
s.add_development_dependency(%q<hoe-markdown>.freeze, ["~> 1.4"])

0 comments on commit 0290934

Please sign in to comment.