git: 25b5549868da - main - math/qhull8: Add PKGNAMESUFFIX to differentiate it from math/qhull.
Stephen Montgomery-Smith
stephen at FreeBSD.org
Mon Sep 27 05:20:35 UTC 2021
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=25b5549868dae442dfc3ecf5364e08b701eedecd
commit 25b5549868dae442dfc3ecf5364e08b701eedecd
Author: Stephen Montgomery-Smith <stephen at FreeBSD.org>
AuthorDate: 2021-09-27 05:19:28 +0000
Commit: Stephen Montgomery-Smith <stephen at 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 at 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
More information about the dev-commits-ports-all
mailing list