From owner-svn-ports-head@freebsd.org Thu Feb 22 14:30:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1EA2F08739; Thu, 22 Feb 2018 14:30:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F45985A52; Thu, 22 Feb 2018 14:30:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A461CB8; Thu, 22 Feb 2018 14:30:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1MEURDp031408; Thu, 22 Feb 2018 14:30:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1MEURNH031404; Thu, 22 Feb 2018 14:30:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802221430.w1MEURNH031404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 22 Feb 2018 14:30:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462601 - in head/security: . py-certbot-dns-digitalocean X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/security: . py-certbot-dns-digitalocean X-SVN-Commit-Revision: 462601 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 14:30:28 -0000 Author: mat Date: Thu Feb 22 14:30:26 2018 New Revision: 462601 URL: https://svnweb.freebsd.org/changeset/ports/462601 Log: Add py-certbot-dns-digitalocean, DigitalOcean DNS Authenticator plugin for py-cerbot. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 Added: head/security/py-certbot-dns-digitalocean/ head/security/py-certbot-dns-digitalocean/Makefile (contents, props changed) head/security/py-certbot-dns-digitalocean/distinfo (contents, props changed) head/security/py-certbot-dns-digitalocean/pkg-descr (contents, props changed) Modified: head/security/Makefile (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 22 14:30:22 2018 (r462600) +++ head/security/Makefile Thu Feb 22 14:30:26 2018 (r462601) @@ -893,6 +893,7 @@ SUBDIR += py-certbot-apache SUBDIR += py-certbot-dns-cloudflare SUBDIR += py-certbot-dns-cloudxns + SUBDIR += py-certbot-dns-digitalocean SUBDIR += py-certbot-nginx SUBDIR += py-certifi SUBDIR += py-cpe Added: head/security/py-certbot-dns-digitalocean/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-digitalocean/Makefile Thu Feb 22 14:30:26 2018 (r462601) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= certbot-dns-digitalocean +PORTVERSION= ${ACME_VERSION} +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= DigitalOcean 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}six>0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${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 Added: head/security/py-certbot-dns-digitalocean/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-digitalocean/distinfo Thu Feb 22 14:30:26 2018 (r462601) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518082389 +SHA256 (certbot-dns-digitalocean-0.21.1.tar.gz) = d993d765f14f9c0e059ffad0b6b5bcc78093afb2afb9f92f7ec59c0b8801d310 +SIZE (certbot-dns-digitalocean-0.21.1.tar.gz) = 12705 Added: head/security/py-certbot-dns-digitalocean/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-dns-digitalocean/pkg-descr Thu Feb 22 14:30:26 2018 (r462601) @@ -0,0 +1,3 @@ +This is the DigitalOcean DNS Authenticator plugin for Certbot (security/py-certbot). + +WWW: https://github.com/certbot/certbot