Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 10:02:49 +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: r540592 - head/www/py-django-subdomains
Message-ID:  <202006271002.05RA2nIm012911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Jun 27 10:02:49 2020
New Revision: 540592
URL: https://svnweb.freebsd.org/changeset/ports/540592

Log:
  www/py-django-subdomains: Deprecate/Set to expire
  
  * The port is not compatible with Django 2.0+ and it doesn't seem to be
    maintained by upstream anymore.
  
  PR:		247206
  Approved by:	maintainer timeout (14 days)

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

Modified: head/www/py-django-subdomains/Makefile
==============================================================================
--- head/www/py-django-subdomains/Makefile	Sat Jun 27 09:59:55 2020	(r540591)
+++ head/www/py-django-subdomains/Makefile	Sat Jun 27 10:02:49 2020	(r540592)
@@ -13,6 +13,9 @@ COMMENT=	Subdomains helpers for the Django framework
 
 LICENSE=	MIT
 
+DEPRECATED=	No longer maintained, not compatible with Django 2.0+
+EXPIRATION_DATE=	2020-07-15
+
 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?202006271002.05RA2nIm012911>