Skip to content

Commit

Permalink
security/py-certbot-dns-cpanel: Update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ven1m authored and nunotexbsd committed Aug 26, 2021
1 parent b14c9b7 commit 3c1321d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
12 changes: 6 additions & 6 deletions 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}
Expand All @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions 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
5 changes: 5 additions & 0 deletions security/py-certbot-dns-cpanel/files/credentials.ini.sample
Expand Up @@ -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

0 comments on commit 3c1321d

Please sign in to comment.