Date: Fri, 15 Dec 2023 15:14:06 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b73567fa42be - main - net/py-zeroconf: Add missing dependency Message-ID: <202312151514.3BFFE6sG049042@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=b73567fa42be40b945b81e981836ca9f1cc6a6f4 commit b73567fa42be40b945b81e981836ca9f1cc6a6f4 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:12:36 +0000 net/py-zeroconf: Add missing dependency PR: 275291 Approved by: jhixson@ (maintainer timeout) MFH: 2023Q4 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312151514.3BFFE6sG049042>