Date: Sat, 23 Mar 2024 15:04:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb2a522600a1 - main - textproc/rubygem-libxml-ruby: Update to 5.0.3 Message-ID: <202403231504.42NF4Lh5014537@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb2a522600a1cf0a2da0b9cbe6762e92f15912e9 commit fb2a522600a1cf0a2da0b9cbe6762e92f15912e9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:26:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:50:07 +0000 textproc/rubygem-libxml-ruby: Update to 5.0.3 Changes: https://github.com/xml4r/libxml-ruby/blob/master/HISTORY https://github.com/xml4r/libxml-ruby/commits/master https://xml4r.github.io/libxml-ruby/HISTORY.html --- textproc/rubygem-libxml-ruby/Makefile | 3 +-- textproc/rubygem-libxml-ruby/distinfo | 6 +++--- textproc/rubygem-libxml-ruby/files/patch-clang16 | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/textproc/rubygem-libxml-ruby/Makefile b/textproc/rubygem-libxml-ruby/Makefile index 62308226f408..7fda54f08eb1 100644 --- a/textproc/rubygem-libxml-ruby/Makefile +++ b/textproc/rubygem-libxml-ruby/Makefile @@ -1,6 +1,5 @@ PORTNAME= libxml-ruby -PORTVERSION= 5.0.2 -PORTREVISION= 1 +PORTVERSION= 5.0.3 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-libxml-ruby/distinfo b/textproc/rubygem-libxml-ruby/distinfo index 54c60275931c..0f2921d0b16e 100644 --- a/textproc/rubygem-libxml-ruby/distinfo +++ b/textproc/rubygem-libxml-ruby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450596 -SHA256 (rubygem/libxml-ruby-5.0.2.gem) = 493a20a9ae9870205cae1575e7ad38f433f1e407cb09cb7c063975e9e86bd0dc -SIZE (rubygem/libxml-ruby-5.0.2.gem) = 364544 +TIMESTAMP = 1710712764 +SHA256 (rubygem/libxml-ruby-5.0.3.gem) = 5a530dba36066752bba59515ae612362c1343f1d0ee6cf74700499c7dd2a2bde +SIZE (rubygem/libxml-ruby-5.0.3.gem) = 364544 diff --git a/textproc/rubygem-libxml-ruby/files/patch-clang16 b/textproc/rubygem-libxml-ruby/files/patch-clang16 deleted file mode 100644 index 43e746b777dd..000000000000 --- a/textproc/rubygem-libxml-ruby/files/patch-clang16 +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/libxml/ruby_xml_error.c.orig 2024-02-29 10:00:08.939749000 +0000 -+++ ext/libxml/ruby_xml_error.c 2024-02-29 10:03:09.239975000 +0000 -@@ -97,7 +97,7 @@ - } - - /* Hook that receives xml error message */ --static void structuredErrorFunc(void *userData, const xmlError *xerror) -+static void structuredErrorFunc(void *userData, xmlError *xerror) - { - VALUE error = rxml_error_wrap(xerror); -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231504.42NF4Lh5014537>