svn commit: r483535 - head/security/py-certbot
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 30 19:55:53 UTC 2018
Author: sunpoet
Date: Tue Oct 30 19:55:49 2018
New Revision: 483535
URL: https://svnweb.freebsd.org/changeset/ports/483535
Log:
Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change
PR: 232819
Submitted by: Brad Warren <bmw at eff.org>
Modified:
head/security/py-certbot/Makefile
Modified: head/security/py-certbot/Makefile
==============================================================================
--- head/security/py-certbot/Makefile Tue Oct 30 19:55:41 2018 (r483534)
+++ head/security/py-certbot/Makefile Tue Oct 30 19:55:49 2018 (r483535)
@@ -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} \
More information about the svn-ports-all
mailing list