Date: Fri, 1 Feb 2019 16:41:29 +0000 (UTC) From: John Hixson <jhixson@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491832 - head/net/py-zeroconf Message-ID: <201902011641.x11GfTWn050672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhixson Date: Fri Feb 1 16:41:28 2019 New Revision: 491832 URL: https://svnweb.freebsd.org/changeset/ports/491832 Log: net/py-zeroconf: update dependencies - Starting with release 0.21.3, due to a bug, py-zeroconf has changed from using the netifaces module to using ifaddr, see https://github.com/jstasiak/python-zeroconf/commit/7c0500ee19869ce0e85e58a26b8fdb0868e0b142#diff-2eeaed663bd0d25b7e608891384b7298 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19014 Modified: head/net/py-zeroconf/Makefile Modified: head/net/py-zeroconf/Makefile ============================================================================== --- head/net/py-zeroconf/Makefile Fri Feb 1 15:34:51 2019 (r491831) +++ head/net/py-zeroconf/Makefile Fri Feb 1 16:41:28 2019 (r491832) @@ -3,6 +3,7 @@ PORTNAME= zeroconf PORTVERSION= 0.21.3 +PORTREVISION= 2 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Pure python implementation of multicast DNS s LICENSE= LGPL21+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.6:net/py-netifaces@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.6:net/py-ifaddr@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902011641.x11GfTWn050672>