From owner-svn-ports-all@freebsd.org Wed May 10 03:58:44 2017 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 6D2DCD65CD8; Wed, 10 May 2017 03:58:44 +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 17BE413A5; Wed, 10 May 2017 03:58:44 +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 v4A3wheu022087; Wed, 10 May 2017 03:58:43 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4A3whvv022085; Wed, 10 May 2017 03:58:43 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705100358.v4A3whvv022085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 10 May 2017 03:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440525 - head/graphics/R-cran-DiagrammeR 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: Wed, 10 May 2017 03:58:44 -0000 Author: tota Date: Wed May 10 03:58:42 2017 New Revision: 440525 URL: https://svnweb.freebsd.org/changeset/ports/440525 Log: - Update to 0.9.0 Modified: head/graphics/R-cran-DiagrammeR/Makefile (contents, props changed) head/graphics/R-cran-DiagrammeR/distinfo (contents, props changed) Modified: head/graphics/R-cran-DiagrammeR/Makefile ============================================================================== --- head/graphics/R-cran-DiagrammeR/Makefile Wed May 10 02:43:43 2017 (r440524) +++ head/graphics/R-cran-DiagrammeR/Makefile Wed May 10 03:58:42 2017 (r440525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DiagrammeR -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,13 +11,19 @@ COMMENT= Create Diagrams and Flowcharts LICENSE= MIT -CRAN_DEPENDS= R-cran-htmlwidgets>=0.6:www/R-cran-htmlwidgets \ - R-cran-igraph>=1.0.0:math/R-cran-igraph \ +CRAN_DEPENDS= R-cran-dplyr>=0.5.0:math/R-cran-dplyr \ + R-cran-htmlwidgets>=0.8:www/R-cran-htmlwidgets \ + R-cran-igraph>=1.0.1:math/R-cran-igraph \ R-cran-influenceR>=0.1.0:math/R-cran-influenceR \ + R-cran-magrittr>=1.5:devel/R-cran-magrittr \ + R-cran-RColorBrewer>=1.1.2:graphics/R-cran-RColorBrewer \ R-cran-rstudioapi>=0.6:devel/R-cran-rstudioapi \ - R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ - R-cran-visNetwork>=1.0.0:graphics/R-cran-visNetwork \ - R-cran-scales>=0.4.0:graphics/R-cran-scales + R-cran-rgexf>=0.15.3:devel/R-cran-rgexf \ + R-cran-scales>=0.4.1:graphics/R-cran-scales \ + R-cran-stringr>=1.1.0:textproc/R-cran-stringr \ + R-cran-tibble>=1.2:devel/R-cran-tibble \ + R-cran-viridis>=0.3.4:graphics/R-cran-viridis \ + R-cran-visNetwork>=1.0.2:graphics/R-cran-visNetwork BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/graphics/R-cran-DiagrammeR/distinfo ============================================================================== --- head/graphics/R-cran-DiagrammeR/distinfo Wed May 10 02:43:43 2017 (r440524) +++ head/graphics/R-cran-DiagrammeR/distinfo Wed May 10 03:58:42 2017 (r440525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468902394 -SHA256 (DiagrammeR_0.8.4.tar.gz) = 0503935fa120c7c7cdcfd4dce85558b23fd0bcb7e6b32fa6989087d3c88ec404 -SIZE (DiagrammeR_0.8.4.tar.gz) = 3505013 +TIMESTAMP = 1494136941 +SHA256 (DiagrammeR_0.9.0.tar.gz) = 8f42964f6a52bfee601297cf03bef99d1568b672426d44d14c0b543ec6814626 +SIZE (DiagrammeR_0.9.0.tar.gz) = 4350988