From owner-dev-commits-ports-all@freebsd.org Thu Aug 26 15:26:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 858ED66BB37; Thu, 26 Aug 2021 15:26:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GwRWv2bG4z3Ndr; Thu, 26 Aug 2021 15:26:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F355121CB; Thu, 26 Aug 2021 15:26:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17QFQJSe048506; Thu, 26 Aug 2021 15:26:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17QFQJ3Z048505; Thu, 26 Aug 2021 15:26:19 GMT (envelope-from git) Date: Thu, 26 Aug 2021 15:26:19 GMT Message-Id: <202108261526.17QFQJ3Z048505@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: 42faf0b12818 - main - security/py-certbot-dns-cpanel: missed patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 42faf0b128180943a240d8090792dd437c0b6b4b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2021 15:26:19 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=42faf0b128180943a240d8090792dd437c0b6b4b commit 42faf0b128180943a240d8090792dd437c0b6b4b Author: V AuthorDate: 2021-08-26 15:19:49 +0000 Commit: Nuno Teixeira CommitDate: 2021-08-26 15:26:07 +0000 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 --- security/py-certbot-dns-cpanel/Makefile | 2 +- security/py-certbot-dns-cpanel/files/credentials.ini.sample | 12 ++++-------- 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