Sun Jun 11 03:01:14 2023 UTC ()
(math/R-ncdf4) Updated 1.17 to 1.21

Release 1.21 (2023-01-05) Minor change to fix compatibility with
latest version of R (removed C lang sprintf). Another small update
to libraries linked for windows by request of Tomas Kalibera.

Release 1.20 (2022-11-30) Small warning message bug fix (thank you
to Javier Vaquero-Martinez!) and updates to windows Makefile requested by
CRAN (Tomas Kalibera).

Release 1.19 (2021-12-14) Changed as per request of R developers
to build correctly on Windows using the new R toolchain (Rtools42).
Specifically, added the supplided Makevars.ucrt to src/.

Release 1.18 (2021-11-17) Fixed a bug in the way files with
complicated nested groups were processed.


(mef)
diff -r1.5 -r1.6 pkgsrc/math/R-ncdf4/Makefile
diff -r1.3 -r1.4 pkgsrc/math/R-ncdf4/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/math/R-ncdf4/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-ncdf4/Makefile 2023/04/19 08:10:44 1.5
+++ pkgsrc/math/R-ncdf4/Makefile 2023/06/11 03:01:14 1.6
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2023/04/19 08:10:44 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2023/06/11 03:01:14 mef Exp $
2 2
3R_PKGNAME= ncdf4 3R_PKGNAME= ncdf4
4R_PKGVER= 1.17 4R_PKGVER= 1.21
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files 7COMMENT= Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
8PKGREVISION= 4 
9LICENSE= gnu-gpl-v3 8LICENSE= gnu-gpl-v3
10 9
11# ./configure: 1833: Syntax error: Bad substitution 10# ./configure: 1833: Syntax error: Bad substitution
12USE_TOOLS+= bash 11USE_TOOLS+= bash
13REPLACE_BASH+= configure 12REPLACE_BASH+= configure
14 13
15.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
16.include "../../devel/netcdf/buildlink3.mk" 15.include "../../devel/netcdf/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/math/R-ncdf4/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-ncdf4/distinfo 2021/10/26 10:55:30 1.3
+++ pkgsrc/math/R-ncdf4/distinfo 2023/06/11 03:01:14 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 10:55:30 nia Exp $ 1$NetBSD: distinfo,v 1.4 2023/06/11 03:01:14 mef Exp $
2 2
3BLAKE2s (R/ncdf4_1.17.tar.gz) = b4197c165be30aa83e8ee938bd596a38ed04bfd436c56c58ce6ab05d3177af72 3BLAKE2s (R/ncdf4_1.21.tar.gz) = bca0a7e85aa86bf67819c4b291185739d1eb57f65e75a0f979963fb218955f82
4SHA512 (R/ncdf4_1.17.tar.gz) = 21d71ceaff3276289e8a76f73776a1a561423bb1a446f24b115b527927cdee2557b412406ca36caee9e453505ee5fe0575c4296ccc1c0acec1470409d2910a3f 4SHA512 (R/ncdf4_1.21.tar.gz) = af7e90819db98e19786c630decb8eb96e6bd36afe4fa9ca48e516f3ea77548dd43b2a2f72dd6bbdba080f1ad58d2db171eb1e96b9e611383535d10e6cbb3b668
5Size (R/ncdf4_1.17.tar.gz) = 124458 bytes 5Size (R/ncdf4_1.21.tar.gz) = 127380 bytes