Sat Jun 5 07:32:59 2021 UTC ()
(textproc/R-stringr) Add TEST_DEPENDS+= lines


(mef)
diff -r1.7 -r1.8 pkgsrc/textproc/R-stringr/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/textproc/R-stringr/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/R-stringr/Makefile 2019/08/08 19:53:57 1.7
+++ pkgsrc/textproc/R-stringr/Makefile 2021/06/05 07:32:59 1.8
@@ -1,18 +1,22 @@ @@ -1,18 +1,22 @@
1# $NetBSD: Makefile,v 1.7 2019/08/08 19:53:57 brook Exp $ 1# $NetBSD: Makefile,v 1.8 2021/06/05 07:32:59 mef Exp $
2 2
3R_PKGNAME= stringr 3R_PKGNAME= stringr
4R_PKGVER= 1.4.0 4R_PKGVER= 1.4.0
5CATEGORIES= textproc 5CATEGORIES= textproc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Simple, consistent wrappers for common string operations 8COMMENT= Simple, consistent wrappers for common string operations
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11DEPENDS+= R-glue>=1.2.0:../../devel/R-glue 11DEPENDS+= R-glue>=1.2.0:../../devel/R-glue
12DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr 12DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
13DEPENDS+= R-stringi>=1.1.7:../../textproc/R-stringi 13DEPENDS+= R-stringi>=1.1.7:../../textproc/R-stringi
14 14
 15TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 16TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 17TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 18
15USE_LANGUAGES= # none 19USE_LANGUAGES= # none
16 20
17.include "../../math/R/Makefile.extension" 21.include "../../math/R/Makefile.extension"
18.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"