git: 2c3fad1465db - main - www/py-aioh2: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:15:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c3fad1465db6bddf662b6954104542f65b8ecb9
commit 2c3fad1465db6bddf662b6954104542f65b8ecb9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:24:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:37:30 +0000
www/py-aioh2: Fix typo
- Bump PORTREVISION for dependency change
---
www/py-aioh2/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/py-aioh2/Makefile b/www/py-aioh2/Makefile
index 23c495a4da46..6ec70a646e8d 100644
--- a/www/py-aioh2/Makefile
+++ b/www/py-aioh2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= aioh2
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT= HTTP/2 implementation with hyper-h2 on Python 3 asyncio
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3:www/py-h2@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3:www/py-h2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}priority>=1.3.0:www/py-priority@${PY_FLAVOR}
USES= python:3.4+