git: 606d504c87cc - 2022Q2 - www/py-bleach: Fix typo in RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 10:28:04 UTC
The branch 2022Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=606d504c87cc0bc7a1302d6725b3e5b669bdef20 commit 606d504c87cc0bc7a1302d6725b3e5b669bdef20 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:27:39 +0000 www/py-bleach: Fix typo in RUN_DEPENDS PR: 262902 Reported by: Dan Kotowski <dan.kotowski@a9development.com> Fixes: aaf59e6e78c21a5c0fb917455c8a4b84a46e4572 MFH: 2022Q2 (cherry picked from commit 1396c410a5468e657cf737ea38e563541bb4e828) --- 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}