From 4223babba21648132abe583752f50f6570c83338 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Fri, 25 Mar 2022 17:04:08 +0100 Subject: [PATCH] www/py-django: Deprecate and set to expire This port was last used as a metaport and has only Django 2.2 as the only option knob. The use of this port as a dependency for several consumers has in the past also repeatedly led to some problems with conflicting transitive dependencies. So there is no longer any use for this metaport thus let it expire together with www/py-django22. PR: 261313 Reviewed by: dbaio (python, maintainer) Approved by: kai (python, maintainer) Differential Revision: https://reviews.freebsd.org/D34453 --- www/py-django/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-django/Makefile b/www/py-django/Makefile index edaee4227c60..0e042249dc9f 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -10,6 +10,9 @@ COMMENT= High-level Python Web Framework (meta port) LICENSE= BSD3CLAUSE +DEPRECATED= Was used as a metaport, no longer required +EXPIRATION_DATE= 2022-06-30 + USES= metaport USE_PYTHON= flavors