Mon May 1 14:45:02 2023 UTC ()
textproc/ruby-libxml: update to 4.1.0

There is release of 4.0.1 in History file, but it looks like that 4.0.1 has
released as 4.1.0.  From History:

4.0.1 (2023-04-30)

* Fix compile warning (or error) for rxml_encoding_to_rb_encoding (Charlie
  Savage)
* Remove LibXML::XML.features since its uses functionality deprecated in
  LibXML (Charlie Savage)


(taca)
diff -r1.39 -r1.40 pkgsrc/textproc/ruby-libxml/Makefile
diff -r1.27 -r1.28 pkgsrc/textproc/ruby-libxml/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/textproc/ruby-libxml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-libxml/Makefile 2023/04/19 08:11:40 1.39
+++ pkgsrc/textproc/ruby-libxml/Makefile 2023/05/01 14:45:02 1.40
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.39 2023/04/19 08:11:40 adam Exp $ 1# $NetBSD: Makefile,v 1.40 2023/05/01 14:45:02 taca Exp $
2 2
3DISTNAME= libxml-ruby-4.0.0 3DISTNAME= libxml-ruby-4.1.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
5PKGREVISION= 1 
6CATEGORIES= textproc 5CATEGORIES= textproc
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xml4r.github.io/libxml-ruby/ 8HOMEPAGE= https://xml4r.github.io/libxml-ruby/
10COMMENT= Support module for libxml2 library 9COMMENT= Support module for libxml2 library
11LICENSE= mit 10LICENSE= mit
12 11
13USE_GCC_RUNTIME= yes 12USE_GCC_RUNTIME= yes
14 13
15CONFIGURE_ARGS+= \ 14CONFIGURE_ARGS+= \
16 --with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2 15 --with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2
17 16
18.include "../../lang/ruby/gem.mk" 17.include "../../lang/ruby/gem.mk"

cvs diff -r1.27 -r1.28 pkgsrc/textproc/ruby-libxml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-libxml/distinfo 2023/01/09 06:03:24 1.27
+++ pkgsrc/textproc/ruby-libxml/distinfo 2023/05/01 14:45:02 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2023/01/09 06:03:24 taca Exp $ 1$NetBSD: distinfo,v 1.28 2023/05/01 14:45:02 taca Exp $
2 2
3BLAKE2s (libxml-ruby-4.0.0.gem) = 4ec4ecd09504b0ccff5d9eee8e6ac125c505796edfdf7251f953903f80837044 3BLAKE2s (libxml-ruby-4.1.0.gem) = a0220e29e445e5b6c77aa890f89e40a2bfc0147a116af35f256f36759448b48e
4SHA512 (libxml-ruby-4.0.0.gem) = 3263a3b2d82ff476e4a38713aca0bf7f3af430de256e293c2b206871aeccbccb47861464a3710db9d18fe33a36f5ea566fe0916e3a9d67dfdb42f43de33415d6 4SHA512 (libxml-ruby-4.1.0.gem) = dd6718ce05e34fdfb6e395280ffec815b804b01f9a6598b3f758e7154911ad0ee83c73f42f859b96a6ed141488551b538c18168145d878d832a74eae783ca080
5Size (libxml-ruby-4.0.0.gem) = 364544 bytes 5Size (libxml-ruby-4.1.0.gem) = 364032 bytes