diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2022-07-17 16:30:47 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2022-07-17 16:40:57 +0000 |
commit | bb97f367967ffc951f7e1783638d14f9c1c49eab (patch) | |
tree | 3286400fd08d5217b3b5cfad6a4786e164f61b3a /math | |
parent | b5cba0f21c67d4123f9ee217fce5d7276ab9e342 (diff) | |
download | freebsd-ports-bb97f367967ffc951f7e1783638d14f9c1c49eab.zip |
math/R-cran-igraph: Update to 1.3.3
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-igraph/Makefile | 5 | ||||
-rw-r--r-- | math/R-cran-igraph/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index e226d0de7677..b815b671e3a3 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping <wenheping@gmail.com> PORTNAME= igraph -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,7 +15,8 @@ BROKEN_sparc64= does not compile on sparc64: uses i386 assembler LIB_DEPENDS= libgmp.so:math/gmp \ libglpk.so:math/glpk CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig + R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig \ + R-cran-rlang>0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 55fa6814eb3e..4fcd9f93061d 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655196289 -SHA256 (igraph_1.3.2.tar.gz) = 0f5066180e223e165d28cee050054008ca23102e8392ff4ecd72e733537ec320 -SIZE (igraph_1.3.2.tar.gz) = 2485997 +TIMESTAMP = 1658070960 +SHA256 (igraph_1.3.3.tar.gz) = d964a7d43860b9e92df0a998e265d4e02df419c774c41b429cf191e3946fe21b +SIZE (igraph_1.3.3.tar.gz) = 2493144 |