Date: Sat, 10 Nov 2018 13:07:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484608 - branches/2018Q4/security/py-certbot Message-ID: <201811101307.wAAD7GO9013295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 10 13:07:15 2018 New Revision: 484608 URL: https://svnweb.freebsd.org/changeset/ports/484608 Log: MFH: r483535 Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 232819 Submitted by: Brad Warren <bmw@eff.org> Approved by: ports-secteam (blanket) Modified: branches/2018Q4/security/py-certbot/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/py-certbot/Makefile ============================================================================== --- branches/2018Q4/security/py-certbot/Makefile Sat Nov 10 12:54:09 2018 (r484607) +++ branches/2018Q4/security/py-certbot/Makefile Sat Nov 10 13:07:15 2018 (r484608) @@ -3,6 +3,7 @@ PORTNAME= certbot PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -18,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSI ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}josepy>=0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=1.3:devel/py-parsedatetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811101307.wAAD7GO9013295>