Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 22:22:13 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463922 - head/devel/py-django-rq
Message-ID:  <201803082222.w28MMDWm028062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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