From bd5a6df64f9541cdb6b7ede62004a4b0bff075b9 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 25 Aug 2018 14:29:52 +0000 Subject: [PATCH] www/py-django-templatetag-sugar: use Django 1.11 instead of end-of-life 1.8 PR: 230530 Submitted by: rene Approved by: maintainer timeout (tj@, 14 days) --- www/py-django-templatetag-sugar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-django-templatetag-sugar/Makefile b/www/py-django-templatetag-sugar/Makefile index b1c45466fad3..0fe5800863b6 100644 --- a/www/py-django-templatetag-sugar/Makefile +++ b/www/py-django-templatetag-sugar/Makefile @@ -3,6 +3,7 @@ PORTNAME= templatetag-sugar PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- @@ -11,7 +12,7 @@ DISTNAME= django-${PORTNAME}-${PORTVERSION} MAINTAINER= tj@FreeBSD.org COMMENT= Library to make writing templatetags in Django sweet -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist