Date: Thu, 11 May 2023 08:32:42 GMT From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 069813a00790 - main - math/R-cran-igraph: Update to 1.4.2 Message-ID: <202305110832.34B8Wgvj081967@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=069813a0079062c035fae18ab123588a6b29336f commit 069813a0079062c035fae18ab123588a6b29336f Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2023-04-26 02:02:31 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2023-05-11 08:32:20 +0000 math/R-cran-igraph: Update to 1.4.2 --- math/R-cran-igraph/Makefile | 10 +++++----- math/R-cran-igraph/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index e648a330698d..ec3ff62b9e72 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= igraph -DISTVERSION= 1.3.4 -PORTREVISION= 1 +DISTVERSION= 1.4.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,12 +11,13 @@ LICENSE= GPLv2+ 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 \ +CRAN_DEPENDS= R-cran-cpp11>=0.2.0:devel/R-cran-cpp11 \ + R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig \ R-cran-rlang>0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} +LIB_DEPENDS= libglpk.so:math/glpk \ + libgmp.so:math/gmp RUN_DEPENDS= ${CRAN_DEPENDS} USES= compiler:c++11-lang cran:auto-plist,compiles gnome diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 216b0d625a7f..c93382d55b03 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658360151 -SHA256 (igraph_1.3.4.tar.gz) = ba1ac3d8261241476c1f86db4c9bf6dd833a7a707aeb0c46a5853f5e7b61d1cf -SIZE (igraph_1.3.4.tar.gz) = 2494877 +TIMESTAMP = 1682474524 +SHA256 (igraph_1.4.2.tar.gz) = 7d5300adb1a25a6470cada8630e35ef416181147ab624d5a0a8d3552048c4ae5 +SIZE (igraph_1.4.2.tar.gz) = 3308627
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305110832.34B8Wgvj081967>