Date: Mon, 5 Jun 2023 19:01:56 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c51ea73bda4a - main - textproc/rubygem-nokogiri: Update to 1.15.2 Message-ID: <202306051901.355J1uKq078923@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c51ea73bda4adda496b61feaf7726e5f8fac1310 commit c51ea73bda4adda496b61feaf7726e5f8fac1310 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:46:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:49:12 +0000 textproc/rubygem-nokogiri: Update to 1.15.2 Changes: https://github.com/sparklemotion/nokogiri/releases --- textproc/rubygem-nokogiri/Makefile | 4 ++-- textproc/rubygem-nokogiri/distinfo | 6 +++--- textproc/rubygem-nokogiri/files/patch-gemspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index e6f930514f4f..5e4b6d27d06b 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,5 +1,5 @@ PORTNAME= nokogiri -PORTVERSION= 1.14.5 +PORTVERSION= 1.15.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${RUN_DEPENDS} \ - rubygem-mini_portile2>=2.8.0<2.9:devel/rubygem-mini_portile2 \ + rubygem-mini_portile2>=2.8.2<2.9:devel/rubygem-mini_portile2 \ rubygem-pkg-config>=1.1<2:devel/rubygem-pkg-config # 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 diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index 0ad3edb30a97..282f6502dd80 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685162528 -SHA256 (rubygem/nokogiri-1.14.5.gem) = 23f69ddeb1e8ead5341bbbbca18d37de29c0265bc90e94bc5d9663b254dfdcbc -SIZE (rubygem/nokogiri-1.14.5.gem) = 4646912 +TIMESTAMP = 1685793188 +SHA256 (rubygem/nokogiri-1.15.2.gem) = 20dc800b8fbe4c4f4b5b164e6aa3ab82a371bcb27eb685c166961c34dd8a22d7 +SIZE (rubygem/nokogiri-1.15.2.gem) = 4609024 diff --git a/textproc/rubygem-nokogiri/files/patch-gemspec b/textproc/rubygem-nokogiri/files/patch-gemspec index 91bd5faf1274..217729745b99 100644 --- a/textproc/rubygem-nokogiri/files/patch-gemspec +++ b/textproc/rubygem-nokogiri/files/patch-gemspec @@ -4,7 +4,7 @@ s.specification_version = 4 -- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.8.0"]) +- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.8.2"]) s.add_runtime_dependency(%q<racc>.freeze, ["~> 1.4"]) s.add_development_dependency(%q<bundler>.freeze, ["~> 2.2"]) s.add_development_dependency(%q<hoe-markdown>.freeze, ["~> 1.4"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051901.355J1uKq078923>