Index: head/graphics/R-cran-diagram/Makefile =================================================================== --- head/graphics/R-cran-diagram/Makefile (revision 449264) +++ head/graphics/R-cran-diagram/Makefile (revision 449265) @@ -1,19 +1,20 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= diagram -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for visualising simple graphs, plotting flow diagrams -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-shape>0:graphics/R-cran-shape +CRAN_DEPENDS= R-cran-shape>0:graphics/R-cran-shape +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include Index: head/graphics/R-cran-diagram/distinfo =================================================================== --- head/graphics/R-cran-diagram/distinfo (revision 449264) +++ head/graphics/R-cran-diagram/distinfo (revision 449265) @@ -1,2 +1,3 @@ -SHA256 (diagram_1.6.3.tar.gz) = 01eb732f343b26b3c2d7833f6ab82194c84ca05a2c560bca3b1f8691c929eac5 -SIZE (diagram_1.6.3.tar.gz) = 466691 +TIMESTAMP = 1504523708 +SHA256 (diagram_1.6.4.tar.gz) = 7c2bc5d5d634c3b8ca7fea79fb463e412962d88f47a77a74c811cc62f375ce38 +SIZE (diagram_1.6.4.tar.gz) = 542720 Index: head/graphics/R-cran-diagram/pkg-descr =================================================================== --- head/graphics/R-cran-diagram/pkg-descr (revision 449264) +++ head/graphics/R-cran-diagram/pkg-descr (revision 449265) @@ -1,7 +1,7 @@ Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs,... Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009). Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb) -WWW: http://cran.r-project.org/web/packages/diagram/ +WWW: https://cran.r-project.org/web/packages/diagram/