diff options
| author | Adriaan de Groot <adridg@FreeBSD.org> | 2022-10-10 21:11:03 +0000 |
|---|---|---|
| committer | Adriaan de Groot <adridg@FreeBSD.org> | 2022-10-10 21:18:13 +0000 |
| commit | 7484480d8d25c2abd67995853ab47551327a60f2 (patch) | |
| tree | c92f053ed25632a9f0244d35f0cf72694f601563 | |
| parent | db9ec5456fb8b933801be8b9065fea7faeabba5a (diff) | |
| download | ports-7484480d8d25c2abd67995853ab47551327a60f2.tar.gz ports-7484480d8d25c2abd67995853ab47551327a60f2.zip | |
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)
| -rw-r--r-- | security/py-certbot-dns-gandi/Makefile | 6 |
1 files 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 |
