Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 18:07:41 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548037 - head/math/octave
Message-ID:  <202009081807.088I7fCa066987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Tue Sep  8 18:07:41 2020
New Revision: 548037
URL: https://svnweb.freebsd.org/changeset/ports/548037

Log:
  - Use math/qhull instead of math/qhull5.
  - Bump portrevision.
  
  PR:		249182
  Submitted by:	jcfyecrayz@liamekaens.com

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Tue Sep  8 18:04:16 2020	(r548036)
+++ head/math/octave/Makefile	Tue Sep  8 18:07:41 2020	(r548037)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	${OCTAVE_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
@@ -28,7 +28,7 @@ LIB_DEPENDS=	libGraphicsMagick.so:graphics/GraphicsMag
 		libftgl.so:graphics/ftgl \
 		libhdf5.so:science/hdf5 \
 		libpcre.so:devel/pcre \
-		libqhull.so.5:math/qhull5 \
+		libqhull.so.7:math/qhull \
 		libqrupdate.so:math/qrupdate \
 		libumfpack.so:math/suitesparse \
 		libglpk.so:math/glpk \



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