From owner-svn-ports-head@freebsd.org Sat Jul 23 01:10:44 2016 Return-Path: Delivered-To: svn-ports-head@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 0E3E4BA2CF8; Sat, 23 Jul 2016 01:10: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 B96C11AF2; Sat, 23 Jul 2016 01:10:43 +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 u6N1AguN073403; Sat, 23 Jul 2016 01:10:42 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6N1AgEi073401; Sat, 23 Jul 2016 01:10:42 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201607230110.u6N1AgEi073401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 23 Jul 2016 01:10:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418939 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2016 01:10:44 -0000 Author: tota Date: Sat Jul 23 01:10:42 2016 New Revision: 418939 URL: https://svnweb.freebsd.org/changeset/ports/418939 Log: - Update to 0.8.4 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 Sat Jul 23 00:16:38 2016 (r418938) +++ head/graphics/R-cran-DiagrammeR/Makefile Sat Jul 23 01:10:42 2016 (r418939) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DiagrammeR -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,11 +11,15 @@ COMMENT= Create Diagrams and Flowcharts LICENSE= MIT -RUN_DEPENDS= R-cran-htmlwidgets>=0.5:www/R-cran-htmlwidgets \ - R-cran-rstudioapi>=0.3.1:devel/R-cran-rstudioapi \ +CRAN_DEPENDS= R-cran-htmlwidgets>=0.6:www/R-cran-htmlwidgets \ + R-cran-igraph>=1.0.0:math/R-cran-igraph \ + R-cran-influenceR>=0.1.0:math/R-cran-influenceR \ + R-cran-rstudioapi>=0.6:devel/R-cran-rstudioapi \ R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ - R-cran-visNetwork>=0.1.2:graphics/R-cran-visNetwork \ - R-cran-scales>=0.3.0:graphics/R-cran-scales + R-cran-visNetwork>=1.0.0:graphics/R-cran-visNetwork \ + R-cran-scales>=0.4.0:graphics/R-cran-scales +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/graphics/R-cran-DiagrammeR/distinfo ============================================================================== --- head/graphics/R-cran-DiagrammeR/distinfo Sat Jul 23 00:16:38 2016 (r418938) +++ head/graphics/R-cran-DiagrammeR/distinfo Sat Jul 23 01:10:42 2016 (r418939) @@ -1,2 +1,3 @@ -SHA256 (DiagrammeR_0.8.2.tar.gz) = c820f4488f7973e67e2f25cce773bd6757002c292bc5758ee029e63ee08d5f7e -SIZE (DiagrammeR_0.8.2.tar.gz) = 3532835 +TIMESTAMP = 1468902394 +SHA256 (DiagrammeR_0.8.4.tar.gz) = 0503935fa120c7c7cdcfd4dce85558b23fd0bcb7e6b32fa6989087d3c88ec404 +SIZE (DiagrammeR_0.8.4.tar.gz) = 3505013