Date: Sat, 28 Oct 2023 04:38:19 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9a94ac33a62a - main - www/py-dj42-django-mptt: Set PORTSCOUT Message-ID: <202310280438.39S4cJ1L095251@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310280438.39S4cJ1L095251>