svn commit: r493420 - head/devel/py-responses

Antoine Brodin antoine at FreeBSD.org
Wed Feb 20 12:20:45 UTC 2019


Author: antoine
Date: Wed Feb 20 12:20:43 2019
New Revision: 493420
URL: https://svnweb.freebsd.org/changeset/ports/493420

Log:
  Add missing RUN_DEPENDS when using python 2.7

Modified:
  head/devel/py-responses/Makefile

Modified: head/devel/py-responses/Makefile
==============================================================================
--- head/devel/py-responses/Makefile	Wed Feb 20 10:26:55 2019	(r493419)
+++ head/devel/py-responses/Makefile	Wed Feb 20 12:20:43 2019	(r493420)
@@ -3,6 +3,7 @@
 
 PORTNAME=	responses
 PORTVERSION=	0.10.5
+PORTREVISION=	1
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +30,8 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cookies>=0:www/py-cookies@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cookies>=0:www/py-cookies@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list