svn commit: r540592 - head/www/py-django-subdomains

Kai Knoblich kai at FreeBSD.org
Sat Jun 27 10:02:49 UTC 2020


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


More information about the svn-ports-all mailing list