pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-shiny (www/R-shiny) Add three DEPENDS+= lines



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2daa50cd66
branches:  trunk
changeset: 454312:db2daa50cd66
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Jun 09 14:11:06 2021 +0000

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

diffstat:

 www/R-shiny/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 76d7c2cc9a7c -r db2daa50cd66 www/R-shiny/Makefile
--- a/www/R-shiny/Makefile      Wed Jun 09 13:42:30 2021 +0000
+++ b/www/R-shiny/Makefile      Wed Jun 09 14:11:06 2021 +0000
@@ -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-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