pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-testthat (devel/R-testthat) Fix build, two DEP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55f3929bcf2c
branches:  trunk
changeset: 411860:55f3929bcf2c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 22 08:12:08 2020 +0000

description:
(devel/R-testthat) Fix build, two DEPENDS+ were missing

diffstat:

 devel/R-testthat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a6b0f044298d -r 55f3929bcf2c devel/R-testthat/Makefile
--- a/devel/R-testthat/Makefile Sat Feb 22 07:52:01 2020 +0000
+++ b/devel/R-testthat/Makefile Sat Feb 22 08:12:08 2020 +0000
@@ -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-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