pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-shiny



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jun  9 14:11:07 UTC 2021

Modified Files:
        pkgsrc/www/R-shiny: Makefile

Log Message:
(www/R-shiny) Add three DEPENDS+= lines


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/R-shiny/Makefile

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

Modified files:

Index: pkgsrc/www/R-shiny/Makefile
diff -u pkgsrc/www/R-shiny/Makefile:1.4 pkgsrc/www/R-shiny/Makefile:1.5
--- pkgsrc/www/R-shiny/Makefile:1.4     Tue Jun  8 02:00:14 2021
+++ pkgsrc/www/R-shiny/Makefile Wed Jun  9 14:11:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/06/08 02:00:14 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/09 14:11:06 mef Exp $
 
 R_PKGNAME=     shiny
 R_PKGVER=      1.6.0
@@ -23,6 +23,10 @@ DEPENDS+=    R-commonmark-[0-9]*:../../text
 DEPENDS+=      R-bslib-[0-9]*:../../www/R-bslib
 DEPENDS+=      R-cachem-[0-9]*:../../devel/R-cachem
 DEPENDS+=      R-xtable-[0-9]*:../../math/R-xtable
+DEPENDS+=      R-withr-[0-9]*:../../devel/R-withr
+DEPENDS+=      R-glue-[0-9]*:../../devel/R-glue
+DEPENDS+=      R-ellipsis-[0-9]*:../../math/R-ellipsis
+DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 
 #  'Cairo', 'testthat', 'ggplot2', 'reactlog', 'shinytest', 'future',
 #  'dygraphs', 'ragg', 'showtext'



Home | Main Index | Thread Index | Old Index