Date: Mon, 27 Sep 2021 05:20:36 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: 84dbd8991808 - main - math/qhull: Update CONFLICTS to include qhull8. Message-ID: <202109270520.18R5KaUk083667@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=84dbd8991808d56830064768dd7435395bb7015e commit 84dbd8991808d56830064768dd7435395bb7015e Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2021-09-27 05:20:05 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2021-09-27 05:20:05 +0000 math/qhull: Update CONFLICTS to include qhull8. --- math/qhull/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 42f6aa9bf6bb..3b97e7aed129 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -3,6 +3,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math @@ -18,7 +19,7 @@ USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes -CONFLICTS= qhull-8.* afni qhull5 +CONFLICTS= qhull8 afni qhull5 OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109270520.18R5KaUk083667>