Sat Jan 20 11:06:53 2024 UTC (128d)
(devel/R-gert) +TEST_DEPENDS, now make test passed


(mef)
diff -r1.6 -r1.7 pkgsrc/devel/R-gert/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-gert/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-gert/Makefile 2024/01/20 04:03:23 1.6
+++ pkgsrc/devel/R-gert/Makefile 2024/01/20 11:06:53 1.7
@@ -1,31 +1,36 @@ @@ -1,31 +1,36 @@
1# $NetBSD: Makefile,v 1.6 2024/01/20 04:03:23 mef Exp $ 1# $NetBSD: Makefile,v 1.7 2024/01/20 11:06:53 mef Exp $
2 2
3R_PKGNAME= gert 3R_PKGNAME= gert
4R_PKGVER= 2.0.1 4R_PKGVER= 2.0.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Simple Git Client for R 8COMMENT= Simple Git Client for R
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-askpass>=1.1:../../security/R-askpass 11DEPENDS+= R-askpass>=1.1:../../security/R-askpass
12DEPENDS+= R-credentials>=1.2.1:../../security/R-credentials 12DEPENDS+= R-credentials>=1.2.1:../../security/R-credentials
13DEPENDS+= R-openssl>=2.0.3:../../security/R-openssl 13DEPENDS+= R-openssl>=2.0.3:../../security/R-openssl
14DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi 14DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi
15DEPENDS+= R-zip>=2.1.0:../../archivers/R-zip 15DEPENDS+= R-zip>=2.1.0:../../archivers/R-zip
16 16
17TEST_DEPENDS+= R-askpass-[0-9]*:../../security/R-askpass 17TEST_DEPENDS+= R-askpass-[0-9]*:../../security/R-askpass
18TEST_DEPENDS+= R-credentials-[0-9]*:../../security/R-credentials 18TEST_DEPENDS+= R-credentials-[0-9]*:../../security/R-credentials
19TEST_DEPENDS+= R-openssl-[0-9]*:../../security/R-openssl 19TEST_DEPENDS+= R-openssl-[0-9]*:../../security/R-openssl
20TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 20TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
21TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi 21TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
22TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling 22TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
23TEST_DEPENDS+= R-sys-[0-9]*:../../sysutils/R-sys 23TEST_DEPENDS+= R-sys-[0-9]*:../../sysutils/R-sys
24TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 24TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
25TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip 25TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
 26TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 27TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 28TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 29TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 30TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
26 31
27USE_LANGUAGES= c 32USE_LANGUAGES= c
28 33
29.include "../../math/R/Makefile.extension" 34.include "../../math/R/Makefile.extension"
30.include "../../devel/libgit2/buildlink3.mk" 35.include "../../devel/libgit2/buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"