git: 8ee1a5dab9c3 - main - www/py-dj51-django-auth-ldap: Set PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Dec 2025 06:53:27 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ee1a5dab9c39a61ea714bd6a02543166330f888
commit 8ee1a5dab9c39a61ea714bd6a02543166330f888
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-12-28 21:38:26 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-12-29 06:52:05 +0000
www/py-dj51-django-auth-ldap: Set PORTSCOUT
* Support for Django 5.1 was dropped with the 5.3.0 release,
set PORTSCOUT accordingly.
---
www/py-dj51-django-auth-ldap/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-dj51-django-auth-ldap/Makefile b/www/py-dj51-django-auth-ldap/Makefile
index e5f54838e226..72cb8f6b7add 100644
--- a/www/py-dj51-django-auth-ldap/Makefile
+++ b/www/py-dj51-django-auth-ldap/Makefile
@@ -27,6 +27,9 @@ USE_PYTHON= autoplist concurrent pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
NO_ARCH= yes
+# Release 5.3.0 dropped support for Django 5.1
+PORTSCOUT= limit:^5\.\2\.
+
PORTDOCS= *
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}