git: c9a9f53f3f67 - main - www/py-dj52-django-mptt: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 30 Jun 2026 18:52:46 UTC
The branch main has been updated by rene:

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

commit c9a9f53f3f67b4e809be3d7bdeebbf14a2b9faea
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 18:52:38 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 18:52:38 +0000

    www/py-dj52-django-mptt: Remove expired port
    
    2026-06-30 www/py-dj52-django-mptt: Obsolete, please use www/py-django-mptt instead
---
 MOVED                             |  1 +
 www/Makefile                      |  1 -
 www/py-dj52-django-mptt/Makefile  | 29 -----------------------------
 www/py-dj52-django-mptt/distinfo  |  3 ---
 www/py-dj52-django-mptt/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index f1cde158dd2c..0da8479c29de 100644
--- a/MOVED
+++ b/MOVED
@@ -5381,3 +5381,4 @@ net/seda||2026-06-26|Has expired: old, no users in the ports tree, unmaintained,
 math/reduce|math/reduce-psl|2026-06-28|Remove duplicate port, use math/reduce-psl instead
 devel/py-goodreads||2026-06-30|Has expired: Upstream is unmaintained, and the API is no longer available as of 2020-12-08
 www/py-django-graphql-jwt34|www/py-django-graphql-jwt|2026-06-30|Has expired: Use py-django-graphql-jwt instead
+www/py-dj52-django-mptt|www/py-django-mptt|2026-06-30|Has expired: Obsolete, please use www/py-django-mptt instead
diff --git a/www/Makefile b/www/Makefile
index bcc4334b8646..676ec7babcab 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1581,7 +1581,6 @@
     SUBDIR += py-dj52-django-htmx
     SUBDIR += py-dj52-django-js-asset
     SUBDIR += py-dj52-django-modelcluster
-    SUBDIR += py-dj52-django-mptt
     SUBDIR += py-dj52-django-multiselectfield
     SUBDIR += py-dj52-django-netfields
     SUBDIR += py-dj52-django-otp
diff --git a/www/py-dj52-django-mptt/Makefile b/www/py-dj52-django-mptt/Makefile
deleted file mode 100644
index 65419c609719..000000000000
--- a/www/py-dj52-django-mptt/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	django-mptt
-DISTVERSION=	0.18.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
-DISTNAME=	django_mptt-${DISTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Utilities for implementing Modified Preorder Tree Traversal in Django
-WWW=		https://github.com/django-mptt/django-mptt
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=     Obsolete, please use www/py-django-mptt instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR}\
-		${PYTHON_PKGNAMEPREFIX}dj52-django-js-asset>0:www/py-dj52-django-js-asset@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj52-django-mptt/distinfo b/www/py-dj52-django-mptt/distinfo
deleted file mode 100644
index b74ca1248b26..000000000000
--- a/www/py-dj52-django-mptt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1771960597
-SHA256 (django_mptt-0.18.0.tar.gz) = cf5661357ff22bc64e20d3341c26e538aa54583aea0763cfe6aaec0ab8e3a8ee
-SIZE (django_mptt-0.18.0.tar.gz) = 71407
diff --git a/www/py-dj52-django-mptt/pkg-descr b/www/py-dj52-django-mptt/pkg-descr
deleted file mode 100644
index bad56cabf151..000000000000
--- a/www/py-dj52-django-mptt/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Utilities for implementing Modified Preorder Tree Traversal with your Django
-Models and working with trees of Model instances.