diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:34:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 13:00:19 +0000 |
commit | d8b96c374979b109868c02d77b1cde1781f8aa34 (patch) | |
tree | fc172268d32ba89b095b55d292af95cbadb9aec4 | |
parent | 21790b1820f7e62d38b52219437b7289addee82d (diff) | |
download | ports-d8b96c374979b109868c02d77b1cde1781f8aa34.tar.gz ports-d8b96c374979b109868c02d77b1cde1781f8aa34.zip |
-rw-r--r-- | editors/retext/Makefile | 2 | ||||
-rw-r--r-- | 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 |