From c9c619fa7c3ec2a05abe974451f90fddeb86493f Mon Sep 17 00:00:00 2001 From: John Hixson Date: Fri, 1 Feb 2019 16:41:28 +0000 Subject: 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 --- net/py-zeroconf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/py-zeroconf/Makefile b/net/py-zeroconf/Makefile index 30b512700494..98912cee38e5 100644 --- a/net/py-zeroconf/Makefile +++ b/net/py-zeroconf/Makefile @@ -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 service discovery 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 -- cgit v1.2.3