Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2023 13:11:41 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce6ea740eed8 - main - security/py-securesystemslib: Unbreak
Message-ID:  <202312161311.3BGDBfwg059115@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312161311.3BGDBfwg059115>