Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 16:08:15 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b226c44e5bbd - main - www/py-django-sudo: Deprecate and set to expire
Message-ID:  <202203251608.22PG8Fh1021943@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b226c44e5bbd099528753cb0609d86af560235f7

commit b226c44e5bbd099528753cb0609d86af560235f7
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-25 16:01:33 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-25 16:07:58 +0000

    www/py-django-sudo: Deprecate and set to expire
    
    * The upstream project was abandoned and there's no compatibility for
      newer versions of Django.
    
    PR:             261313
    Approved by:    kai (python, maintainer)
---
 www/py-django-sudo/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-sudo/Makefile b/www/py-django-sudo/Makefile
index a20b9c8b65e0..1eb77272b880 100644
--- a/www/py-django-sudo/Makefile
+++ b/www/py-django-sudo/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Sudo mode is an extra layer of security for Django
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Abandoned upstream, not compatible with newer versions of Django
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.5+



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