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 22 08:12:08 UTC 2020
Modified Files:
pkgsrc/devel/R-testthat: Makefile
Log Message:
(devel/R-testthat) Fix build, two DEPENDS+ were missing
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/R-testthat/Makefile:1.5
--- pkgsrc/devel/R-testthat/Makefile:1.4 Sat Feb 15 07:11:02 2020
+++ pkgsrc/devel/R-testthat/Makefile Sat Feb 22 08:12:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/02/15 07:11:02 mef Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/22 08:12:08 mef Exp $
R_PKGNAME= testthat
R_PKGVER= 2.3.1
@@ -17,6 +17,8 @@ DEPENDS+= R-rlang>=0.4.1:../../devel/R-r
DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
DEPENDS+= R-praise>=1.0.0:../../misc/R-praise
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
+DEPENDS+= R-ellipsis-[0-9]*:../../math/R-ellipsis
+DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
Home |
Main Index |
Thread Index |
Old Index