git: 69bed8fecf29 - 2026Q3 - net-mgmt/netbox: Fix build after 3496c09fda1b
Kai Knoblich <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch 2026Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=69bed8fecf29759efc09229c605f572298f9342e commit 69bed8fecf29759efc09229c605f572298f9342e Author: Kai Knoblich <[email protected]> AuthorDate: 2026-07-31 07:15:26 +0000 Commit: Kai Knoblich <[email protected]> CommitDate: 2026-07-31 16:57:00 +0000 net-mgmt/netbox: Fix build after 3496c09fda1b * Switch to the recently created py-social-auth-core4 port, because NetBox is not compatible with newer versions of py-social-auth-core due to several breaking changes. * Bump PORTREVISION due dependency change. PR: 297152 (cherry picked from commit fd3868f3a8b61ae2b3c273f6c4f2abd4d62dc0f1) --- net-mgmt/netbox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 7d7a1c4906c8..1749fb3e9d69 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v DISTVERSION= 4.6.5 +PORTREVISION= 1 CATEGORIES= net-mgmt python MAINTAINER= [email protected] @@ -63,7 +64,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django60>=6.0.7<6.1:www/py-django60@${PY_FLA ${PYTHON_PKGNAMEPREFIX}redis>=7.4.0<8:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.34.2<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rq>=2.10<3:devel/py-rq@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.8.5<5:security/py-social-auth-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}social-auth-core4>=4.8.5<5:security/py-social-auth-core4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.3<2:graphics/py-svgwrite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tablib>=3.9.0<4:textproc/py-tablib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzdata>=2026.3:devel/py-tzdata@${PY_FLAVOR} \