pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-backports



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Oct 27 09:37:11 UTC 2024

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

Log Message:
(math/R-backports) Updated 1.4.1 to 1.5.0, make test has font issue

# backports 1.5.0

* Added backport for the null-coalesce operator `%||%` for R versions prior to 4.4.0.
* `lengths()` now also works for long vectors (#64, thanks to @HughParsonage)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-backports/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-backports/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-backports/Makefile
diff -u pkgsrc/math/R-backports/Makefile:1.4 pkgsrc/math/R-backports/Makefile:1.5
--- pkgsrc/math/R-backports/Makefile:1.4        Sun May 29 00:15:51 2022
+++ pkgsrc/math/R-backports/Makefile    Sun Oct 27 09:37:11 2024
@@ -1,12 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2022/05/29 00:15:51 wen Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/27 09:37:11 mef Exp $
 
 R_PKGNAME=     backports
-R_PKGVER=      1.4.1
+R_PKGVER=      1.5.0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Reimplementations of functions introduced since R-3.0.0
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+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
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-backports/distinfo
diff -u pkgsrc/math/R-backports/distinfo:1.5 pkgsrc/math/R-backports/distinfo:1.6
--- pkgsrc/math/R-backports/distinfo:1.5        Sun May 29 00:15:51 2022
+++ pkgsrc/math/R-backports/distinfo    Sun Oct 27 09:37:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/05/29 00:15:51 wen Exp $
+$NetBSD: distinfo,v 1.6 2024/10/27 09:37:11 mef Exp $
 
-BLAKE2s (R/backports_1.4.1.tar.gz) = 1a60cc8ed58952f8c2faf8e82034b1f959a722428f5821e739d9a8cd28af45d7
-SHA512 (R/backports_1.4.1.tar.gz) = e178c4e9ccf278e3f503e2424d2d60866bb8054b7e10c105cbaa63009e84fc9be2c180f1e9947839f7d5a885a399f7a396cc3c6afe7f13e8f20fd055da43e7ab
-Size (R/backports_1.4.1.tar.gz) = 26201 bytes
+BLAKE2s (R/backports_1.5.0.tar.gz) = fcb10ce990dcce3e60a0a7c15d96675c8236c35f9c52a527f319238f17dfd65f
+SHA512 (R/backports_1.5.0.tar.gz) = 4f9dd2bd7458fec2632c357573da1187d4fa612dc543eab17d0f727a15afe36ce7b51c0e0eb670cd28393c30be1d43ae20dc401d0fd99b5cdbed068f0659e868
+Size (R/backports_1.5.0.tar.gz) = 30687 bytes



Home | Main Index | Thread Index | Old Index