git: 1f1f45f92069 - main - www/py-django-filter: Set PORTSCOUT

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sat, 25 Oct 2025 10:14:00 UTC
The branch main has been updated by kai:

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

commit 1f1f45f92069ec0716b1e78cfc729b67013af128
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-10-25 10:11:12 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-10-25 10:11:12 +0000

    www/py-django-filter: Set PORTSCOUT
    
    With version 25.2, support for Django 4.2 was removed (and also for
    Python 3.9).  Therefore, set PORTSCOUT accordingly.
    
    Because Django 4.2 is a LTS (= Long Term Support) release, which means
    that there is extended support until April 2026 and this port will have
    Django 4.2 as a dependency until then.
    
    There is currently a corresponding variant of this port that support a
    newer version of Django (= py-dj52-django-filter) and can be used
    alternatively.
---
 www/py-django-filter/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/py-django-filter/Makefile b/www/py-django-filter/Makefile
index 92ba55548674..e94395463af1 100644
--- a/www/py-django-filter/Makefile
+++ b/www/py-django-filter/Makefile
@@ -22,4 +22,6 @@ CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
 
 NO_ARCH=		yes
 
+PORTSCOUT=	ignore:1
+
 .include <bsd.port.mk>