git: adcd0f424f0c - main - */*: Fix mathics PKGNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 05:13:39 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=adcd0f424f0c63483a9a957407f58308fe2b02b2 commit adcd0f424f0c63483a9a957407f58308fe2b02b2 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2025-03-08 00:44:43 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2025-03-08 05:13:28 +0000 */*: Fix mathics PKGNAME These show up with Poudriere's non-default BAD_PKGNAME_DEPS_ARE_FATAL=yes --- math/mathicsscript/Makefile | 4 ++-- math/py-mathics/Makefile | 4 ++-- textproc/py-mathics-pygments/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/mathicsscript/Makefile b/math/mathicsscript/Makefile index f8e1aa884c9e..f24a95de0a44 100644 --- a/math/mathicsscript/Makefile +++ b/math/mathicsscript/Makefile @@ -10,7 +10,7 @@ WWW= https://mathics.org/ LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mathics3>0:math/py-mathics \ ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}term-background>0:deskutils/py-term-background@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mathics3>0:math/py-mathics \ ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments \ ${PYTHON_PKGNAMEPREFIX}qt6>0:devel/py-qt6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cson>0:devel/py-cson@${PY_FLAVOR} \ diff --git a/math/py-mathics/Makefile b/math/py-mathics/Makefile index 48eca78d1f05..89c35595c6dd 100644 --- a/math/py-mathics/Makefile +++ b/math/py-mathics/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}wordcloud>0:textproc/py-wordcloud@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner + ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner RUN_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} \ bash:shells/bash \ @@ -62,7 +62,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}recordclass>0:devel/py-recordclass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner + ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} diff --git a/textproc/py-mathics-pygments/Makefile b/textproc/py-mathics-pygments/Makefile index 18512793fb80..50a40c918423 100644 --- a/textproc/py-mathics-pygments/Makefile +++ b/textproc/py-mathics-pygments/Makefile @@ -12,10 +12,10 @@ WWW= https://mathics.org/ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner + ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types_pygments>0:devel/py-types-Pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner + ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner #USE_GITHUB= yes #GH_ACCOUNT= Mathics3