diff --git a/x11-fonts/py-shaperglot/Makefile b/x11-fonts/py-shaperglot/Makefile index 09ba6e97c9cb..ee80afc7dbe9 100644 --- a/x11-fonts/py-shaperglot/Makefile +++ b/x11-fonts/py-shaperglot/Makefile @@ -1,28 +1,28 @@ PORTNAME= shaperglot PORTVERSION= 1.0.2 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= shaperglot-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test font files for OpenType language support WWW= https://github.com/googlefonts/shaperglot LICENSE= APACHE20 BUILD_DEPENDS= protoc:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.2<2.0:devel/py-maturin@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.3<2.0:devel/py-maturin@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no CARGO_CARGOLOCK=${WRKSRC}/shaperglot-py/Cargo.lock CARGO_CARGOTOML=${WRKSRC}/shaperglot-py/Cargo.toml CARGO_INSTALL= no post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cargo-crates/google-fonts-languages-0.7.3/build.rs .include diff --git a/x11-fonts/py-shaperglot/files/patch-pyproject.toml b/x11-fonts/py-shaperglot/files/patch-pyproject.toml deleted file mode 100644 index 7289ea9f11eb..000000000000 --- a/x11-fonts/py-shaperglot/files/patch-pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ ---- pyproject.toml.orig 1970-01-01 00:00:00 UTC -+++ pyproject.toml -@@ -1,5 +1,5 @@ - [build-system] --requires = ["maturin>=1.8.3,<2.0"] -+requires = ["maturin>=1.8.2,<2.0"] - build-backend = "maturin" - - [project]