diff options
Diffstat (limited to 'x11-fonts/py-shaperglot/Makefile')
-rw-r--r-- | x11-fonts/py-shaperglot/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-fonts/py-shaperglot/Makefile b/x11-fonts/py-shaperglot/Makefile index 9f2d87fecf31..ae50c7c63da1 100644 --- a/x11-fonts/py-shaperglot/Makefile +++ b/x11-fonts/py-shaperglot/Makefile @@ -1,6 +1,5 @@ PORTNAME= shaperglot -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,17 +12,16 @@ WWW= https://github.com/googlefonts/shaperglot LICENSE= APACHE20 BUILD_DEPENDS= protoc:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.3<2.0:devel/py-maturin@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}maturin>=1.9.1<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 + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cargo-crates/google-fonts-languages-0.7.6/build.rs .include <bsd.port.mk> |