Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2018 21:20:00 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472093 - head/security/py-acme
Message-ID:  <201806092120.w59LK0JS025598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Jun  9 21:20:00 2018
New Revision: 472093
URL: https://svnweb.freebsd.org/changeset/ports/472093

Log:
  - Added missing dependency
  - Bump PORTREVISION
  
  Submitted by:	Yasuhiro Kimura

Modified:
  head/security/py-acme/Makefile

Modified: head/security/py-acme/Makefile
==============================================================================
--- head/security/py-acme/Makefile	Sat Jun  9 21:19:07 2018	(r472092)
+++ head/security/py-acme/Makefile	Sat Jun  9 21:20:00 2018	(r472093)
@@ -3,6 +3,7 @@
 
 PORTNAME=	acme
 PORTVERSION=	${ACME_VERSION}
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
@@ -20,6 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:
 		${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.10:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806092120.w59LK0JS025598>