www/py-django-profiles: use Django 1.11 instead of EOL Django 1.8

PR:		230529
Submitted by:	rene
Approved by:	maintainer (jpaetzel)
Sponsored by:	Essen Hackathon
This commit is contained in:
Rene Ladan 2018-08-11 17:50:17 +00:00
parent b35fcdf9e9
commit 948052c97f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476933

View File

@ -3,7 +3,7 @@
PORTNAME= django-profiles
PORTVERSION= 0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://bitbucket.org/ubernostrum/django-profiles/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +15,7 @@ COMMENT= User-profile application for Django
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django111@${PY_FLAVOR}
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python