git: 3554eaac110a - main - www/py-dj51-django-auditlog: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:25:56 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3554eaac110ae4e1d9db2097eb929ec9d3c8eb53
commit 3554eaac110ae4e1d9db2097eb929ec9d3c8eb53
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:25:48 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:25:48 +0000
www/py-dj51-django-auditlog: Remove expired port
2025-12-31 www/py-dj51-django-auditlog: 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-auditlog/Makefile | 31 -------------------------------
www/py-dj51-django-auditlog/distinfo | 3 ---
www/py-dj51-django-auditlog/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 39 deletions(-)
diff --git a/MOVED b/MOVED
index be53414234d3..38fdd16ea48f 100644
--- a/MOVED
+++ b/MOVED
@@ -4938,3 +4938,4 @@ www/py-dj51-django-debug-toolbar||2025-12-31|Has expired: Extended support of Dj
www/py-dj51-django-timezone-field||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-drf-spectacular-sidecar||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-allauth||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-auditlog||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 108b9b9f99ae..0b7dd253d07a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1544,7 +1544,6 @@
SUBDIR += py-ddgs
SUBDIR += py-dj-database-url
SUBDIR += py-dj51-channels
- SUBDIR += py-dj51-django-auditlog
SUBDIR += py-dj51-django-auth-ldap
SUBDIR += py-dj51-django-choices-field
SUBDIR += py-dj51-django-htmx
diff --git a/www/py-dj51-django-auditlog/Makefile b/www/py-dj51-django-auditlog/Makefile
deleted file mode 100644
index 171fd8b80d50..000000000000
--- a/www/py-dj51-django-auditlog/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= django-auditlog
-PORTVERSION= 3.4.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
-
-MAINTAINER= grembo@FreeBSD.org
-COMMENT= Django app that keeps a log of changes made to an object
-WWW= https://github.com/jazzband/django-auditlog
-
-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}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${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-auditlog/distinfo b/www/py-dj51-django-auditlog/distinfo
deleted file mode 100644
index 1b0d64b03072..000000000000
--- a/www/py-dj51-django-auditlog/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1765719383
-SHA256 (django_auditlog-3.4.0.tar.gz) = 8dbac6927df0dae3a7ae4f67de1f60c7b53f34b60fbf384e4533c1fd1786e87d
-SIZE (django_auditlog-3.4.0.tar.gz) = 91333
diff --git a/www/py-dj51-django-auditlog/pkg-descr b/www/py-dj51-django-auditlog/pkg-descr
deleted file mode 100644
index 3287e3ab624d..000000000000
--- a/www/py-dj51-django-auditlog/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Auditlog is a reusable app for Django that makes logging object changes a
-breeze. Auditlog tries to use as much as Python and Django's built in
-functionality to keep the list of dependencies as short as possible. Also,
-Auditlog aims to be fast and simple to use.