svn commit: r536462 - head/www/py-django-hijack

Kai Knoblich kai at FreeBSD.org
Mon May 25 11:44:12 UTC 2020


Author: kai
Date: Mon May 25 11:44:11 2020
New Revision: 536462
URL: https://svnweb.freebsd.org/changeset/ports/536462

Log:
  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 at caomhin.org> (maintainer)

Modified:
  head/www/py-django-hijack/Makefile

Modified: head/www/py-django-hijack/Makefile
==============================================================================
--- head/www/py-django-hijack/Makefile	Mon May 25 11:42:55 2020	(r536461)
+++ head/www/py-django-hijack/Makefile	Mon May 25 11:44:11 2020	(r536462)
@@ -3,19 +3,21 @@
 
 PORTNAME=	django-hijack
 PORTVERSION=	2.1.10
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list