svn commit: r533068 - head/www/py-django-registration-defaults

Kai Knoblich kai at FreeBSD.org
Sun Apr 26 14:26:09 UTC 2020


Author: kai
Date: Sun Apr 26 14:26:08 2020
New Revision: 533068
URL: https://svnweb.freebsd.org/changeset/ports/533068

Log:
  www/py-django-registration-defaults: Deprecate and set to expire
  
  * The upstream repository seems to be no longer maintained (no update since
    2014) and the port isn't compatible with newer versions of
    www/py-django-registration.
  
  PR:		245903
  Approved by:	skozlov (maintainer)

Modified:
  head/www/py-django-registration-defaults/Makefile

Modified: head/www/py-django-registration-defaults/Makefile
==============================================================================
--- head/www/py-django-registration-defaults/Makefile	Sun Apr 26 14:21:49 2020	(r533067)
+++ head/www/py-django-registration-defaults/Makefile	Sun Apr 26 14:26:08 2020	(r533068)
@@ -13,6 +13,9 @@ COMMENT=	Default templates and settings for django-reg
 
 LICENSE=	MIT
 
+DEPRECATED=	No longer maintained, not compatible with newer versions of www/py-django-registration
+EXPIRATION_DATE=	2020-05-25
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-registration>=0:www/py-django-registration@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-all mailing list