Created attachment 237115 [details] Git Format-Patch Hi, this is a new Certbot plugin to be able to use DNS-0 challenges automatically with Gandi LiveDNS. Additional query: this would be my second port (apart from mail/dovecot-fts-elastic). Does this qualify me to be listed in Additional FreeBSD Contributors?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=851f5d0cf80aa7cd6f35ea46bdb408d76a45f9bd commit 851f5d0cf80aa7cd6f35ea46bdb408d76a45f9bd Author: Boudhayan Gupta <bgupta@kde.org> AuthorDate: 2022-10-09 20:09:15 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-10-09 20:14:52 +0000 security/py-certbot-dns-gandi: new port, certbot plugin This plugin comes from https://github.com/obynio/certbot-plugin-gandi . Port file from Boudhayan, slightly modified for line length and portlint. PR: 266860 security/Makefile | 1 + security/py-certbot-dns-gandi/Makefile (new) | 30 +++++++++++++++++++++++++++ security/py-certbot-dns-gandi/distinfo (new) | 3 +++ security/py-certbot-dns-gandi/pkg-descr (new) | 1 + 4 files changed, 35 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7484480d8d25c2abd67995853ab47551327a60f2 commit 7484480d8d25c2abd67995853ab47551327a60f2 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-10-10 21:11:03 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-10-10 21:18:13 +0000 security/py-certbot-dns-gandi: adjust PORTNAME The PORTNAME for this plugin did not align with other DNS plugins for certbot. Switch the PORTNAME around, and then set GH_PROJECT to match the old name. (And this happened because I dropped the PKGNAME line when portlint complained about it) PR: 266860 Reported by: Boudhayan Gupta (maintainer) security/py-certbot-dns-gandi/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)