pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-crosstalk (textproc/R-crosstalk) Add DEPEND...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df984c2981e5
branches:  trunk
changeset: 458035:df984c2981e5
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 08 02:24:26 2021 +0000

description:
(textproc/R-crosstalk) Add DEPENDS+= R-R6-[0-9]*, TEST_DEPENDS+= R-testthat

diffstat:

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

diffs (21 lines):

diff -r 51f43737aa2c -r df984c2981e5 textproc/R-crosstalk/Makefile
--- a/textproc/R-crosstalk/Makefile     Wed Sep 08 00:27:17 2021 +0000
+++ b/textproc/R-crosstalk/Makefile     Wed Sep 08 02:24:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/09/04 11:51:19 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/09/08 02:24:26 mef Exp $
 
 R_PKGNAME=     crosstalk
 R_PKGVER=      1.1.1
@@ -11,9 +11,11 @@
 DEPENDS+=      R-lazyeval>=0.2.2:../../devel/R-lazyeval
 DEPENDS+=      R-htmltools>=0.3.5:../../textproc/R-htmltools
 DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
 
 TEST_DEPENDS+= R-shiny>=0.11:../../www/R-shiny
 TEST_DEPENDS+= R-ggplot2>=3.2.0:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index