aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-shiny/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-05-18 06:41:12 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-05-18 06:41:12 +0000
commit21b60b922642e83030b153af2e26609eb0a5452a (patch)
treea260bf84cff64a6cdba0d432553704ae2783b9ca /www/R-cran-shiny/Makefile
parent3f7b55fe1f5b2a6b56fb4bf729ad6ac793c5bd5b (diff)
downloadports-21b60b922642e83030b153af2e26609eb0a5452a.tar.gz
ports-21b60b922642e83030b153af2e26609eb0a5452a.zip
- Update to 1.1.0
- Update WWW: line in pkg-descr
Notes
Notes: svn path=/head/; revision=470273
Diffstat (limited to 'www/R-cran-shiny/Makefile')
-rw-r--r--www/R-cran-shiny/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile
index ce2a2a7ddbb2..f997c4a4fab3 100644
--- a/www/R-cran-shiny/Makefile
+++ b/www/R-cran-shiny/Makefile
@@ -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}