Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 18:57:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r560557 - in branches/2021Q1/www/py-httpx: . files
Message-ID:  <202101061857.106Iv5Lw062473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101061857.106Iv5Lw062473>