Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 09:59:55 +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: r540591 - head/www/py-django-openid-auth
Message-ID:  <202006270959.05R9xtee007058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Jun 27 09:59:55 2020
New Revision: 540591
URL: https://svnweb.freebsd.org/changeset/ports/540591

Log:
  www/py-django-openid-auth: 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:		247114
  Approved by:	maintainer timeout (14+ days)

Modified:
  head/www/py-django-openid-auth/Makefile

Modified: head/www/py-django-openid-auth/Makefile
==============================================================================
--- head/www/py-django-openid-auth/Makefile	Sat Jun 27 09:54:43 2020	(r540590)
+++ head/www/py-django-openid-auth/Makefile	Sat Jun 27 09:59:55 2020	(r540591)
@@ -13,6 +13,9 @@ COMMENT=	OpenID integration for django.contrib.auth
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	No longer maintained, not compatible with Django 2.0+, please use www/py-django-allauth instead
+EXPIRATION_DATE=	2020-07-15
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.6:www/py-django111@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 



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