Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2016 09:18:03 +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: r419469 - head/graphics/R-cran-dygraphs
Message-ID:  <201608020918.u729I3DT058596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Aug  2 09:18:02 2016
New Revision: 419469
URL: https://svnweb.freebsd.org/changeset/ports/419469

Log:
  - Update to 1.1.1.0

Modified:
  head/graphics/R-cran-dygraphs/Makefile   (contents, props changed)
  head/graphics/R-cran-dygraphs/distinfo   (contents, props changed)

Modified: head/graphics/R-cran-dygraphs/Makefile
==============================================================================
--- head/graphics/R-cran-dygraphs/Makefile	Tue Aug  2 09:00:58 2016	(r419468)
+++ head/graphics/R-cran-dygraphs/Makefile	Tue Aug  2 09:18:02 2016	(r419469)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dygraphs
-PORTVERSION=	0.9
+PORTVERSION=	1.1.1.0
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,10 +11,13 @@ COMMENT=	Interface to Dygraphs Interacti
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	R-cran-magrittr>0:devel/R-cran-magrittr \
-		R-cran-htmlwidgets>=0.3.2:www/R-cran-htmlwidgets \
+CRAN_DEPENDS=	R-cran-magrittr>0:devel/R-cran-magrittr \
+		R-cran-htmlwidgets>=0.6:www/R-cran-htmlwidgets \
+		R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \
 		R-cran-zoo>=1.7.10:math/R-cran-zoo \
 		R-cran-xts>=0.9.7:math/R-cran-xts
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist
 

Modified: head/graphics/R-cran-dygraphs/distinfo
==============================================================================
--- head/graphics/R-cran-dygraphs/distinfo	Tue Aug  2 09:00:58 2016	(r419468)
+++ head/graphics/R-cran-dygraphs/distinfo	Tue Aug  2 09:18:02 2016	(r419469)
@@ -1,2 +1,3 @@
-SHA256 (dygraphs_0.9.tar.gz) = 2aa4754a7d824d8994c2a97ee02bab163319f065b4d10d289337dc8398c0646c
-SIZE (dygraphs_0.9.tar.gz) = 288937
+TIMESTAMP = 1470122668
+SHA256 (dygraphs_1.1.1.0.tar.gz) = ab5127d1dde1db779170488313453801e3d8e33d1371a1cde85437fb699db0ab
+SIZE (dygraphs_1.1.1.0.tar.gz) = 293300



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608020918.u729I3DT058596>