From owner-svn-ports-all@freebsd.org Fri Sep 16 21:27:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44E34BDDC81; Fri, 16 Sep 2016 21:27:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFCB2144; Fri, 16 Sep 2016 21:27:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8GLRLn6018574; Fri, 16 Sep 2016 21:27:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8GLRLQ3018572; Fri, 16 Sep 2016 21:27:21 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201609162127.u8GLRLQ3018572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 16 Sep 2016 21:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422271 - head/www/R-cran-shiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 21:27:22 -0000 Author: tota Date: Fri Sep 16 21:27:20 2016 New Revision: 422271 URL: https://svnweb.freebsd.org/changeset/ports/422271 Log: - Update to 0.14 Modified: head/www/R-cran-shiny/Makefile (contents, props changed) head/www/R-cran-shiny/distinfo (contents, props changed) Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Fri Sep 16 21:01:21 2016 (r422270) +++ head/www/R-cran-shiny/Makefile Fri Sep 16 21:27:20 2016 (r422271) @@ -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 Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Fri Sep 16 21:01:21 2016 (r422270) +++ head/www/R-cran-shiny/distinfo Fri Sep 16 21:27:20 2016 (r422271) @@ -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