- Update to 0.8.4
This commit is contained in:
parent
e6d84d3723
commit
2465f0a048
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418939
2 changed files with 12 additions and 7 deletions
|
@ -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 Using R
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue