Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 07:44:43 +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: r530470 - in head/www: py-django py-django111
Message-ID:  <202004030744.0337ih3d073333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Apr  3 07:44:43 2020
New Revision: 530470
URL: https://svnweb.freebsd.org/changeset/ports/530470

Log:
  www/py-django111: Mark as DEPRECATED
  
  Django 1.11 has reached its End-of-Life so mark it as DEPRECATED.  Don't set
  an EXPIRATION_DATE yet as various consumers need to be switched to
  Django 2.2 beforehand, which will happen in the next weeks/months.
  
  When everything is complete there should be no py-dj22-* ports left and the
  Ports tree has a few Python 2.7 packages less because Django 2.2 only
  supports Python 3.5 or later.
  
  Adjust the description of Django 1.11 of the www/py-django meta-port
  accordingly.  Also fix a small typo in the Django 2.2 description while I'm
  here.
  
  PR:		245309
  Reviewed by:	koobs, wen (via private e-mail)
  Differential Revision:	https://reviews.freebsd.org/D24221

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

Modified: head/www/py-django/Makefile
==============================================================================
--- head/www/py-django/Makefile	Fri Apr  3 07:36:28 2020	(r530469)
+++ head/www/py-django/Makefile	Fri Apr  3 07:44:43 2020	(r530470)
@@ -14,8 +14,8 @@ LICENSE=	BSD3CLAUSE
 OPTIONS_SINGLE=	DJANGO
 OPTIONS_SINGLE_DJANGO=	DJANGO111 DJANGO22
 OPTIONS_DEFAULT=DJANGO111
-DJANGO111_DESC=	Use Django 1.11.x
-DJANGO22_DESC=	USe Django 2.2.x
+DJANGO111_DESC=	Use Django 1.11.x (Deprecated: EoL since April 2020)
+DJANGO22_DESC=	Use Django 2.2.x
 
 PORTSCOUT=	ignore:1
 

Modified: head/www/py-django111/Makefile
==============================================================================
--- head/www/py-django111/Makefile	Fri Apr  3 07:36:28 2020	(r530469)
+++ head/www/py-django111/Makefile	Fri Apr  3 07:44:43 2020	(r530470)
@@ -19,6 +19,8 @@ COMMENT=	High-level Python Web Framework
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible.
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
 NO_ARCH=	yes



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