git: 3f25287a2454 - main - www/py-WebError: Remove PY_PYGMENTS

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 20 16:20:19 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f25287a2454afd941166e217985c9322d76d331

commit 3f25287a2454afd941166e217985c9322d76d331
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:09:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:18 +0000

    www/py-WebError: Remove PY_PYGMENTS
    
    With hat:       python
---
 www/py-WebError/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-WebError/Makefile b/www/py-WebError/Makefile
index cd537226a68c..f0a33b59455b 100644
--- a/www/py-WebError/Makefile
+++ b/www/py-WebError/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Web Error handling and exception catching
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.7:www/py-paste@${PY_FLAVOR} \
-		${PY_PYGMENTS} \
+		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Tempita>=0.3:textproc/py-Tempita@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:www/py-webob@${PY_FLAVOR}
 


More information about the dev-commits-ports-main mailing list