diff --git a/print/py-uharfbuzz/Makefile b/print/py-uharfbuzz/Makefile index fbd666524b01..03c3d253a200 100644 --- a/print/py-uharfbuzz/Makefile +++ b/print/py-uharfbuzz/Makefile @@ -1,25 +1,29 @@ # Created by: Po-Chuan Hsieh PORTNAME= uharfbuzz -PORTVERSION= 0.18.0 +PORTVERSION= 0.19.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Streamlined Cython bindings for the harfbuzz shaping engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lang python:3.6+ zip USE_PYTHON= autoplist concurrent cython distutils post-patch: - @${RM} -r ${WRKSRC}/harfbuzz/ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py ${WRKSRC}/src/uharfbuzz/_harfbuzz.cpp +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/harfbuzz/ + +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/print/py-uharfbuzz/distinfo b/print/py-uharfbuzz/distinfo index c3c3fa503c40..52d6921718dc 100644 --- a/print/py-uharfbuzz/distinfo +++ b/print/py-uharfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037218 -SHA256 (uharfbuzz-0.18.0.zip) = 2cfbc34049f7443894d33ce22e7e87b2707842c48b23ab22de0b80a68a7751a7 -SIZE (uharfbuzz-0.18.0.zip) = 1148659 +TIMESTAMP = 1641045992 +SHA256 (uharfbuzz-0.19.0.zip) = 0807c4f14f40e20ca8fcc554ed4460d311fb91d9a8e3e2f8012acc7e9e6f0425 +SIZE (uharfbuzz-0.19.0.zip) = 1174012