diff --git a/www/py-hypercorn/Makefile b/www/py-hypercorn/Makefile index 64292c016585..f3d61d00dcae 100644 --- a/www/py-hypercorn/Makefile +++ b/www/py-hypercorn/Makefile @@ -2,6 +2,7 @@ PORTNAME= hypercorn PORTVERSION= 0.13.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,6 @@ COMMENT= ASGI Server based on Hyper libraries LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -extras_require = \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h2>=3.1.0:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}priority>=0:www/py-priority@${PY_FLAVOR} \