svn commit: r560299 - head/science/afni

Rene Ladan rene at FreeBSD.org
Mon Jan 4 15:33:03 UTC 2021


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 at 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}
 


More information about the svn-ports-head mailing list