pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RNetCDF



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jun 12 23:52:18 UTC 2026

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

Log Message:
(math/R-RNetCDF) Updated 2.9.2 to 2.11.1

Version 2.11-1, 2025-04-30
  * Do not use nc-config compiler by default
  * Use new R API functions for environments
  * Use config.h to simplify compiler flags
  * Call gc before opening datasets
    - This may avoid corruption or crashes if a dataset is changed
      unexpectedly when the garbage collector closes unreferenced ncids

Version 2.10-2, 2025-04-15
  * Fix bashism in configure.ac

Version 2.10-1, 2025-04-13
  * Detect and work around broken nc-config in configure script
    - Try static option with nc-config if linking fails without it
    - Use compiler from nc-config which may enable MPI
    - Try pkg-config if nc-config fails or is disabled
  * Prepare for upcoming change to bit64 package namespace
  * Remove call to non-API entry point in R


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/math/R-RNetCDF/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-RNetCDF/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-RNetCDF/Makefile
diff -u pkgsrc/math/R-RNetCDF/Makefile:1.37 pkgsrc/math/R-RNetCDF/Makefile:1.38
--- pkgsrc/math/R-RNetCDF/Makefile:1.37 Thu May 14 16:41:27 2026
+++ pkgsrc/math/R-RNetCDF/Makefile      Fri Jun 12 23:52:18 2026
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2026/05/14 16:41:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2026/06/12 23:52:18 mef Exp $
 
 R_PKGNAME=     RNetCDF
-R_PKGVER=      2.9-2
+R_PKGVER=      2.11-1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Interface to NetCDF datasets
-PKGREVISION=   9
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3        # OR file LICENSE
 
 TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64

Index: pkgsrc/math/R-RNetCDF/distinfo
diff -u pkgsrc/math/R-RNetCDF/distinfo:1.9 pkgsrc/math/R-RNetCDF/distinfo:1.10
--- pkgsrc/math/R-RNetCDF/distinfo:1.9  Sat Oct 26 08:43:56 2024
+++ pkgsrc/math/R-RNetCDF/distinfo      Fri Jun 12 23:52:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/10/26 08:43:56 mef Exp $
+$NetBSD: distinfo,v 1.10 2026/06/12 23:52:18 mef Exp $
 
-BLAKE2s (R/RNetCDF_2.9-2.tar.gz) = 3f70454e9dcd9453fd4a4e501aa5a2feb7ccf09ad6acae79ac7117355a362763
-SHA512 (R/RNetCDF_2.9-2.tar.gz) = 2d6bd638bc11a90cb566f696bbbda8db5cdab221afbe400723558dc62b7e6f666bfa2036d839ae1c9b292d3d16408e1fc28559fe0fd9094b1026a8b49580ce52
-Size (R/RNetCDF_2.9-2.tar.gz) = 160580 bytes
+BLAKE2s (R/RNetCDF_2.11-1.tar.gz) = 53bbcc0b0fc5123b4b5f83bb0e092fab663dfd0e0dd6826757365931a87923d8
+SHA512 (R/RNetCDF_2.11-1.tar.gz) = f1adb3facb1833ba7a664459ca013e289916778d9ebc269ecea3d9ff05c2897a81405ad9958c15b4c290d138c35c2a2867eea9a15ffd9e70f36fa65a06ca93a0
+Size (R/RNetCDF_2.11-1.tar.gz) = 164210 bytes



Home | Main Index | Thread Index | Old Index