Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2023 06:58:01 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a967518fdcbe - 2023Q2 - textproc/rubygem-nokogiri: Update to 1.14.2
Message-ID:  <202304200658.33K6w1tq022975@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by mfechner:

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

commit a967518fdcbeaa66b4ddf95c58043438b94578a9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:35:37 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-04-20 05:52:15 +0000

    textproc/rubygem-nokogiri: Update to 1.14.2
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/sparklemotion/nokogiri/releases
    (cherry picked from commit 3401feb84e4abe151d576522d5fa21d032d03257)
---
 textproc/rubygem-nokogiri/Makefile  | 5 +++--
 textproc/rubygem-nokogiri/distinfo  | 6 +++---
 textproc/rubygem-nokogiri/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index 12bd1eee5e21..6e0972e372e5 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	nokogiri
-PORTVERSION=	1.14.1
+PORTVERSION=	1.14.2
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	HTML, XML, SAX, and Reader parser
-WWW=		https://nokogiri.org/
+WWW=		https://nokogiri.org/ \
+		https://github.com/sparklemotion/nokogiri
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo
index da0c9700aafe..8a04cc727ce8 100644
--- a/textproc/rubygem-nokogiri/distinfo
+++ b/textproc/rubygem-nokogiri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676991371
-SHA256 (rubygem/nokogiri-1.14.1.gem) = b2db3af7769c29cd77d5f39cd3d0b65ab10975bdecf04be71d683f9c9abe2663
-SIZE (rubygem/nokogiri-1.14.1.gem) = 4643328
+TIMESTAMP = 1680726480
+SHA256 (rubygem/nokogiri-1.14.2.gem) = c765a74aac6cf430a710bb0b6038b8ee11f177393cd6ae8dadc7a44a6e2658b6
+SIZE (rubygem/nokogiri-1.14.2.gem) = 4643328
diff --git a/textproc/rubygem-nokogiri/pkg-descr b/textproc/rubygem-nokogiri/pkg-descr
index b43f68bcf468..0a7bef665678 100644
--- a/textproc/rubygem-nokogiri/pkg-descr
+++ b/textproc/rubygem-nokogiri/pkg-descr
@@ -5,5 +5,3 @@
 
 Nokogiri parses and searches XML/HTML very quickly, and also has
 correctly implemented CSS3 selector support as well as XPath support.
-
-See also: https://github.com/sparklemotion/nokogiri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304200658.33K6w1tq022975>