Date: Wed, 13 Dec 2023 11:26:05 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: ca0b5d31543e - main - math/R-cran-igraph: Update to 1.6.0 Message-ID: <202312131126.3BDBQ5b2015144@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=ca0b5d31543e1d7066f4d5528709e819c7beb8cb commit ca0b5d31543e1d7066f4d5528709e819c7beb8cb Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2023-12-13 08:42:20 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2023-12-13 11:25:52 +0000 math/R-cran-igraph: Update to 1.6.0 Reported by: portscout --- math/R-cran-igraph/Makefile | 14 ++++++-------- math/R-cran-igraph/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index 9961b706f6f2..5723ff36d3a9 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= igraph -DISTVERSION= 1.5.1 +DISTVERSION= 1.6.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,16 +11,14 @@ LICENSE= GPLv2+ BROKEN_sparc64= does not compile on sparc64: uses i386 assembler -CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ - R-cran-cpp11>=0.2.0:devel/R-cran-cpp11 \ +LIB_DEPENDS= libglpk.so:math/glpk \ + libgmp.so:math/gmp +RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-cpp11>=0.4.7:devel/R-cran-cpp11 \ + R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig \ - R-cran-lifecycle>0:devel/R-cran-lifecycle \ 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 USE_GNOME= libxml2 diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 7eca232aa0d6..420a6f74c8f9 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691801213 -SHA256 (igraph_1.5.1.tar.gz) = add90a1e77ad4a5d95641f0556553e3f1d1c4443cb2d5afb70171efd278ab14a -SIZE (igraph_1.5.1.tar.gz) = 3316165 +TIMESTAMP = 1702439330 +SHA256 (igraph_1.6.0.tar.gz) = 410ecc37fb38e72079dc72f839bde19093100a422729c343e0b2523df6453bb8 +SIZE (igraph_1.6.0.tar.gz) = 3510416
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312131126.3BDBQ5b2015144>