aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-09-30 09:42:50 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-09-30 09:42:50 +0000
commit1135a91bbd187226c1ed5acc1566e6a58806740a (patch)
treecdc837d38f849b288d005f78dafd55f623c7ee8b /devel
parent604dfb37ce15360857be382ac63392ab16aa218b (diff)
downloadports-1135a91bbd187226c1ed5acc1566e6a58806740a.tar.gz
ports-1135a91bbd187226c1ed5acc1566e6a58806740a.zip
databases/py-rb, devel/py-eventlib: Use py-redis2 instead py-redis
Change RUN_DEPENDS to devel/py-redis2 as preparation for the upcoming update of databases/py-redis to 3.x as both ports aren't compatible with the newer py-redis version. PR: 237237 Approved by: sunpoet (maintainer)
Notes
Notes: svn path=/head/; revision=513339
Diffstat (limited to 'devel')
-rw-r--r--devel/py-eventlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-eventlib/Makefile b/devel/py-eventlib/Makefile
index 2d048404ac62..3d604918e76a 100644
--- a/devel/py-eventlib/Makefile
+++ b/devel/py-eventlib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eventlib
PORTVERSION= 0.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}celery>=3.0.0:devel/py-celery@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ejson>=0:devel/py-ejson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}logan>=0.5.0:devel/py-logan@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}redis>=2.7.1:databases/py-redis@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}redis2>=2.7.1:databases/py-redis2@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils