aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-templatetag-sugar/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-05-25 10:03:11 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-05-25 10:03:11 +0000
commite0b16c1c6d9f478a110ddf0e56dad59604a5b862 (patch)
tree4f63b60d56ee5977668d4d2461226816217cbaad /www/py-django-templatetag-sugar/Makefile
parent6196c6ec0085282cc9fe3ae8c4e1cba77c5bbfba (diff)
downloadports-e0b16c1c6d9f478a110ddf0e56dad59604a5b862.tar.gz
ports-e0b16c1c6d9f478a110ddf0e56dad59604a5b862.zip
www/py-django-templatetag-sugar: Change RUN_DEPENDS
* Switch the port to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April. * Make USES block separate from non-related variables. * Bump PORTREVISION due changed dependencies. PR: 245309
Notes
Notes: svn path=/head/; revision=536454
Diffstat (limited to 'www/py-django-templatetag-sugar/Makefile')
-rw-r--r--www/py-django-templatetag-sugar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/py-django-templatetag-sugar/Makefile b/www/py-django-templatetag-sugar/Makefile
index 3f70c4bcf07a..214d4aca1859 100644
--- a/www/py-django-templatetag-sugar/Makefile
+++ b/www/py-django-templatetag-sugar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= templatetag-sugar
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
@@ -12,10 +12,11 @@ DISTNAME= django-${PORTNAME}-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Library to make writing templatetags in Django sweet
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= distutils autoplist
+
NO_ARCH= yes
.include <bsd.port.mk>