git: f261dc92a987 - main - textproc/rubygem-nokogiri: Update to 1.13.10

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:20:12 UTC
The branch main has been updated by sunpoet:

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

commit f261dc92a9875cfd6039e24f5faa61f6dadbedb9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:46:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:34 +0000

    textproc/rubygem-nokogiri: Update to 1.13.10
    
    - Remove LIB_DEPENDS:
      - libxml2 is already in USE_GNOME
      - libgcrypt and libgpg-error are indirect dependencies (via libxslt)
    - Clean up:
      - Remove rubygem-pkg-config from RUN_DEPENDS by moving it to BUILD_DEPENDS
      - Remove USES=pkgconfig
      - Remove STRIP_CMD from post-install: since it is done by USES=gem
    - Update version requirement of BUILD_DEPENDS
    
    Changes:        https://github.com/sparklemotion/nokogiri/releases
---
 textproc/rubygem-nokogiri/Makefile | 14 +++++---------
 textproc/rubygem-nokogiri/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile
index 14e5c2ce4b1a..853e054f5e4b 100644
--- a/textproc/rubygem-nokogiri/Makefile
+++ b/textproc/rubygem-nokogiri/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nokogiri
-PORTVERSION=	1.13.9
+PORTVERSION=	1.13.10
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,16 +11,13 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	${RUN_DEPENDS} \
-		rubygem-mini_portile2>=2.8.0<2.9:devel/rubygem-mini_portile2
-LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
-		libgpg-error.so:security/libgpg-error \
-		libxml2.so:textproc/libxml2
+		rubygem-mini_portile2>=2.8.0<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
-RUN_DEPENDS=	rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config  \
-		rubygem-racc>=1.4<2:devel/rubygem-racc
+RUN_DEPENDS=	rubygem-racc>=1.4<2:devel/rubygem-racc
 
-USES=		cpe gem gnome pkgconfig gettext-runtime
+USES=		cpe gem gnome gettext-runtime
 USE_GNOME=	libxml2 libxslt
 
 CONFIGURE_ARGS=	--use-system-libraries
@@ -28,7 +25,6 @@ CONFIGURE_ARGS=	--use-system-libraries
 PLIST_FILES=	bin/nokogiri
 
 post-install:
-	${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD}
 	${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/
 
 .include <bsd.port.mk>
diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo
index 2026d67597b5..c4871c107d9b 100644
--- a/textproc/rubygem-nokogiri/distinfo
+++ b/textproc/rubygem-nokogiri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669471282
-SHA256 (rubygem/nokogiri-1.13.9.gem) = 96f37c1baf0234d3ae54c2c89aef7220d4a8a1b03d2675ff7723565b0a095531
-SIZE (rubygem/nokogiri-1.13.9.gem) = 4634624
+TIMESTAMP = 1674590926
+SHA256 (rubygem/nokogiri-1.13.10.gem) = d3ee00f26c151763da1691c7fc6871ddd03e532f74f85101f5acedc2d099e958
+SIZE (rubygem/nokogiri-1.13.10.gem) = 4634624