Date: Thu, 22 Feb 2018 14:30:35 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462603 - in head/security: . py-certbot-dns-dnsmadeeasy Message-ID: <201802221430.w1MEUZTs031733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 22 14:30:34 2018 New Revision: 462603 URL: https://svnweb.freebsd.org/changeset/ports/462603 Log: Add py-certbot-dns-dnsmadeeasy, DNS Made Easy DNS Authenticator for py-certbot Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 Added: head/security/py-certbot-dns-dnsmadeeasy/ head/security/py-certbot-dns-dnsmadeeasy/Makefile (contents, props changed) head/security/py-certbot-dns-dnsmadeeasy/distinfo (contents, props changed) head/security/py-certbot-dns-dnsmadeeasy/pkg-descr (contents, props changed) Modified: head/security/Makefile (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 22 14:30:30 2018 (r462602) +++ head/security/Makefile Thu Feb 22 14:30:34 2018 (r462603) @@ -895,6 +895,7 @@ SUBDIR += py-certbot-dns-cloudxns SUBDIR += py-certbot-dns-digitalocean SUBDIR += py-certbot-dns-dnsimple + SUBDIR += py-certbot-dns-dnsmadeeasy SUBDIR += py-certbot-nginx SUBDIR += py-certifi SUBDIR += py-cpe Added: head/security/py-certbot-dns-dnsmadeeasy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-dnsmadeeasy/Makefile Thu Feb 22 14:30:34 2018 (r462603) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= certbot-dns-dnsmadeeasy +PORTVERSION= ${ACME_VERSION} +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= DNS Made Easy DNS Authenticator plugin for Certbot + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${FLAVOR} + +.include "${.CURDIR}/../py-acme/version.mk" +.include <bsd.port.mk> Added: head/security/py-certbot-dns-dnsmadeeasy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-dnsmadeeasy/distinfo Thu Feb 22 14:30:34 2018 (r462603) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518085040 +SHA256 (certbot-dns-dnsmadeeasy-0.21.1.tar.gz) = f1de811a8a63e5e7ef244231bed008cc77a996450c23d95ab34c826947f3c8b4 +SIZE (certbot-dns-dnsmadeeasy-0.21.1.tar.gz) = 11450 Added: head/security/py-certbot-dns-dnsmadeeasy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-dnsmadeeasy/pkg-descr Thu Feb 22 14:30:34 2018 (r462603) @@ -0,0 +1,3 @@ +This is the DNS Made Easy DNS Authenticator plugin for Certbot (security/py-certbot). + +WWW: https://github.com/certbot/certbot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802221430.w1MEUZTs031733>