From 5510d505b59c189b1447840752459fba4df3d73d Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Tue, 9 Jun 2020 11:03:04 +0000 Subject: [PATCH] www/py-django-haystack: Change RUN_DEPENDS * Switch to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April. * Make USES block separate from non-relevant variables while I'm here. * Bump PORTREVISION due changed dependencies. PR: 246715 Approved by: maintainer timeout (14 days) --- www/py-django-haystack/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/py-django-haystack/Makefile b/www/py-django-haystack/Makefile index 798fcbe97ffc..ce117cefdf8c 100644 --- a/www/py-django-haystack/Makefile +++ b/www/py-django-haystack/Makefile @@ -3,6 +3,7 @@ PORTNAME= django-haystack PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= www databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes PORTDOCS= *