git: 73911d6b5018 - 2026Q1 - www/py-django52: Update to 5.2.12

From: Wen Heping <wen_at_FreeBSD.org>
Date: Thu, 05 Mar 2026 00:52:47 UTC
The branch 2026Q1 has been updated by wen:

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

commit 73911d6b5018b8e6e1233e0b4f8547fa053dfb8c
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-03-05 00:47:59 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-03-05 00:52:27 +0000

    www/py-django52: Update to 5.2.12
    
    (cherry picked from commit 50c96e0a1fd75e72f1c1f8ba436925d8330bb99b)
---
 www/py-django52/Makefile                   | 2 +-
 www/py-django52/distinfo                   | 6 +++---
 www/py-django52/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www/py-django52/Makefile b/www/py-django52/Makefile
index 378ee335bc02..850ea8ee51c7 100644
--- a/www/py-django52/Makefile
+++ b/www/py-django52/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django
-PORTVERSION=	5.2.11
+PORTVERSION=	5.2.12
 CATEGORIES=	www python
 MASTER_SITES=	PYPI \
 		https://media.djangoproject.com/releases/${PORTVERSION:R}/
diff --git a/www/py-django52/distinfo b/www/py-django52/distinfo
index aee46330c47f..540114bac98d 100644
--- a/www/py-django52/distinfo
+++ b/www/py-django52/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770167132
-SHA256 (python/django-5.2.11.tar.gz) = 7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3
-SIZE (python/django-5.2.11.tar.gz) = 10885017
+TIMESTAMP = 1772667327
+SHA256 (python/django-5.2.12.tar.gz) = 6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb
+SIZE (python/django-5.2.12.tar.gz) = 10860574
diff --git a/www/py-django52/files/patch-pyproject.toml b/www/py-django52/files/patch-pyproject.toml
index 784b4535c55d..6a15da566601 100644
--- a/www/py-django52/files/patch-pyproject.toml
+++ b/www/py-django52/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-11-05 12:32:26 UTC
+--- pyproject.toml.orig	2026-03-05 00:36:36 UTC
 +++ pyproject.toml
 @@ -1,9 +1,9 @@
  [build-system]
@@ -17,9 +17,9 @@
  description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
  readme = "README.rst"
 -license = "BSD-3-Clause"
--license-files = ["LICENSE", "LICENSE.python"]
+-license-files = ["LICENSE", "LICENSE.python", "AUTHORS"]
 +license = {text="BSD-3-Clause"}
-+#license-files = ["LICENSE", "LICENSE.python"]
++#license-files = ["LICENSE", "LICENSE.python", "AUTHORS"]
  classifiers = [
      "Development Status :: 5 - Production/Stable",
      "Environment :: Web Environment",