Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2020 16:17:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540805 - head/www/py-django-overextends
Message-ID:  <202006291617.05TGH33t035174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 29 16:17:03 2020
New Revision: 540805
URL: https://svnweb.freebsd.org/changeset/ports/540805

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-07-15
  
  PR:		247590
  Submitted by:	kai

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

Modified: head/www/py-django-overextends/Makefile
==============================================================================
--- head/www/py-django-overextends/Makefile	Mon Jun 29 16:16:58 2020	(r540804)
+++ head/www/py-django-overextends/Makefile	Mon Jun 29 16:17:03 2020	(r540805)
@@ -14,6 +14,9 @@ COMMENT=	Django reusable app enabling circular templat
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	No longer maintained, not compatible with Django 2.0+
+EXPIRATION_DATE=2020-07-15
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-me>=0.1.2:textproc/py-sphinx-me@${PY_FLAVOR}
 



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