git: 3c1321d5c237 - main - security/py-certbot-dns-cpanel: Update to 0.3.0

Nuno Teixeira eduardo at FreeBSD.org
Thu Aug 26 14:18:13 UTC 2021


The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c1321d5c23787d65f27eb48bea56cebf701f4f8

commit 3c1321d5c23787d65f27eb48bea56cebf701f4f8
Author:     V <ven1m at protonmail.com>
AuthorDate: 2021-08-26 14:17:08 +0000
Commit:     Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-08-26 14:17:08 +0000

    security/py-certbot-dns-cpanel: Update to 0.3.0
    
    ChangeLog: https://github.com/badjware/certbot-dns-cpanel/releases/tag/0.3.0
    
    PR:             257857
---
 security/py-certbot-dns-cpanel/Makefile                     | 12 ++++++------
 security/py-certbot-dns-cpanel/distinfo                     |  6 +++---
 security/py-certbot-dns-cpanel/files/credentials.ini.sample |  5 +++++
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/security/py-certbot-dns-cpanel/Makefile b/security/py-certbot-dns-cpanel/Makefile
index acdbeeb123b0..e2e38703bb73 100644
--- a/security/py-certbot-dns-cpanel/Makefile
+++ b/security/py-certbot-dns-cpanel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	certbot-dns-cpanel
-DISTVERSION=	0.2.2
+DISTVERSION=	0.3.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,19 +9,19 @@ COMMENT=	CPanel DNS Authenticator plugin for Certbot
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \
-		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
+RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
+		${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	"${PREFIX}/etc/certbot-dns-cpanel/credentials.ini.sample"
 
-NO_ARCH=	yes
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/certbot-dns-cpanel
 	${INSTALL_DATA} ${FILESDIR}/credentials.ini.sample \
diff --git a/security/py-certbot-dns-cpanel/distinfo b/security/py-certbot-dns-cpanel/distinfo
index 0735f2e395ec..53313044d4b0 100644
--- a/security/py-certbot-dns-cpanel/distinfo
+++ b/security/py-certbot-dns-cpanel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592684154
-SHA256 (certbot-dns-cpanel-0.2.2.tar.gz) = 12b4f9863e572a3e02affb9a3f0a6ca663d8b88664237c785fea0662eee21471
-SIZE (certbot-dns-cpanel-0.2.2.tar.gz) = 4478
+TIMESTAMP = 1629025996
+SHA256 (certbot-dns-cpanel-0.3.0.tar.gz) = 2cbaa7617309c2ce9f35a0457914c71d5b2073663f95a6dc7a77477a2c902547
+SIZE (certbot-dns-cpanel-0.3.0.tar.gz) = 8043
diff --git a/security/py-certbot-dns-cpanel/files/credentials.ini.sample b/security/py-certbot-dns-cpanel/files/credentials.ini.sample
index 6e3d0417b3e5..72fdfc403efc 100644
--- a/security/py-certbot-dns-cpanel/files/credentials.ini.sample
+++ b/security/py-certbot-dns-cpanel/files/credentials.ini.sample
@@ -10,4 +10,9 @@ certbot_dns_cpanel:cpanel_username = user
 # The cPanel password
 certbot_dns_cpanel:cpanel_password = hunter2
 
+# The cPanel API Token
+certbot_dns_cpanel:cpanel_token = EUTQ793EY7MIRX4EMXXXXXXXXXXOX4JF
+
+# You only need to configure API Token or Password. If you supply both, the API Token will be used
+
 # vi:syntax=ini


More information about the dev-commits-ports-main mailing list