Wed Sep 25 17:21:08 2019 UTC ()
Add a missing dependency on devel/R-R6.


(brook)
diff -r1.1 -r1.2 pkgsrc/devel/R-testthat/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/R-testthat/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-testthat/Makefile 2019/08/09 18:39:07 1.1
+++ pkgsrc/devel/R-testthat/Makefile 2019/09/25 17:21:08 1.2
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.1 2019/08/09 18:39:07 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2019/09/25 17:21:08 brook Exp $
2 2
3R_PKGNAME= testthat 3R_PKGNAME= testthat
4R_PKGVER= 2.2.1 4R_PKGVER= 2.2.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Unit testing for R 8COMMENT= Unit testing for R
9LICENSE= mit 9LICENSE= mit
10 10
 11DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
11DEPENDS+= R-cli>=1.1.0:../../devel/R-cli 12DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
12DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon 13DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
13DEPENDS+= R-evaluate>=0.14:../../devel/R-evaluate 14DEPENDS+= R-evaluate>=0.14:../../devel/R-evaluate
14DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr 15DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
15DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang 16DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
16DEPENDS+= R-withr>=2.0.0:../../devel/R-withr 17DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
17DEPENDS+= R-praise>=1.0.0:../../misc/R-praise 18DEPENDS+= R-praise>=1.0.0:../../misc/R-praise
18DEPENDS+= R-digest>=0.6.20:../../security/R-digest 19DEPENDS+= R-digest>=0.6.20:../../security/R-digest
19 20
20USE_LANGUAGES= c c++ 21USE_LANGUAGES= c c++
21 22
22.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"