diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-16 21:27:20 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-16 21:27:20 +0000 |
commit | a3ee811b8f2a191e260ae333e6b1629aaa3e7fe0 (patch) | |
tree | 3234401786a901fe1eb161c2c100665174247a46 | |
parent | - Remove always false condition (diff) |
- Update to 0.14
-rw-r--r-- | www/R-cran-shiny/Makefile | 11 | ||||
-rw-r--r-- | www/R-cran-shiny/distinfo | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index 1fe54f0e1ebc..861ec5a6d653 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.13.2 +PORTVERSION= 0.14 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,13 +12,16 @@ COMMENT= Web Application Framework for R LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= R-cran-httpuv>=1.3.3:www/R-cran-httpuv \ +CRAN_DEPENDS= R-cran-httpuv>=1.3.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:textproc/R-cran-htmltools \ - R-cran-R6>=2.0:devel/R-cran-R6 + 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 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/www/R-cran-shiny/distinfo b/www/R-cran-shiny/distinfo index 76ccf8bb6068..458d2779291c 100644 --- a/www/R-cran-shiny/distinfo +++ b/www/R-cran-shiny/distinfo @@ -1,2 +1,3 @@ -SHA256 (shiny_0.13.2.tar.gz) = 0fe7e952f468242d7c43ae49afcc764788f7f2fd5436d18c3d20a80db7296231 -SIZE (shiny_0.13.2.tar.gz) = 1854845 +TIMESTAMP = 1473653365 +SHA256 (shiny_0.14.tar.gz) = 9bf4adc89384e08b28cff4781070203c7d8cbf66c27f694c3a09b4a7291a2251 +SIZE (shiny_0.14.tar.gz) = 2110934 |