git: ba5fca99f50c - main - www/seahub: Add missing depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 May 2022 18:17:08 UTC
The branch main has been updated by ultima: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba5fca99f50cdce3b389d8f10558ab031e479aa2 commit ba5fca99f50cdce3b389d8f10558ab031e479aa2 Author: Richard Gallamore <ultima@FreeBSD.org> AuthorDate: 2022-05-29 18:16:10 +0000 Commit: Richard Gallamore <ultima@FreeBSD.org> CommitDate: 2022-05-29 18:16:10 +0000 www/seahub: Add missing depend Cryptodome dependency was missing which is required to create links with passwords. --- www/seahub/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 5b2845df5940..dcc92cbcceb8 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -30,6 +30,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodome>=3.12.0:security/py-pycryptodome@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.1:security/py-pysaml26@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR} \