Skip to content

Commit

Permalink
textproc/py-markups: Use lowercase PORTNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 21790b1 commit d8b96c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editors/retext/Makefile
Expand Up @@ -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}

Expand Down
3 changes: 2 additions & 1 deletion 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
Expand Down

0 comments on commit d8b96c3

Please sign in to comment.