diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-05-25 11:44:11 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-05-25 11:44:11 +0000 |
commit | be55979bce01c81e4d5c4f0f3ae16823107cdbd7 (patch) | |
tree | 228f46f55e64ea592a33634a0885f5cd5c4c16ae | |
parent | devel/rapidcheck: fix build on powerpc64 elfv2 (diff) |
www/py-django-hijack: Change/Fix RUN_DEPENDS
* Switch the port to Django 2.2 (current LTS release) because Django 1.11 is
End-of-Life since April.
* Fix a typo in the COMMENT field and bump PORTREVISION due changed
dependencies.
PR: 246716
Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=536462
-rw-r--r-- | www/py-django-hijack/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/py-django-hijack/Makefile b/www/py-django-hijack/Makefile index d74084b57290..2754cd70c6bf 100644 --- a/www/py-django-hijack/Makefile +++ b/www/py-django-hijack/Makefile @@ -3,19 +3,21 @@ PORTNAME= django-hijack PORTVERSION= 2.1.10 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org -COMMENT= Allows DJango superusers to login as other users +COMMENT= Allows Django superusers to login as other users LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-compat>=1.0.14:www/py-django-compat@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes |