git: 5bc48879d7ae - main - www/py-dj51-django-taggit: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:03:48 UTC
The branch main has been updated by rene:

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

commit 5bc48879d7aee89c6933ac3dfa8075a5252f8d42
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:03:40 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:03:40 +0000

    www/py-dj51-django-taggit: Remove expired port
    
    2025-12-31 www/py-dj51-django-taggit: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                               |  1 +
 www/Makefile                        |  1 -
 www/py-dj51-django-taggit/Makefile  | 30 ------------------------------
 www/py-dj51-django-taggit/distinfo  |  3 ---
 www/py-dj51-django-taggit/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index cf3e4e10f047..854e13f97e11 100644
--- a/MOVED
+++ b/MOVED
@@ -4912,3 +4912,4 @@ www/castor||2025-12-28|Abandoned upstream and fails to build with OpenSSL 3
 www/py-lia-web|www/py-cross-web|2025-12-29|Renamed to match upstream name
 security/clamtk||2025-12-31|Has expired: Maintainer has retired
 deskutils/charmtimetracker||2025-12-31|Has expired: Abandoned upstream, upstream repo archived Sep 24, 2023
+www/py-dj51-django-taggit||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index e7d25cd79b86..1fc2a352decb 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1566,7 +1566,6 @@
     SUBDIR += py-dj51-django-rich
     SUBDIR += py-dj51-django-soft-delete
     SUBDIR += py-dj51-django-tables2
-    SUBDIR += py-dj51-django-taggit
     SUBDIR += py-dj51-django-timezone-field
     SUBDIR += py-dj51-djangorestframework
     SUBDIR += py-dj51-djangorestframework-guardian
diff --git a/www/py-dj51-django-taggit/Makefile b/www/py-dj51-django-taggit/Makefile
deleted file mode 100644
index 4b93e32b0b45..000000000000
--- a/www/py-dj51-django-taggit/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	django-taggit
-PORTVERSION=	6.1.0
-PORTREVISION=	2
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME=	django_taggit-${PORTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Reusable Django application for simple tagging
-WWW=		https://github.com/jazzband/django-taggit
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=4.1:www/py-django51@${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-dj51-django-taggit/distinfo b/www/py-dj51-django-taggit/distinfo
deleted file mode 100644
index 777531f4c290..000000000000
--- a/www/py-dj51-django-taggit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1728224208
-SHA256 (django_taggit-6.1.0.tar.gz) = c4d1199e6df34125dd36db5eb0efe545b254dec3980ce5dd80e6bab3e78757c3
-SIZE (django_taggit-6.1.0.tar.gz) = 38151
diff --git a/www/py-dj51-django-taggit/pkg-descr b/www/py-dj51-django-taggit/pkg-descr
deleted file mode 100644
index be15b201b3ee..000000000000
--- a/www/py-dj51-django-taggit/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-django-taggit a simpler approach to tagging with Django.