diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-dnsdiag/Makefile | 3 |
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} |