Date: Fri, 18 May 2018 06:41:12 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470273 - head/www/R-cran-shiny Message-ID: <201805180641.w4I6fCY4061979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805180641.w4I6fCY4061979>