git: edf2db453784 - main - www/py-dj51-django-cors-headers: Remove expired port

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

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

commit edf2db453784d737b01d6c1f1e693c9120d9f294
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:17:02 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:17:02 +0000

    www/py-dj51-django-cors-headers: Remove expired port
    
    2025-12-31 www/py-dj51-django-cors-headers: 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-cors-headers/Makefile           | 30 ----------------------
 www/py-dj51-django-cors-headers/distinfo           |  3 ---
 .../files/patch-pyproject.toml                     | 24 -----------------
 www/py-dj51-django-cors-headers/pkg-descr          |  2 --
 6 files changed, 1 insertion(+), 60 deletions(-)

diff --git a/MOVED b/MOVED
index 9392f390a6de..c61a6279caa5 100644
--- a/MOVED
+++ b/MOVED
@@ -4929,3 +4929,4 @@ www/py-dj51-django-js-asset||2025-12-31|Has expired: Extended support of Django
 www/py-dj51-social-auth-app-django||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/
 www/py-dj51-django-redis||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/
 www/py-dj51-django-prometheus||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/
+www/py-dj51-django-cors-headers||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 a79eccef1e8c..0760321a44b4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1549,7 +1549,6 @@
     SUBDIR += py-dj51-django-auth-ldap
     SUBDIR += py-dj51-django-choices-field
     SUBDIR += py-dj51-django-compression-middleware
-    SUBDIR += py-dj51-django-cors-headers
     SUBDIR += py-dj51-django-debug-toolbar
     SUBDIR += py-dj51-django-guardian
     SUBDIR += py-dj51-django-htmx
diff --git a/www/py-dj51-django-cors-headers/Makefile b/www/py-dj51-django-cors-headers/Makefile
deleted file mode 100644
index 6c33b7a48aef..000000000000
--- a/www/py-dj51-django-cors-headers/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	django-cors-headers
-PORTVERSION=	4.9.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME=	django_cors_headers-${PORTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Handles server headers required for Cross-Origin Resource Sharing
-WWW=		https://github.com/adamchainz/django-cors-headers
-
-LICENSE=	MIT
-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.2:www/py-django51@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${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-cors-headers/distinfo b/www/py-dj51-django-cors-headers/distinfo
deleted file mode 100644
index 12c0cabe9960..000000000000
--- a/www/py-dj51-django-cors-headers/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1759317248
-SHA256 (django_cors_headers-4.9.0.tar.gz) = fe5d7cb59fdc2c8c646ce84b727ac2bca8912a247e6e68e1fb507372178e59e8
-SIZE (django_cors_headers-4.9.0.tar.gz) = 21458
diff --git a/www/py-dj51-django-cors-headers/files/patch-pyproject.toml b/www/py-dj51-django-cors-headers/files/patch-pyproject.toml
deleted file mode 100644
index b7e07d6bac3c..000000000000
--- a/www/py-dj51-django-cors-headers/files/patch-pyproject.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-* Relax version requirements of py-setuptools and enable build for
-  older versions of it
-
---- pyproject.toml.orig	2025-09-18 12:15:44 UTC
-+++ pyproject.toml
-@@ -1,7 +1,7 @@ requires = [
- [build-system]
- build-backend = "setuptools.build_meta"
- requires = [
--  "setuptools>=77",
-+  "setuptools",
- ]
- 
- [project]
-@@ -16,8 +16,7 @@ keywords = [
-   "middleware",
-   "rest",
- ]
--license = "MIT"
--license-files = [ "LICENSE" ]
-+license = { text="MIT" }
- maintainers = [
-   { name = "Adam Johnson", email = "me@adamj.eu" },
- ]
diff --git a/www/py-dj51-django-cors-headers/pkg-descr b/www/py-dj51-django-cors-headers/pkg-descr
deleted file mode 100644
index 9ba1bc6bd1a8..000000000000
--- a/www/py-dj51-django-cors-headers/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
-responses.