git: 481e8d83b47c - 2023Q4 - net/py-zeroconf: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Dec 2023 15:14:52 UTC
The branch 2023Q4 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=481e8d83b47c0c7a39911c65e93b823a181e4c4d commit 481e8d83b47c0c7a39911c65e93b823a181e4c4d Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-12-15 15:12:36 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-12-15 15:14:32 +0000 net/py-zeroconf: Add missing dependency PR: 275291 Approved by: jhixson@ (maintainer timeout) MFH: 2023Q4 (cherry picked from commit b73567fa42be40b945b81e981836ca9f1cc6a6f4) --- net/py-zeroconf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/py-zeroconf/Makefile b/net/py-zeroconf/Makefile index a8a8a512ccb1..ecc2c85829fd 100644 --- a/net/py-zeroconf/Makefile +++ b/net/py-zeroconf/Makefile @@ -1,5 +1,6 @@ PORTNAME= zeroconf PORTVERSION= 0.39.4 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,8 @@ WWW= https://github.com/jstasiak/python-zeroconf LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.7:net/py-ifaddr@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.7:net/py-ifaddr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0.1:devel/py-async_timeout@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils