From d8b96c374979b109868c02d77b1cde1781f8aa34 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 30 Jan 2023 20:34:33 +0800 Subject: 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 -- cgit v1.2.3