pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-XML



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 17 20:18:27 UTC 2026

Modified Files:
        pkgsrc/math/R-XML: Makefile distinfo

Log Message:
R-XML: update to 3.99.0.24.

Fix build against libxml2 2.15.

============ entries from Ivan Krylov ============

Version 3.99-0.24
        Fixed obsolete attribute names in structure() calls
        Removed links that started failing URL checks
        The DTD introspection interface is now defunct

Version 3.99-0.23
        Fixed issues detected by 'rchk'
        Replaced the use of non-API 'Rf_findVarInFrame' with 'eval'

Version 3.99-0.22
        Disabled DTD introspection API

============ entries from CRAN ============

Version 3.99-0.20
        libxl2 2.15 compatibility fixes by Ivan Krylov.
        Minor updates to make checks happy.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/math/R-XML/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/R-XML/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-XML/Makefile
diff -u pkgsrc/math/R-XML/Makefile:1.33 pkgsrc/math/R-XML/Makefile:1.34
--- pkgsrc/math/R-XML/Makefile:1.33     Wed Jan  7 08:47:51 2026
+++ pkgsrc/math/R-XML/Makefile  Thu Sep 17 20:18:27 2026
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2026/01/07 08:47:51 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2026/09/17 20:18:27 wiz Exp $
 
 R_PKGNAME=     XML
-R_PKGVER=      3.99-0.18
+R_PKGVER=      3.99-0.24
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tools for parsing and generating XML within R
-PKGREVISION=   2
 LICENSE=       2-clause-bsd
 
 DEPENDS+=      R-bitops-[0-9]*:../../math/R-bitops

Index: pkgsrc/math/R-XML/distinfo
diff -u pkgsrc/math/R-XML/distinfo:1.19 pkgsrc/math/R-XML/distinfo:1.20
--- pkgsrc/math/R-XML/distinfo:1.19     Fri Feb 14 13:52:18 2025
+++ pkgsrc/math/R-XML/distinfo  Thu Sep 17 20:18:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/02/14 13:52:18 mef Exp $
+$NetBSD: distinfo,v 1.20 2026/09/17 20:18:27 wiz Exp $
 
-BLAKE2s (R/XML_3.99-0.18.tar.gz) = e919f2cddbcebee95484669cf0d04a9a494502efcefa47e4308a50a957ce2c42
-SHA512 (R/XML_3.99-0.18.tar.gz) = d54a61fc623f64cc3766805e002961c683f0a0ebbb69032873d565af05e265a29e2de909b7be116bffde76967943ad897f53e9620c08714c9d3ca207d3cc7edf
-Size (R/XML_3.99-0.18.tar.gz) = 966667 bytes
+BLAKE2s (R/XML_3.99-0.24.tar.gz) = 76c566b5bde01f8127e2e2134b2a8f260d1e12b5a838c578d1c3534efabfd3ae
+SHA512 (R/XML_3.99-0.24.tar.gz) = 675aefd4bb7f911d48ba71ef76673fca1eb5f3fb8ab284a6d71a9ff29b9d8b000a3e46347c43d087d2882a38689fbbfcbe8dbd1667ad2a06a5c2bda605e86002
+Size (R/XML_3.99-0.24.tar.gz) = 958064 bytes



Home | Main Index | Thread Index | Old Index