git: 7484480d8d25 - main - security/py-certbot-dns-gandi: adjust PORTNAME

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Mon, 10 Oct 2022 21:18:15 UTC
The branch main has been updated by adridg:

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(-)

diff --git a/security/py-certbot-dns-gandi/Makefile b/security/py-certbot-dns-gandi/Makefile
index f03b0833ce46..3fe96e03740a 100644
--- a/security/py-certbot-dns-gandi/Makefile
+++ b/security/py-certbot-dns-gandi/Makefile
@@ -1,12 +1,13 @@
-PORTNAME=	certbot-plugin-gandi
+PORTNAME=	certbot-dns-gandi
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	bgupta@kde.org
 COMMENT=	Gandi LiveDNS plugin for Certbot
-WWW=		https://github.com/obynio/certbot-plugin-gandi
+WWW=		https://github.com/${GH_ACCOUNT}/${GH_PROJECT}
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -23,6 +24,7 @@ USE_PYTHON=	autoplist concurrent distutils
 # a wheel and not the source package.
 USE_GITHUB=	yes
 GH_ACCOUNT=	obynio
+GH_PROJECT=	certbot-plugin-gandi
 
 NO_ARCH=	yes