git: 563601899dcb - main - www/py-social-auth-app-django: Fix build after 3496c09fda1b
Kai Knoblich <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a6c4bf5.1a43a.518250fb__36814.3679270119$1785482246$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=563601899dcba76f28da74dd7dd8760b7c700678 commit 563601899dcba76f28da74dd7dd8760b7c700678 Author: Kai Knoblich <[email protected]> AuthorDate: 2026-07-31 07:15:26 +0000 Commit: Kai Knoblich <[email protected]> CommitDate: 2026-07-31 07:16:55 +0000 www/py-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: pkg-fallout --- www/py-social-auth-app-django/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-social-auth-app-django/Makefile b/www/py-social-auth-app-django/Makefile index ee3313c3514f..c78b30013851 100644 --- a/www/py-social-auth-app-django/Makefile +++ b/www/py-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} @@ -14,7 +15,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${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