git: b2aaa69c8814 - main - www/py-hypercorn: Remove unintended copy-paste error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 23:20:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2aaa69c88149856ff5a5e63c175fd8c4a361bac commit b2aaa69c88149856ff5a5e63c175fd8c4a361bac Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-09 23:12:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-09 23:16:13 +0000 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} \