git: 21171d00a643 - main - www/seahub: Fix dependency port rename for django_statici18n
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 17:50:06 UTC
The branch main has been updated by ultima:
URL: https://cgit.FreeBSD.org/ports/commit/?id=21171d00a6439cc4e1b0accf94fc99dbed591cce
commit 21171d00a6439cc4e1b0accf94fc99dbed591cce
Author: Richard Gallamore <ultima@FreeBSD.org>
AuthorDate: 2026-02-16 17:48:59 +0000
Commit: Richard Gallamore <ultima@FreeBSD.org>
CommitDate: 2026-02-16 17:49:54 +0000
www/seahub: Fix dependency port rename for django_statici18n
---
www/seahub/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/seahub/Makefile b/www/seahub/Makefile
index f93dfc807e69..81eff50f42b8 100644
--- a/www/seahub/Makefile
+++ b/www/seahub/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR}
RUN_DEPENDS= bash:shells/bash \
${LOCALBASE}/www/haiwen/seafile-server/seafile/bin/seaf-server:net-mgmt/seafile-server \
${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}django-statici18n>=2.3:www/py-django-statici18n@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django_statici18n>=2.3:www/py-django_statici18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-webpack-loader>=1.7:www/py-django-webpack-loader@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-picklefield>=3.1:www/py-django-picklefield@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-formtools>=2.3:www/py-django-formtools@${PY_FLAVOR} \