pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-crosstalk



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep  8 02:24:26 UTC 2021

Modified Files:
        pkgsrc/textproc/R-crosstalk: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/R-crosstalk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-crosstalk/Makefile
diff -u pkgsrc/textproc/R-crosstalk/Makefile:1.2 pkgsrc/textproc/R-crosstalk/Makefile:1.3
--- pkgsrc/textproc/R-crosstalk/Makefile:1.2    Sat Sep  4 11:51:19 2021
+++ pkgsrc/textproc/R-crosstalk/Makefile        Wed Sep  8 02:24:26 2021
@@ -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 @@ LICENSE=     mit     # + file LICENSE
 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