git: beaad09b1d15 - main - security/howdy: Fix build with python-3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 22:34:28 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=beaad09b1d1549e8f54255759a5910a70e743ed2 commit beaad09b1d1549e8f54255759a5910a70e743ed2 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-01-01 14:01:30 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-01-01 22:33:58 +0000 security/howdy: Fix build with python-3.11 PR: 276052 Reported by: wen Approved by: maintainer --- security/howdy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/howdy/Makefile b/security/howdy/Makefile index 21b0e68a4b1d..abee4b0d7016 100644 --- a/security/howdy/Makefile +++ b/security/howdy/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= opencv>0:graphics/opencv \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${LOCALBASE}/share/dlib-models/shape_predictor_5_face_landmarks.dat:misc/dlib-models -USES= python:3.8-3.10,run shebangfix +USES= python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= boltgolt