pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-ncdf4



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  3 11:24:20 UTC 2024

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

Log Message:
(math/R-ncdf4) Updated 1.21 to 1.22

Release 1.22 (2023-03-01) Added "na_replace" argument to ncvar_put().


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-ncdf4/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-ncdf4/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-ncdf4/Makefile
diff -u pkgsrc/math/R-ncdf4/Makefile:1.8 pkgsrc/math/R-ncdf4/Makefile:1.9
--- pkgsrc/math/R-ncdf4/Makefile:1.8    Wed Nov  8 13:20:01 2023
+++ pkgsrc/math/R-ncdf4/Makefile        Sat Feb  3 11:24:20 2024
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2023/11/08 13:20:01 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/02/03 11:24:20 mef Exp $
 
 R_PKGNAME=     ncdf4
-R_PKGVER=      1.21
+R_PKGVER=      1.22
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
-PKGREVISION=   2
 LICENSE=       gnu-gpl-v3
 
+# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+
 # ./configure: 1833: Syntax error: Bad substitution
 USE_TOOLS+=    bash
 REPLACE_BASH+= configure

Index: pkgsrc/math/R-ncdf4/distinfo
diff -u pkgsrc/math/R-ncdf4/distinfo:1.4 pkgsrc/math/R-ncdf4/distinfo:1.5
--- pkgsrc/math/R-ncdf4/distinfo:1.4    Sun Jun 11 03:01:14 2023
+++ pkgsrc/math/R-ncdf4/distinfo        Sat Feb  3 11:24:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/06/11 03:01:14 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/02/03 11:24:20 mef Exp $
 
-BLAKE2s (R/ncdf4_1.21.tar.gz) = bca0a7e85aa86bf67819c4b291185739d1eb57f65e75a0f979963fb218955f82
-SHA512 (R/ncdf4_1.21.tar.gz) = af7e90819db98e19786c630decb8eb96e6bd36afe4fa9ca48e516f3ea77548dd43b2a2f72dd6bbdba080f1ad58d2db171eb1e96b9e611383535d10e6cbb3b668
-Size (R/ncdf4_1.21.tar.gz) = 127380 bytes
+BLAKE2s (R/ncdf4_1.22.tar.gz) = 117f3d16f0064a6c908d0d3584b0d4fb91d8abe94b085e7329b9ae784bd737d5
+SHA512 (R/ncdf4_1.22.tar.gz) = 71ede7d652dd1cd1ab8011bc1d2f17428d05378d11fcbd6b40961a951d269debf371e3d95d0b0b873e6bcc64c61046caa0b52a6285dce5980a448816a0a81312
+Size (R/ncdf4_1.22.tar.gz) = 127907 bytes



Home | Main Index | Thread Index | Old Index