Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 15:10:40 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559486 - head/devel/py-twisted
Message-ID:  <202012281510.0BSFAe0U040068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Dec 28 15:10:40 2020
New Revision: 559486
URL: https://svnweb.freebsd.org/changeset/ports/559486

Log:
  devel/py-twisted: unbreak packaging after recent www/py-h2 update (r559472)
  
  With hat:	ports-secteam
  Pointyhat to:	shaun@ for skip the checks of consumers
  Noticed by:	poudriere

Modified:
  head/devel/py-twisted/Makefile

Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile	Mon Dec 28 15:07:30 2020	(r559485)
+++ head/devel/py-twisted/Makefile	Mon Dec 28 15:10:40 2020	(r559486)
@@ -37,7 +37,7 @@ CONCH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.4
 			${PYTHON_PKGNAMEPREFIX}bcrypt>=3.0.0:security/py-bcrypt@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
-HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3.0<4.0:www/py-h2@${PY_FLAVOR} \
+HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3.0<4.1:www/py-h2@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}priority>=1.1.0<2.0:www/py-priority@${PY_FLAVOR}
 SERIAL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR}
 TLS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR} \



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