git: 82934be7df36 - main - textproc/rubygem-nokogiri: Update to 1.13.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 18 Apr 2022 00:06:29 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82934be7df36ce891e8f7c7c0be7472783a620ad

commit 82934be7df36ce891e8f7c7c0be7472783a620ad
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-17 23:52:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-17 23:59:17 +0000

    textproc/rubygem-nokogiri: Update to 1.13.4
    
    Changes:        https://github.com/sparklemotion/nokogiri/releases
    Security:       CVE-2018-25032, CVE-2022-23437, CVE-2022-24836, CVE-2022-24839
---
 textproc/rubygem-nokogiri/Makefile  | 3 +--
 textproc/rubygem-nokogiri/distinfo  | 6 +++---
 textproc/rubygem-nokogiri/pkg-descr | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index 443d641e9abf..40ec603c7cc2 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	nokogiri
-PORTVERSION=	1.13.3
-PORTREVISION=	2
+PORTVERSION=	1.13.4
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo
index abe7d58e7215..60e720a1979f 100644
--- a/textproc/rubygem-nokogiri/distinfo
+++ b/textproc/rubygem-nokogiri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645686695
-SHA256 (rubygem/nokogiri-1.13.3.gem) = bf1b1bceff910abb0b7ad825535951101a0361b859c2ad1be155c010081ecbdc
-SIZE (rubygem/nokogiri-1.13.3.gem) = 5492736
+TIMESTAMP = 1650229216
+SHA256 (rubygem/nokogiri-1.13.4.gem) = 0d46044eb39271e3360dae95ed6061ce17bc0028d475651dc48db393488c83bc
+SIZE (rubygem/nokogiri-1.13.4.gem) = 5492736
diff --git a/textproc/rubygem-nokogiri/pkg-descr b/textproc/rubygem-nokogiri/pkg-descr
index 924c426e28f6..861b5dd69aff 100644
--- a/textproc/rubygem-nokogiri/pkg-descr
+++ b/textproc/rubygem-nokogiri/pkg-descr
@@ -7,3 +7,4 @@ Nokogiri parses and searches XML/HTML very quickly, and also has
 correctly implemented CSS3 selector support as well as XPath support.
 
 WWW: https://nokogiri.org/
+WWW: https://github.com/sparklemotion/nokogiri