svn commit: r475482 - in head/security: . py-certbot-dns-gehirn
Martin Wilke
miwi at FreeBSD.org
Sat Jul 28 02:52:56 UTC 2018
Author: miwi
Date: Sat Jul 28 02:52:54 2018
New Revision: 475482
URL: https://svnweb.freebsd.org/changeset/ports/475482
Log:
This is the Gehirn Infrastructure Service DNS Authenticator plugin for Certbot.
WWW: https://github.com/certbot/certbot
PR: 229746
Submitted by: tremere at cainites.net
Sponsored by: iXsystems Inc.
Added:
head/security/py-certbot-dns-gehirn/
head/security/py-certbot-dns-gehirn/Makefile (contents, props changed)
head/security/py-certbot-dns-gehirn/distinfo (contents, props changed)
head/security/py-certbot-dns-gehirn/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sat Jul 28 02:51:53 2018 (r475481)
+++ head/security/Makefile Sat Jul 28 02:52:54 2018 (r475482)
@@ -913,6 +913,7 @@
SUBDIR += py-certbot-dns-digitalocean
SUBDIR += py-certbot-dns-dnsimple
SUBDIR += py-certbot-dns-dnsmadeeasy
+ SUBDIR += py-certbot-dns-gehirn
SUBDIR += py-certbot-dns-google
SUBDIR += py-certbot-dns-linode
SUBDIR += py-certbot-dns-luadns
Added: head/security/py-certbot-dns-gehirn/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-certbot-dns-gehirn/Makefile Sat Jul 28 02:52:54 2018 (r475482)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= certbot-dns-gehirn
+PORTVERSION= ${ACME_VERSION}
+PORTREVISION= 0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python at FreeBSD.org
+COMMENT= Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+OPTIONS_DEFINE= DOCS
+
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
+
+.include "${.CURDIR}/../py-acme/version.mk"
+.include <bsd.port.mk>
Added: head/security/py-certbot-dns-gehirn/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-certbot-dns-gehirn/distinfo Sat Jul 28 02:52:54 2018 (r475482)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532431997
+SHA256 (certbot-dns-gehirn-0.26.1.tar.gz) = 831965ef2a20a298ee629044146e0522b3c273ada2702e25a6d0be4443b6d73d
+SIZE (certbot-dns-gehirn-0.26.1.tar.gz) = 11471
Added: head/security/py-certbot-dns-gehirn/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-certbot-dns-gehirn/pkg-descr Sat Jul 28 02:52:54 2018 (r475482)
@@ -0,0 +1,3 @@
+This is the Gehirn Infrastructure Service DNS Authenticator plugin for Certbot.
+
+WWW: https://github.com/certbot/certbot
More information about the svn-ports-head
mailing list