Date: Thu, 22 Feb 2018 14:29:29 +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: r462596 - in head/security: . py-certbot-apache Message-ID: <201802221429.w1METTRS030536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 22 14:29:29 2018 New Revision: 462596 URL: https://svnweb.freebsd.org/changeset/ports/462596 Log: Add py-certbot-apache, the Apache plugin for py-certbot. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 Added: head/security/py-certbot-apache/ head/security/py-certbot-apache/Makefile (contents, props changed) head/security/py-certbot-apache/distinfo (contents, props changed) head/security/py-certbot-apache/pkg-descr (contents, props changed) Modified: head/security/Makefile (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 22 14:29:19 2018 (r462595) +++ head/security/Makefile Thu Feb 22 14:29:29 2018 (r462596) @@ -890,6 +890,7 @@ SUBDIR += py-btchip-python SUBDIR += py-cerealizer SUBDIR += py-certbot + SUBDIR += py-certbot-apache SUBDIR += py-certifi SUBDIR += py-cpe SUBDIR += py-cracklib Added: head/security/py-certbot-apache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-apache/Makefile Thu Feb 22 14:29:29 2018 (r462596) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= certbot-apache +PORTVERSION= ${ACME_VERSION} +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Apache 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}python-augeas>0:textproc/py-python-augeas@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${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-apache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-apache/distinfo Thu Feb 22 14:29:29 2018 (r462596) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518077583 +SHA256 (certbot-apache-0.21.1.tar.gz) = 0bce4419d4fdabbdda2223cff8db6794c5717632fb9511b00498ec00982a3fa5 +SIZE (certbot-apache-0.21.1.tar.gz) = 157337 Added: head/security/py-certbot-apache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certbot-apache/pkg-descr Thu Feb 22 14:29:29 2018 (r462596) @@ -0,0 +1,3 @@ +This is the Apache 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?201802221429.w1METTRS030536>