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:           Sat Feb 15 07:11:02 UTC 2020

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

Log Message:
(devel/R-testthat) Add TEST_DEPENDS+=  R-devtools


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/R-testthat/Makefile:1.4
--- pkgsrc/devel/R-testthat/Makefile:1.3        Sat Feb 15 06:09:00 2020
+++ pkgsrc/devel/R-testthat/Makefile    Sat Feb 15 07:11:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/02/15 06:09:00 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/15 07:11:02 mef Exp $
 
 R_PKGNAME=     testthat
 R_PKGVER=      2.3.1
@@ -18,6 +18,8 @@ DEPENDS+=     R-withr>=2.0.0:../../devel/R-w
 DEPENDS+=      R-praise>=1.0.0:../../misc/R-praise
 DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
 
+TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index