Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 15:33:02 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560299 - head/science/afni
Message-ID:  <202101041533.104FX26e041485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Jan  4 15:33:02 2021
New Revision: 560299
URL: https://svnweb.freebsd.org/changeset/ports/560299

Log:
  science/afni: use math/qhull instead of expired math/qhull5

Modified:
  head/science/afni/Makefile

Modified: head/science/afni/Makefile
==============================================================================
--- head/science/afni/Makefile	Mon Jan  4 15:07:34 2021	(r560298)
+++ head/science/afni/Makefile	Mon Jan  4 15:33:02 2021	(r560299)
@@ -3,6 +3,7 @@
 PORTNAME=		afni
 DISTVERSIONPREFIX=	AFNI_
 DISTVERSION=		20.3.04
+PORTREVISION=		1
 CATEGORIES=		science biology graphics perl5 python
 
 MAINTAINER=	ports@FreeBSD.org
@@ -28,7 +29,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/qhull5 \
+		qhull:math/qhull \
 		R:math/R \
 		${CRAN_DEPENDS}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101041533.104FX26e041485>