aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV <ven1m@protonmail.com>2021-08-26 15:19:49 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2021-08-26 15:26:07 +0000
commit42faf0b128180943a240d8090792dd437c0b6b4b (patch)
treeb56cacd78ff044d3e16b21b33d9419a2089788da
parentaf4467567d008c61d5d287ed490ba435a099aef9 (diff)
downloadports-42faf0b128180943a240d8090792dd437c0b6b4b.tar.gz
ports-42faf0b128180943a240d8090792dd437c0b6b4b.zip
security/py-certbot-dns-cpanel: missed patch
* bump revision Apply missed patch from lastest commit that fixes erros in file: files/credentials.ini.sample. PR: 257857
-rw-r--r--security/py-certbot-dns-cpanel/Makefile2
-rw-r--r--security/py-certbot-dns-cpanel/files/credentials.ini.sample12
2 files changed, 5 insertions, 9 deletions
diff --git a/security/py-certbot-dns-cpanel/Makefile b/security/py-certbot-dns-cpanel/Makefile
index e2e38703bb73..472a0a54175c 100644
--- a/security/py-certbot-dns-cpanel/Makefile
+++ b/security/py-certbot-dns-cpanel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= certbot-dns-cpanel
DISTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,6 @@ 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"
diff --git a/security/py-certbot-dns-cpanel/files/credentials.ini.sample b/security/py-certbot-dns-cpanel/files/credentials.ini.sample
index 72fdfc403efc..9a24bcec009c 100644
--- a/security/py-certbot-dns-cpanel/files/credentials.ini.sample
+++ b/security/py-certbot-dns-cpanel/files/credentials.ini.sample
@@ -1,18 +1,14 @@
-# From https://raw.githubusercontent.com/badjware/certbot-dns-cpanel/master/credentials.ini.exemple
-
# The url cPanel url
# include the scheme and the port number (usually 2083 for https)
-certbot_dns_cpanel:cpanel_url = https://cpanel.exemple.com:2083
+cpanel_url = https://cpanel.exemple.com:2083
# The cPanel username
-certbot_dns_cpanel:cpanel_username = user
+cpanel_username = user
# The cPanel password
-certbot_dns_cpanel:cpanel_password = hunter2
+cpanel_password = hunter2
# The cPanel API Token
-certbot_dns_cpanel:cpanel_token = EUTQ793EY7MIRX4EMXXXXXXXXXXOX4JF
+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