diff options
Diffstat (limited to 'x11-fonts/py-shaperglot/Makefile')
-rw-r--r-- | x11-fonts/py-shaperglot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/py-shaperglot/Makefile b/x11-fonts/py-shaperglot/Makefile index ae50c7c63da1..1a90dba13674 100644 --- a/x11-fonts/py-shaperglot/Makefile +++ b/x11-fonts/py-shaperglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= shaperglot -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,6 @@ 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.6/build.rs + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cargo-crates/google-fonts-languages-0.7.7/build.rs .include <bsd.port.mk> |