git: ce6ea740eed8 - main - security/py-securesystemslib: Unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Dec 2023 13:11:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce6ea740eed8fa498e1c2ec8d1d0c2a40746e899 commit ce6ea740eed8fa498e1c2ec8d1d0c2a40746e899 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-16 12:12:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-16 13:11:23 +0000 security/py-securesystemslib: Unbreak --- security/py-securesystemslib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/py-securesystemslib/Makefile b/security/py-securesystemslib/Makefile index 6ef5cd85f3de..3edba9068185 100644 --- a/security/py-securesystemslib/Makefile +++ b/security/py-securesystemslib/Makefile @@ -29,4 +29,8 @@ SHEBANG_FILES= securesystemslib/settings.py \ NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} -e 's|hatchling==|hatchling>=|g' \ + ${WRKSRC}/pyproject.toml + .include <bsd.port.mk>