git: 49979abe34dc - main - textproc/rubygem-libxml-ruby: Update to 3.2.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:15:12 UTC
The branch main has been updated by sunpoet:

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

commit 49979abe34dc273b5924b34067b274c540712863
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:49:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:42 +0000

    textproc/rubygem-libxml-ruby: Update to 3.2.4
    
    Changes:        https://github.com/xml4r/libxml-ruby/blob/master/HISTORY
---
 textproc/rubygem-libxml-ruby/Makefile            |  2 +-
 textproc/rubygem-libxml-ruby/distinfo            |  6 +++---
 textproc/rubygem-libxml-ruby/files/patch-libxml2 | 10 ----------
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/textproc/rubygem-libxml-ruby/Makefile b/textproc/rubygem-libxml-ruby/Makefile
index 4708db5ee064..67cd7a10e249 100644
--- a/textproc/rubygem-libxml-ruby/Makefile
+++ b/textproc/rubygem-libxml-ruby/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libxml-ruby
-PORTVERSION=	3.2.3
+PORTVERSION=	3.2.4
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
diff --git a/textproc/rubygem-libxml-ruby/distinfo b/textproc/rubygem-libxml-ruby/distinfo
index 421acf199dd6..71d9dc3793d9 100644
--- a/textproc/rubygem-libxml-ruby/distinfo
+++ b/textproc/rubygem-libxml-ruby/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653926116
-SHA256 (rubygem/libxml-ruby-3.2.3.gem) = aed194cad1933e824c763937dd4803e198dd7c4883ac92fe321309047ddb4f67
-SIZE (rubygem/libxml-ruby-3.2.3.gem) = 379904
+TIMESTAMP = 1669058177
+SHA256 (rubygem/libxml-ruby-3.2.4.gem) = 77e76667e0bfe92e6b25b7675887d410a064026b8e3b72642b11813ee1e178c9
+SIZE (rubygem/libxml-ruby-3.2.4.gem) = 376832
diff --git a/textproc/rubygem-libxml-ruby/files/patch-libxml2 b/textproc/rubygem-libxml-ruby/files/patch-libxml2
deleted file mode 100644
index 19e7080b5a49..000000000000
--- a/textproc/rubygem-libxml-ruby/files/patch-libxml2
+++ /dev/null
@@ -1,10 +0,0 @@
---- ext/libxml/ruby_libxml.h.orig	2022-08-30 11:13:23 UTC
-+++ ext/libxml/ruby_libxml.h
-@@ -9,6 +9,7 @@
- #include <libxml/debugXML.h>
- #include <libxml/xmlversion.h>
- #include <libxml/xmlmemory.h>
-+#include <libxml/xlink.h>
- #include <libxml/xpath.h>
- #include <libxml/valid.h>
- #include <libxml/catalog.h>