Date: Thu, 22 Feb 2018 14:31:10 +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: r462608 - in head/security: . py-certbot-dns-route53 Message-ID: <201802221431.w1MEVAiV032568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 22 14:31:10 2018 New Revision: 462608 URL: https://svnweb.freebsd.org/changeset/ports/462608 Log: Add py-certbot-dns-route53, Route53 DNS Authenticator for py-certbot. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 Added: head/security/py-certbot-dns-route53/ head/security/py-certbot-dns-route53/Makefile (contents, props changed) head/security/py-certbot-dns-route53/distinfo (contents, props changed) head/security/py-certbot-dns-route53/pkg-descr (contents, props changed) Modified: head/security/Makefile (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 22 14:30:51 2018 (r462607) +++ head/security/Makefile Thu Feb 22 14:31:10 2018 (r462608) @@ -900,6 +900,7 @@ SUBDIR += py-certbot-dns-luadns SUBDIR += py-certbot-dns-nsone SUBDIR += py-certbot-dns-rfc2136 + SUBDIR += py-certbot-dns-route53 SUBDIR += py-certbot-nginx SUBDIR += py-certifi SUBDIR += py-cpe Added: head/security/py-certbot-dns-route53/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-route53/Makefile Thu Feb 22 14:31:10 2018 (r462608) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= certbot-dns-route53 +PORTVERSION= ${ACME_VERSION} +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Route53 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}boto3>0:www/py-boto3@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include "${.CURDIR}/../py-acme/version.mk" +.include <bsd.port.mk> Added: head/security/py-certbot-dns-route53/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-route53/distinfo Thu Feb 22 14:31:10 2018 (r462608) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518087204 +SHA256 (certbot-dns-route53-0.21.1.tar.gz) = 88fef0422dcdd917e1d3d9be2ee1eb41187c50062ed4df98cd0ef2584fe58828 +SIZE (certbot-dns-route53-0.21.1.tar.gz) = 13893 Added: head/security/py-certbot-dns-route53/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-route53/pkg-descr Thu Feb 22 14:31:10 2018 (r462608) @@ -0,0 +1,3 @@ +This is the Route53 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?201802221431.w1MEVAiV032568>