git: 1396c410a546 - main - www/py-bleach: Fix typo in RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 10:27:18 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1396c410a5468e657cf737ea38e563541bb4e828 commit 1396c410a5468e657cf737ea38e563541bb4e828 Author: Sascha Biberhofer <ports@skyforge.at> AuthorDate: 2022-04-02 10:19:20 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-04-02 10:22:49 +0000 www/py-bleach: Fix typo in RUN_DEPENDS PR: 262902 Reported by: Dan Kotowski <dan.kotowski@a9development.com> Fixes: aaf59e6e78c21a5c0fb917455c8a4b84a46e4572 MFH: 2022Q2 --- www/py-bleach/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index 9b71a380e0c3..1eabb1b9310a 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -2,6 +2,7 @@ PORTNAME= bleach PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= Easy safelist-based HTML-sanitizing tool LICENSE= APACHE20 -xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}