git: 3401feb84e4a - main - textproc/rubygem-nokogiri: Update to 1.14.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:44:21 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3401feb84e4abe151d576522d5fa21d032d03257
commit 3401feb84e4abe151d576522d5fa21d032d03257
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:35:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:37:34 +0000
textproc/rubygem-nokogiri: Update to 1.14.2
- Update WWW and clean up pkg-descr
Changes: https://github.com/sparklemotion/nokogiri/releases
---
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