summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-28 20:10:52 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-28 20:10:52 -0600
commit75c97e7a74b3caaf15f298e00a218d7461f2c655 (patch)
tree161f47da4ca52fa54198957f54eec859b6ba30ef /net-mgmt
parentdns/py-dnspython: Update version 1.16.0=>2.2.0 (diff)
Update dependency to py-dnspython
After adding py-dnspython1 and updating py-dnspython to 2.2.0 update some dependency of ports.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-dnsdiag/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/py-dnsdiag/Makefile b/net-mgmt/py-dnsdiag/Makefile
index 18fe887f466e..a6e178e083f8 100644
--- a/net-mgmt/py-dnsdiag/Makefile
+++ b/net-mgmt/py-dnsdiag/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dnsdiag
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ COMMENT= DNS Diagnostics and measurement tools (ping, traceroute)
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2.0.0:dns/py-dnspython2@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymruwhois>=1.6:net/py-cymruwhois@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR}