From b2aaa69c88149856ff5a5e63c175fd8c4a361bac Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 10 Jun 2022 07:12:25 +0800 Subject: [PATCH] www/py-hypercorn: Remove unintended copy-paste error - Bump PORTREVISION for dependency change --- www/py-hypercorn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \