svn commit: r484608 - branches/2018Q4/security/py-certbot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 10 13:07:17 UTC 2018


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 at 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} \


More information about the svn-ports-branches mailing list