pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-ff



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec  7 04:15:39 UTC 2024

Modified Files:
        pkgsrc/sysutils/R-ff: Makefile distinfo

Log Message:
(sysutils/R-ff) Updated 4.0.12 to 4.5.0, make test passed

    CHANGES IN ff VERSION 4.5.0

BUG FIXES

    o Added Authors@R to DESCRIPTION file
    o Replaced calls to Calloc and Free with R_Calloc and R_Free
    o Replaced call to ScalarLogical with Rf_ScalarLogical


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/R-ff/Makefile \
    pkgsrc/sysutils/R-ff/distinfo

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

Modified files:

Index: pkgsrc/sysutils/R-ff/Makefile
diff -u pkgsrc/sysutils/R-ff/Makefile:1.2 pkgsrc/sysutils/R-ff/Makefile:1.3
--- pkgsrc/sysutils/R-ff/Makefile:1.2   Thu Jan 18 23:31:12 2024
+++ pkgsrc/sysutils/R-ff/Makefile       Sat Dec  7 04:15:39 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/01/18 23:31:12 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/07 04:15:39 mef Exp $
 
 R_PKGNAME=     ff
-R_PKGVER=      4.0.12
+R_PKGVER=      4.5.0
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +11,15 @@ LICENSE=     gnu-gpl-v3 OR gnu-gpl-v2        # See 
 DEPENDS+=      R-bit>=4.0.0:../../devel/R-bit
 
 TEST_DEPENDS+= R-biglm-[0-9]*:../../sysutils/R-biglm
+TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
+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-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/sysutils/R-ff/distinfo
diff -u pkgsrc/sysutils/R-ff/distinfo:1.2 pkgsrc/sysutils/R-ff/distinfo:1.3
--- pkgsrc/sysutils/R-ff/distinfo:1.2   Thu Jan 18 23:31:12 2024
+++ pkgsrc/sysutils/R-ff/distinfo       Sat Dec  7 04:15:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/01/18 23:31:12 mef Exp $
+$NetBSD: distinfo,v 1.3 2024/12/07 04:15:39 mef Exp $
 
-BLAKE2s (R/ff_4.0.12.tar.gz) = a372d9ba249085d23619de25c73e5bb9765192e5803d5d20d6155236b9b817d7
-SHA512 (R/ff_4.0.12.tar.gz) = 1a3afb13bb048621ebc1a2b1602add327588d3308ce61c3a56754f8c2a4fc5511ff739bce6ac0863e344cf2340c1676083e939a1c508820a5f35e2c3245bf5b1
-Size (R/ff_4.0.12.tar.gz) = 327320 bytes
+BLAKE2s (R/ff_4.5.0.tar.gz) = 1d1034136543745531773ded5f55752573f1538dbd83cfaa1f38606abae15f90
+SHA512 (R/ff_4.5.0.tar.gz) = 70b2ae168af80022bfbfc57a4a7423b6ce227c8d98781e8b75ff4f3fef7d04d7c73b0e0be015213e77e9a50f5dd50ad536488bd44c70c83c6edc2d5d57ad2508
+Size (R/ff_4.5.0.tar.gz) = 328402 bytes



Home | Main Index | Thread Index | Old Index