pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-mockery



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug 24 11:09:50 UTC 2021

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

Log Message:
(devel/R-mockery) Add 2 lines for TEST_DEPENDS+=


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-mockery/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-mockery/Makefile
diff -u pkgsrc/devel/R-mockery/Makefile:1.1 pkgsrc/devel/R-mockery/Makefile:1.2
--- pkgsrc/devel/R-mockery/Makefile:1.1 Mon Jan 13 09:17:00 2020
+++ pkgsrc/devel/R-mockery/Makefile     Tue Aug 24 11:09:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/13 09:17:00 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/24 11:09:50 mef Exp $
 
 R_PKGNAME=     mockery
 R_PKGVER=      0.4.2
@@ -10,6 +10,9 @@ LICENSE=      mit     # + file LICENSE
 
 DEPENDS+=      R-testthat>=2.2.1:../../devel/R-testthat
 
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index