git: 1990488907f9 - 2026Q3 - www/py-dj60-social-auth-app-django: 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=1990488907f99935bf443d9eb75e788a5b14b132 commit 1990488907f99935bf443d9eb75e788a5b14b132 Author: Kai Knoblich <[email protected]> AuthorDate: 2026-07-31 07:15:26 +0000 Commit: Kai Knoblich <[email protected]> CommitDate: 2026-07-31 16:56:50 +0000 www/py-dj60-social-auth-app-django: Fix build after 3496c09fda1b * Although there are already newer releases that are compatible with py-social-auth-core >= 5, they also introduce quite a few breaking changes along with py-social-auth-core 4.9.0+, so updating the port is not an option at this time. Therefore, switch to the recently created py-social-auth-core4 port for now to fix the fallout and avoid regressions. * Bump PORTREVISION due dependency change. PR: 297152 Reported by: Einar Bjarni Halldórsson, pkg-fallout (cherry picked from commit b91684dd1db4e8edf37382462d55601c2a0a5374) --- www/py-dj60-social-auth-app-django/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-dj60-social-auth-app-django/Makefile b/www/py-dj60-social-auth-app-django/Makefile index 58bb33af9d49..95a2559b268b 100644 --- a/www/py-dj60-social-auth-app-django/Makefile +++ b/www/py-dj60-social-auth-app-django/Makefile @@ -1,5 +1,6 @@ PORTNAME= social-auth-app-django DISTVERSION= 5.9.0 +PORTREVISION= 1 CATEGORIES= www security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj60- @@ -14,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django60>=5.2:www/py-django60@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.8.3<5:security/py-social-auth-core@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}social-auth-core4>=4.8.3<5:security/py-social-auth-core4@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python:3.12+