Bug 266860 - [NEW PORT] security/py-certbot-dns-gandi
Summary: [NEW PORT] security/py-certbot-dns-gandi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adriaan de Groot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-05 19:57 UTC by Boudhayan Gupta
Modified: 2022-10-10 21:41 UTC (History)
1 user (show)

See Also:


Attachments
Git Format-Patch (2.56 KB, application/mbox)
2022-10-05 19:57 UTC, Boudhayan Gupta
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boudhayan Gupta 2022-10-05 19:57:33 UTC
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?
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-09 20:16:17 UTC
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(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-10 21:18:47 UTC
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(-)