pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-testthat



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jul 30 13:37:16 UTC 2023

Modified Files:
        pkgsrc/devel/R-testthat: Makefile

Log Message:
(devel/R-testthat) Add TEST_DEPENDS+= tex-latex-bin


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/R-testthat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-testthat/Makefile
diff -u pkgsrc/devel/R-testthat/Makefile:1.19 pkgsrc/devel/R-testthat/Makefile:1.20
--- pkgsrc/devel/R-testthat/Makefile:1.19       Sun Jun 18 13:59:10 2023
+++ pkgsrc/devel/R-testthat/Makefile    Sun Jul 30 13:37:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/06/18 13:59:10 mef Exp $
+# $NetBSD: Makefile,v 1.20 2023/07/30 13:37:16 mef Exp $
 
 R_PKGNAME=     testthat
 R_PKGVER=      3.1.9
@@ -31,12 +31,13 @@ TEST_DEPENDS+=      R-mockery-[0-9]*:../../de
 TEST_DEPENDS+= R-diffviewer>=0.1.1:../../www/R-diffviewer
 TEST_DEPENDS+= R-callr>=3.5.1:../../devel/R-callr
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 TEST_DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
 TEST_DEPENDS+= R-desc-[0-9]*:../../devel/R-desc
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
 
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
-TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown



Home | Main Index | Thread Index | Old Index