www/py-hypercorn: Remove unintended copy-paste error

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2022-06-10 07:12:25 +08:00
parent 32ceca68d4
commit b2aaa69c88
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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} \