aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Biberhofer <ports@skyforge.at>2022-04-02 10:19:20 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-04-02 10:22:49 +0000
commit1396c410a5468e657cf737ea38e563541bb4e828 (patch)
treefec3c4de3485f6d9fe89001165e3f7f539e3e0da
parent09c1b249afd16f2d95f3dadce0a23d665050cc35 (diff)
downloadports-1396c410a5468e657cf737ea38e563541bb4e828.tar.gz
ports-1396c410a5468e657cf737ea38e563541bb4e828.zip
www/py-bleach: Fix typo in RUN_DEPENDS
PR: 262902 Reported by: Dan Kotowski <dan.kotowski@a9development.com> Fixes: aaf59e6e78c21a5c0fb917455c8a4b84a46e4572 MFH: 2022Q2
-rw-r--r--www/py-bleach/Makefile3
1 files changed, 2 insertions, 1 deletions
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}