Index: head/www/R-cran-shiny/Makefile =================================================================== --- head/www/R-cran-shiny/Makefile (revision 470272) +++ head/www/R-cran-shiny/Makefile (revision 470273) @@ -1,29 +1,32 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Web Application Framework for R LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -CRAN_DEPENDS= R-cran-httpuv>=1.3.5:www/R-cran-httpuv \ +CRAN_DEPENDS= R-cran-httpuv>=1.4.3:www/R-cran-httpuv \ R-cran-mime>=0.3:misc/R-cran-mime \ R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ R-cran-xtable>0:textproc/R-cran-xtable \ R-cran-digest>0:security/R-cran-digest \ R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \ R-cran-R6>=2.0:devel/R-cran-R6 \ - R-cran-sourcetools>0:devel/R-cran-sourcetools + R-cran-sourcetools>0:devel/R-cran-sourcetools \ + R-cran-later>=0.7.2:devel/R-cran-later \ + R-cran-promises>=1.0.1:devel/R-cran-promises \ + R-cran-crayon>0:devel/R-cran-crayon \ + R-cran-rlang>0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include Index: head/www/R-cran-shiny/distinfo =================================================================== --- head/www/R-cran-shiny/distinfo (revision 470272) +++ head/www/R-cran-shiny/distinfo (revision 470273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503920358 -SHA256 (shiny_1.0.5.tar.gz) = 20e25f3f72f3608a2151663f7836f2e0c6da32683a555d7541063ae7a935fa42 -SIZE (shiny_1.0.5.tar.gz) = 2330710 +TIMESTAMP = 1526619533 +SHA256 (shiny_1.1.0.tar.gz) = 70b564cd1b0ba89bae10bc94c6a3b50bd8ffb1a7d85f4aa41b2949e0ea245c89 +SIZE (shiny_1.1.0.tar.gz) = 2350156 Index: head/www/R-cran-shiny/pkg-descr =================================================================== --- head/www/R-cran-shiny/pkg-descr (revision 470272) +++ head/www/R-cran-shiny/pkg-descr (revision 470273) @@ -1,11 +1,11 @@ Shiny makes it super simple for R users like you to turn analyses into interactive web applications that anyone can use. Let your users choose input parameters using friendly controls like sliders, drop-downs, and text fields. Easily incorporate any number of outputs like plots, tables, and summaries. No HTML or JavaScript knowledge is necessary. If you have some experience with R, youre just minutes away from combining the statistical power of R with the simplicity of a web page. -WWW: http://shiny.rstudio.com/ +WWW: https://shiny.rstudio.com/