git: d8b96c374979 - main - textproc/py-markups: Use lowercase PORTNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:11:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d8b96c374979b109868c02d77b1cde1781f8aa34
commit d8b96c374979b109868c02d77b1cde1781f8aa34
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:34:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:00:19 +0000
textproc/py-markups: Use lowercase PORTNAME
---
editors/retext/Makefile | 2 +-
textproc/py-markups/Makefile | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
index d30f2af7366b..86c4cdc35ca4 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_GPL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=3.0:textproc/py-markdown@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0.6:textproc/py-python-markdown-math@${PY_FLAVOR}
diff --git a/textproc/py-markups/Makefile b/textproc/py-markups/Makefile
index dabd763e0452..349f9b2677c0 100644
--- a/textproc/py-markups/Makefile
+++ b/textproc/py-markups/Makefile
@@ -1,8 +1,9 @@
-PORTNAME= Markups
+PORTNAME= markups
PORTVERSION= 3.1.3
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= Markups-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper around various text markup languages