aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Hixson <jhixson@FreeBSD.org>2019-02-01 16:41:28 +0000
committerJohn Hixson <jhixson@FreeBSD.org>2019-02-01 16:41:28 +0000
commitc9c619fa7c3ec2a05abe974451f90fddeb86493f (patch)
treeac9ddbb6c06f9103c741a466b31b3696128fbc0f /net
parentee07b28c52bff5ac77af11731c2e2ba627e9b84c (diff)
downloadports-c9c619fa7c3ec2a05abe974451f90fddeb86493f.tar.gz
ports-c9c619fa7c3ec2a05abe974451f90fddeb86493f.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/py-zeroconf/Makefile3
1 files changed, 2 insertions, 1 deletions
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