Date: Sun, 6 Dec 2015 13:39:49 +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: r403114 - head/www/R-cran-shiny Message-ID: <201512061339.tB6Ddn8Y099099@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Dec 6 13:39:49 2015 New Revision: 403114 URL: https://svnweb.freebsd.org/changeset/ports/403114 Log: - Update to 0.12.2 Modified: head/www/R-cran-shiny/Makefile head/www/R-cran-shiny/distinfo Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Sun Dec 6 13:38:28 2015 (r403113) +++ head/www/R-cran-shiny/Makefile Sun Dec 6 13:39:49 2015 (r403114) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.12.2 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,11 +11,13 @@ COMMENT= Web Application Framework for R LICENSE= GPLv3 -RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \ - R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools \ - R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \ +RUN_DEPENDS= R-cran-httpuv>=1.3.3:${PORTSDIR}/www/R-cran-httpuv \ + R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime \ + R-cran-jsonlite>=0.9.16:${PORTSDIR}/converters/R-cran-jsonlite \ R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable \ - R-cran-digest>0:${PORTSDIR}/security/R-cran-digest + R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \ + R-cran-htmltools>=0.2.6:${PORTSDIR}/textproc/R-cran-htmltools \ + R-cran-R6>=2.0:${PORTSDIR}/devel/R-cran-R6 USES= cran:auto-plist Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Sun Dec 6 13:38:28 2015 (r403113) +++ head/www/R-cran-shiny/distinfo Sun Dec 6 13:39:49 2015 (r403114) @@ -1,2 +1,2 @@ -SHA256 (shiny_0.9.1.tar.gz) = 23b230c3a1e14dad4ab8f788c7eab4f26b8eb986fade4fb7af215c250f5af696 -SIZE (shiny_0.9.1.tar.gz) = 958658 +SHA256 (shiny_0.12.2.tar.gz) = 09ce766020040bee28d67c4b76e1b38c6a871232c75df14b51fb68f034deaf41 +SIZE (shiny_0.12.2.tar.gz) = 1486981
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512061339.tB6Ddn8Y099099>