Sun Sep 19 02:55:21 2021 UTC ()
(math/R-RNetCDF) Updated 2.4.2 to 2.5.2

Version 2.5-2, 2021-08-20
  * Support hdf5 filters via multi-filter interface (netcdf>=4.8.0)
  * Windows: update binary packages to netcdf 4.7.4 with OpenDAP
  * Generate type conversions with m4 macros
  * Reduce CPU time for utcal.nc example to pass CRAN checks


(mef)
diff -r1.14 -r1.15 pkgsrc/math/R-RNetCDF/Makefile
diff -r1.2 -r1.3 pkgsrc/math/R-RNetCDF/distinfo
diff -r1.2 -r1.3 pkgsrc/math/R-RNetCDF/patches/patch-configure

cvs diff -r1.14 -r1.15 pkgsrc/math/R-RNetCDF/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-RNetCDF/Makefile 2021/04/21 13:24:59 1.14
+++ pkgsrc/math/R-RNetCDF/Makefile 2021/09/19 02:55:21 1.15
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.14 2021/04/21 13:24:59 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2021/09/19 02:55:21 mef Exp $
2 2
3R_PKGNAME= RNetCDF 3R_PKGNAME= RNetCDF
4R_PKGVER= 2.4-2 4R_PKGVER= 2.5-2
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Interface to NetCDF datasets 7COMMENT= Interface to NetCDF datasets
8PKGREVISION= 1 
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR file LICENSE 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR file LICENSE
10 9
11USE_LANGUAGES= c 10TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
12 11
13.include "../../math/R/Makefile.extension" 12.include "../../math/R/Makefile.extension"
14.include "../../devel/netcdf/buildlink3.mk" 13.include "../../devel/netcdf/buildlink3.mk"
15.include "../../math/udunits/buildlink3.mk" 14.include "../../math/udunits/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/math/R-RNetCDF/distinfo 2020/09/20 23:12:14 1.2
+++ pkgsrc/math/R-RNetCDF/distinfo 2021/09/19 02:55:21 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2020/09/20 23:12:14 mef Exp $ 1$NetBSD: distinfo,v 1.3 2021/09/19 02:55:21 mef Exp $
2 2
3SHA1 (R/RNetCDF_2.4-2.tar.gz) = fd68dd7e1b5dc789e8d313ff9593cf56a8075ca0 3SHA1 (R/RNetCDF_2.5-2.tar.gz) = d774b638f4ed2369151a49a381462cc1f5c7b9c3
4RMD160 (R/RNetCDF_2.4-2.tar.gz) = 8ff7615c3a43d83218914e9139a5bf00d9ad6c14 4RMD160 (R/RNetCDF_2.5-2.tar.gz) = 9ba42433793f0cce837aa4c66ee618c7a6ab2cae
5SHA512 (R/RNetCDF_2.4-2.tar.gz) = afd314dd0a5735ccad3579c9b9091956e7277cf8e630016264f5adef9f31831c79d85b53459e160f09e37789b3518f3cb184a100036af082abfb0533b906e1a6 5SHA512 (R/RNetCDF_2.5-2.tar.gz) = d12f5e96352f6ae9726a2b1f288db036a6addf2f66abc876773cfefb35e1a9cd1ff62991cec62877e00384f1687c24d905f31300f9a6d477b0f367daed24b97c
6Size (R/RNetCDF_2.4-2.tar.gz) = 124926 bytes 6Size (R/RNetCDF_2.5-2.tar.gz) = 143675 bytes
7SHA1 (patch-configure) = 0ff9f35b4c2ca1701c381be9f6761fd62fa33e39 7SHA1 (patch-configure) = b8309c6e26be3039e8d86482979f031887abd123

cvs diff -r1.2 -r1.3 pkgsrc/math/R-RNetCDF/patches/patch-configure (expand / switch to unified diff)

--- pkgsrc/math/R-RNetCDF/patches/patch-configure 2020/09/20 23:12:15 1.2
+++ pkgsrc/math/R-RNetCDF/patches/patch-configure 2021/09/19 02:55:21 1.3
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1$NetBSD: patch-configure,v 1.2 2020/09/20 23:12:15 mef Exp $ 1$NetBSD: patch-configure,v 1.3 2021/09/19 02:55:21 mef Exp $
2 2
3Fix the use of == in shell scripts. 3Fix the use of == in shell scripts.
4 4
5--- configure.orig 2020-09-12 01:56:31.000000000 +0000 5--- configure.orig 2021-08-20 17:07:16.000000000 +0900
6+++ configure 6+++ configure 2021-09-19 11:44:01.660453490 +0900
7@@ -3628,7 +3628,7 @@ fi 7@@ -3718,7 +3718,7 @@ fi
8  8
9 fi 9 fi
10  10
11-if test "x$have_nc_config" == xyes; then : 11-if test "x$have_nc_config" == xyes
12+if test "x$have_nc_config" = xyes; then : 12+if test "x$have_nc_config" = xyes
 13 then :
13  14
14 # Prepend linker flags to LDFLAGS: 15 # Prepend linker flags to LDFLAGS:
15 { $as_echo "$as_me:${as_lineno-$LINENO}: checking netcdf linker flags" >&5 16@@ -4064,7 +4064,7 @@ fi
16@@ -3910,7 +3910,7 @@ fi 
17  17
18  18
19 # Define HAVE_LIBUDUNITS2 if all udunits2 checks were successful: 19 # Define HAVE_LIBUDUNITS2 if all udunits2 checks were successful:
20-if test "x$enable_calendar" == xyes; then : 20-if test "x$enable_calendar" == xyes
21+if test "x$enable_calendar" = xyes; then : 21+if test "x$enable_calendar" = xyes
22 $as_echo "#define HAVE_LIBUDUNITS2 1" >>confdefs.h 22 then :
 23 printf "%s\n" "#define HAVE_LIBUDUNITS2 1" >>confdefs.h
23  24
24 else