Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 11:44:11 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536462 - head/www/py-django-hijack
Message-ID:  <202005251144.04PBiBnt003818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005251144.04PBiBnt003818>