svn commit: r560557 - in branches/2021Q1/www/py-httpx: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 6 18:57:05 UTC 2021


Author: sunpoet
Date: Wed Jan  6 18:57:04 2021
New Revision: 560557
URL: https://svnweb.freebsd.org/changeset/ports/560557

Log:
  MFH: r560147
  
  Fix HTTP2 option after r559472
  
  - Bump PORTREVISION for package change

Added:
  branches/2021Q1/www/py-httpx/files/
     - copied from r560147, head/www/py-httpx/files/
Modified:
  branches/2021Q1/www/py-httpx/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/py-httpx/Makefile
==============================================================================
--- branches/2021Q1/www/py-httpx/Makefile	Wed Jan  6 18:56:17 2021	(r560556)
+++ branches/2021Q1/www/py-httpx/Makefile	Wed Jan  6 18:57:04 2021	(r560557)
@@ -3,6 +3,7 @@
 
 PORTNAME=	httpx
 PORTVERSION=	0.16.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -30,6 +31,6 @@ BROTLI_DESC=	Brotli support
 HTTP2_DESC=	HTTP/2 support
 
 BROTLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7<0.8:archivers/py-brotlipy@${PY_FLAVOR}
-HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3<4:www/py-h2@${PY_FLAVOR}
+HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list