Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2025 09:21:35 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e020668818c - main - textproc/py-mathics-pygments: chase math/py-mathics-scanner
Message-ID:  <202509040921.5849LZT5039301@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e020668818ce4e2f8ec299f963262464c64cdaf

commit 0e020668818ce4e2f8ec299f963262464c64cdaf
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-09-04 09:11:49 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-09-04 09:17:39 +0000

    textproc/py-mathics-pygments: chase math/py-mathics-scanner
---
 textproc/py-mathics-pygments/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/py-mathics-pygments/Makefile b/textproc/py-mathics-pygments/Makefile
index 78c3432988da..730975f0752f 100644
--- a/textproc/py-mathics-pygments/Makefile
+++ b/textproc/py-mathics-pygments/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mathics_pygments
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	textproc math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509040921.5849LZT5039301>