Mon May 31 23:48:59 2021 UTC ()
(devel/R-xfun) Update TEST_DEPENDS+, fix typo


(mef)
diff -r1.8 -r1.9 pkgsrc/devel/R-xfun/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-xfun/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-xfun/Makefile 2021/05/31 23:48:13 1.8
+++ pkgsrc/devel/R-xfun/Makefile 2021/05/31 23:48:58 1.9
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.8 2021/05/31 23:48:13 mef Exp $ 1# $NetBSD: Makefile,v 1.9 2021/05/31 23:48:58 mef Exp $
2 2
3R_PKGNAME= xfun 3R_PKGNAME= xfun
4R_PKGVER= 0.23 4R_PKGVER= 0.23
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Miscellaneous functions by 'Yihui Xie' 8COMMENT= Miscellaneous functions by 'Yihui Xie'
9LICENSE= mit 9LICENSE= mit
10 10
11TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 11TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
12TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 12TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
13TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex 13TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
14TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit 14TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
15TEST_DEPENDS+= R-pa-[0-9]*:../../devel/R-pakk 15TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
16#EST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv 16#EST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
17 17
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19 19
20.include "../../math/R/Makefile.extension" 20.include "../../math/R/Makefile.extension"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"