svn commit: r463922 - head/devel/py-django-rq

Rene Ladan rene at FreeBSD.org
Thu Mar 8 22:22:14 UTC 2018


Author: rene
Date: Thu Mar  8 22:22:13 2018
New Revision: 463922
URL: https://svnweb.freebsd.org/changeset/ports/463922

Log:
  devel/py-django-rq: force dependency on Django 1.8 for now to prevent
  breaking www/py-django-annotations
  
  Reported by:	antoine

Modified:
  head/devel/py-django-rq/Makefile

Modified: head/devel/py-django-rq/Makefile
==============================================================================
--- head/devel/py-django-rq/Makefile	Thu Mar  8 21:19:31 2018	(r463921)
+++ head/devel/py-django-rq/Makefile	Thu Mar  8 22:22:13 2018	(r463922)
@@ -4,7 +4,7 @@
 PORTNAME=	django-rq
 PORTVERSION=	1.0.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +14,7 @@ COMMENT=	Provides Django integration for RQ (Redis Que
 LICENSE=	MIT
 
 TEST_DEPENDS=	redis-server:databases/redis
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django18@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:devel/py-rq@${FLAVOR}
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list