pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-remotes (devel/R-remotes) Added two TEST_DEPEN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c661e1686c21
branches:  trunk
changeset: 378143:c661e1686c21
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Apr 29 15:29:46 2022 +0000

description:
(devel/R-remotes) Added two TEST_DEPENDS, but test not pass

diffstat:

 devel/R-remotes/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 33372ea4b148 -r c661e1686c21 devel/R-remotes/Makefile
--- a/devel/R-remotes/Makefile  Fri Apr 29 15:27:41 2022 +0000
+++ b/devel/R-remotes/Makefile  Fri Apr 29 15:29:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/04/29 14:56:15 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/29 15:29:46 mef Exp $
 
 R_PKGNAME=     remotes
 R_PKGVER=      2.4.2
@@ -9,14 +9,15 @@
 LICENSE=       mit
 
 # Package suggested but not available: 'webfakes'
-#EST_DEPENDS+= R-webfake-[0-9]*:../../www/R-webfakes
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-brew-[0-9]*:../../textproc/R-brew
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
 TEST_DEPENDS+= R-git2r-[0-9]*:../../devel/R-git2r
 TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index