aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-31 16:35:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-31 16:39:02 +0000
commit3b3c45a465fff98598015ab8ab7e0d0ab8b01400 (patch)
tree2719c211ce04aa23fbcd051dd11efe0e23eb15a5
parent65eb08792cd4cb627667908f888d4858693535b7 (diff)
downloadports-3b3c45a465fff98598015ab8ab7e0d0ab8b01400.tar.gz
ports-3b3c45a465fff98598015ab8ab7e0d0ab8b01400.zip
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.
-rw-r--r--math/ascent/Makefile1
1 files changed, 1 insertions, 0 deletions
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