svn commit: r470273 - head/www/R-cran-shiny
TAKATSU Tomonari
tota at FreeBSD.org
Fri May 18 06:41:13 UTC 2018
Author: tota
Date: Fri May 18 06:41:12 2018
New Revision: 470273
URL: https://svnweb.freebsd.org/changeset/ports/470273
Log:
- Update to 1.1.0
- Update WWW: line in pkg-descr
Modified:
head/www/R-cran-shiny/Makefile (contents, props changed)
head/www/R-cran-shiny/distinfo (contents, props changed)
head/www/R-cran-shiny/pkg-descr (contents, props changed)
Modified: head/www/R-cran-shiny/Makefile
==============================================================================
--- head/www/R-cran-shiny/Makefile Fri May 18 06:39:29 2018 (r470272)
+++ head/www/R-cran-shiny/Makefile Fri May 18 06:41:12 2018 (r470273)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= shiny
-PORTVERSION= 1.0.5
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,14 +12,18 @@ 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}
Modified: head/www/R-cran-shiny/distinfo
==============================================================================
--- head/www/R-cran-shiny/distinfo Fri May 18 06:39:29 2018 (r470272)
+++ head/www/R-cran-shiny/distinfo Fri May 18 06:41:12 2018 (r470273)
@@ -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
Modified: head/www/R-cran-shiny/pkg-descr
==============================================================================
--- head/www/R-cran-shiny/pkg-descr Fri May 18 06:39:29 2018 (r470272)
+++ head/www/R-cran-shiny/pkg-descr Fri May 18 06:41:12 2018 (r470273)
@@ -8,4 +8,4 @@ No HTML or JavaScript knowledge is necessary. If you h
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/
More information about the svn-ports-all
mailing list