pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-xfun



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 31 23:48:13 UTC 2021

Modified Files:
        pkgsrc/devel/R-xfun: Makefile

Log Message:
(devel/R-xfun) Update TEST_DEPENDS+, but still failing


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-xfun/Makefile

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

Modified files:

Index: pkgsrc/devel/R-xfun/Makefile
diff -u pkgsrc/devel/R-xfun/Makefile:1.7 pkgsrc/devel/R-xfun/Makefile:1.8
--- pkgsrc/devel/R-xfun/Makefile:1.7    Mon May 31 23:39:12 2021
+++ pkgsrc/devel/R-xfun/Makefile        Mon May 31 23:48:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/05/31 23:39:12 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/31 23:48:13 mef Exp $
 
 R_PKGNAME=     xfun
 R_PKGVER=      0.23
@@ -8,13 +8,12 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Miscellaneous functions by 'Yihui Xie'
 LICENSE=       mit
 
-# Packages suggested but not available:
-#  'testit', 'pak'
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
-TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
+TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
 TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
-TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
+TEST_DEPENDS+= R-pa-[0-9]*:../../devel/R-pakk
+#EST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index