aboutsummaryrefslogtreecommitdiff
path: root/dns/py-dns-lexicon
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-28 23:19:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-28 23:26:48 +0000
commit8f4f315f915955014f396ada6a5b7fa9ef6e2650 (patch)
tree1b801bc4b12883efe154c3a1e8f81da1663de5ec /dns/py-dns-lexicon
parent11560cb665bca67c5b6382c1e5bc11b925cab999 (diff)
downloadports-8f4f315f915955014f396ada6a5b7fa9ef6e2650.tar.gz
ports-8f4f315f915955014f396ada6a5b7fa9ef6e2650.zip
dns/py-dns-lexicon: Change RUN_DEPENDS from py-dnspython2 to py-dnspython after 7fc16dab8458ce6df36c53fd1139da2475c57d1d
- Bump PORTREVISION for dependency change
Diffstat (limited to 'dns/py-dns-lexicon')
-rw-r--r--dns/py-dns-lexicon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile
index 1953b3c5c4ec..f5b1b39ca35d 100644
--- a/dns/py-dns-lexicon/Makefile
+++ b/dns/py-dns-lexicon/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dns-lexicon
PORTVERSION= 3.9.2
+PORTREVISION= 1
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +32,7 @@ OCI_DESC= Oracle Cloud Infrastructure (OCI) support
ROUTE53_DESC= Route 53 support
SOFTLAYER_DESC= SoftLayer (IBM Cloud) support
-DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2:dns/py-dnspython2@${PY_FLAVOR}
+DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2:dns/py-dnspython@${PY_FLAVOR}
GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3:net/py-zeep@${PY_FLAVOR}
LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8:dns/py-localzone@${PY_FLAVOR}
OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2:devel/py-oci@${PY_FLAVOR}