git: 9a94ac33a62a - main - www/py-dj42-django-mptt: Set PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 04:38:19 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a94ac33a62a27608e6a75c5b88e0c5113a6cd30 commit 9a94ac33a62a27608e6a75c5b88e0c5113a6cd30 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-10-28 04:18:03 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-10-28 04:34:04 +0000 www/py-dj42-django-mptt: Set PORTSCOUT * Upstream of NetBox pinned django-mptt to 0.14.0 since the 0.15.0 release dropped support for Python 3.8. Thus set the PORTSCOUT variable accordingly. --- www/py-dj42-django-mptt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/py-dj42-django-mptt/Makefile b/www/py-dj42-django-mptt/Makefile index 53f091c87ada..366467af710b 100644 --- a/www/py-dj42-django-mptt/Makefile +++ b/www/py-dj42-django-mptt/Makefile @@ -21,4 +21,8 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} NO_ARCH= yes +# Upstream of NetBox pinned django-mptt to 0.14.0 since the 0.15.0 release +# dropped support for Python 3.8 +PORTSCOUT= limit:^0\.14\. + .include <bsd.port.mk>