Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 10:52:05 +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: r536456 - head/www/py-djangotoolbox
Message-ID:  <202005251052.04PAq5hr071514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon May 25 10:52:05 2020
New Revision: 536456
URL: https://svnweb.freebsd.org/changeset/ports/536456

Log:
  www/py-djangotoolbox: Deprecate and set to expire
  
  * The project is no longer maintained and has limited support for
    Django 1.11+ .
  
  PR:		246176
  Approved by:	maintainer timeout (3 weeks)

Modified:
  head/www/py-djangotoolbox/Makefile

Modified: head/www/py-djangotoolbox/Makefile
==============================================================================
--- head/www/py-djangotoolbox/Makefile	Mon May 25 10:13:07 2020	(r536455)
+++ head/www/py-djangotoolbox/Makefile	Mon May 25 10:52:05 2020	(r536456)
@@ -12,6 +12,9 @@ COMMENT=	Common API for running Django on non-relation
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	No longer maintained, not compatible with Django 1.11+
+EXPIRATION_DATE=	2020-06-01
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
 
 USES=		python



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