git: 3b3c45a465ff - main - math/ascent: Add PKGNAMESUFFIX to prevent confustion
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 16:39:04 UTC
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