Date: Fri, 18 Feb 2022 19:21:53 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 495428f817d9 - main - science/afni: switch to qhull from math/qhull8 Message-ID: <202202181921.21IJLrDZ040802@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=495428f817d94411f6041bc9367a08cf3b1c8fa4 commit 495428f817d94411f6041bc9367a08cf3b1c8fa4 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-02-18 19:19:37 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-02-18 19:21:48 +0000 science/afni: switch to qhull from math/qhull8 Chase my previous commits: afni uses the binary qhull as a runtime dependency. --- science/afni/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/afni/Makefile b/science/afni/Makefile index 5e40afa6efc5..1d1c5b31f161 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,4 +1,5 @@ PORTNAME= afni +PORTREVISION= 1 DISTVERSIONPREFIX= AFNI_ DISTVERSION= 22.0.10 CATEGORIES= science biology graphics perl5 python @@ -30,7 +31,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ # Remote execution of suma. Also needed for glxinfo. RUN_DEPENDS= endian:sysutils/endian \ mpeg_encode:multimedia/mpeg_encode \ - qhull:math/qhull \ + qhull:math/qhull8 \ R:math/R \ ${CRAN_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202181921.21IJLrDZ040802>