Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 05:20:35 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25b5549868da - main - math/qhull8: Add PKGNAMESUFFIX to differentiate it from math/qhull.
Message-ID:  <202109270520.18R5KZo2083643@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25b5549868dae442dfc3ecf5364e08b701eedecd

commit 25b5549868dae442dfc3ecf5364e08b701eedecd
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2021-09-27 05:19:28 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2021-09-27 05:19:28 +0000

    math/qhull8: Add PKGNAMESUFFIX to differentiate it from math/qhull.
---
 math/qhull8/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/qhull8/Makefile b/math/qhull8/Makefile
index c8ab7e5b56da..16ba35bc0bd8 100644
--- a/math/qhull8/Makefile
+++ b/math/qhull8/Makefile
@@ -4,6 +4,7 @@ PORTNAME=	qhull
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.0.2
 CATEGORIES=	math
+PKGNAMESUFFIX=	8
 
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Qhull computes convex hulls, Delaunay triangulations, and halfspaces
@@ -17,7 +18,7 @@ USES=		cmake
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 
-CONFLICTS=	qhull-7.* afni qhull5
+CONFLICTS=	qhull afni qhull5
 
 OPTIONS_DEFINE=	DOCS
 



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