git: 1a724c79688a - main - dns/py-dns-lexicon: Add DDNS option

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 20 11:44:10 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a724c79688a9195f9974709ed4e0d8fe5cab84d

commit 1a724c79688a9195f9974709ed4e0d8fe5cab84d
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 11:37:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 11:37:25 +0000

    dns/py-dns-lexicon: Add DDNS option
---
 dns/py-dns-lexicon/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile
index d9ed9762f98d..f769d3428328 100644
--- a/dns/py-dns-lexicon/Makefile
+++ b/dns/py-dns-lexicon/Makefile
@@ -23,13 +23,15 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	GRANSY LOCALZONE ROUTE53 SOFTLAYER TRANSIP
+OPTIONS_DEFINE=	DDNS GRANSY LOCALZONE ROUTE53 SOFTLAYER TRANSIP
+DDNS_DESC=	Dynamic DNS support
 GRANSY_DESC=	Gransy support
 LOCALZONE_DESC=	localzone support
 ROUTE53_DESC=	Route 53 support
 SOFTLAYER_DESC=	SoftLayer (IBM Cloud) support
 TRANSIP_DESC=	TransIP support
 
+DDNS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython2>=2<3:dns/py-dnspython2@${PY_FLAVOR}
 GRANSY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=3<5:net/py-zeep@${PY_FLAVOR}
 LOCALZONE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8<1:dns/py-localzone@${PY_FLAVOR}
 ROUTE53_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=1<2:www/py-boto3@${PY_FLAVOR}


More information about the dev-commits-ports-main mailing list