Date: Sun, 31 Jul 2022 16:39:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b3c45a465ff - main - math/ascent: Add PKGNAMESUFFIX to prevent confustion Message-ID: <202207311639.26VGd4YA062603@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b3c45a465fff98598015ab8ab7e0d0ab8b01400 commit 3b3c45a465fff98598015ab8ab7e0d0ab8b01400 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-31 16:35:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-31 16:39:02 +0000 math/ascent: Add PKGNAMESUFFIX to prevent confustion There's a different port science/ascent that has a close version number but is an entirely different project. These two projects are mixed up in Repology. I think it is very beneficial for the sake of avoiding confusion to have their package names reflect what they are. --- math/ascent/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/ascent/Makefile b/math/ascent/Makefile index 53178366ae31..f7534d3e5099 100644 --- a/math/ascent/Makefile +++ b/math/ascent/Makefile @@ -2,6 +2,7 @@ PORTNAME= ascent DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 CATEGORIES= math +PKGNAMESUFFIX= -simulation-engine MAINTAINER= yuri@FreeBSD.org COMMENT= C++ simulation engine and differential equation solver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207311639.26VGd4YA062603>