Sun May 1 14:35:40 2022 UTC ()
(textproc/R-spelling) +TEST_DEPENDS+=, but still one missing


(mef)
diff -r1.2 -r1.3 pkgsrc/textproc/R-spelling/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/textproc/R-spelling/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/R-spelling/Makefile 2021/08/24 11:14:59 1.2
+++ pkgsrc/textproc/R-spelling/Makefile 2022/05/01 14:35:40 1.3
@@ -1,19 +1,24 @@ @@ -1,19 +1,24 @@
1# $NetBSD: Makefile,v 1.2 2021/08/24 11:14:59 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2022/05/01 14:35:40 mef Exp $
2 2
3R_PKGNAME= spelling 3R_PKGNAME= spelling
4R_PKGVER= 2.2 4R_PKGVER= 2.2
5CATEGORIES= textproc 5CATEGORIES= textproc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Tools for Spell Checking in R 8COMMENT= Tools for Spell Checking in R
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-knitr>=1.23:../../print/R-knitr 11DEPENDS+= R-knitr>=1.23:../../print/R-knitr
12DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark 12DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark
13DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2 13DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2
14DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell 14DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell
15 15
 16# Package suggested but not available: 'pdftools'
 17TEST_DEPENDS+= R-commonmark-[0-9]*:../../textproc/R-commonmark
 18TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
 19TEST_DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell
 20
16USE_LANGUAGES= # none 21USE_LANGUAGES= # none
17 22
18.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
19.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"