Skip to content

Commit

Permalink
security/py-certbot-dns-gandi: adjust PORTNAME
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Oct 10, 2022
1 parent db9ec54 commit 7484480
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions security/py-certbot-dns-gandi/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7484480

Please sign in to comment.