diff options
Diffstat (limited to 'www/R-cran-shiny/Makefile')
-rw-r--r-- | www/R-cran-shiny/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index 5832f33cb427..79ec4ebf042b 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.12.2 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,11 +11,13 @@ COMMENT= Web Application Framework for R LICENSE= GPLv3 -RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \ - R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools \ - R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \ +RUN_DEPENDS= R-cran-httpuv>=1.3.3:${PORTSDIR}/www/R-cran-httpuv \ + R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime \ + R-cran-jsonlite>=0.9.16:${PORTSDIR}/converters/R-cran-jsonlite \ R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable \ - R-cran-digest>0:${PORTSDIR}/security/R-cran-digest + R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \ + R-cran-htmltools>=0.2.6:${PORTSDIR}/textproc/R-cran-htmltools \ + R-cran-R6>=2.0:${PORTSDIR}/devel/R-cran-R6 USES= cran:auto-plist |