Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 11:44:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a724c79688a - main - dns/py-dns-lexicon: Add DDNS option
Message-ID:  <202106201144.15KBi8vm016815@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 1a724c79688a9195f9974709ed4e0d8fe5cab84d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-20 11:37:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201144.15KBi8vm016815>