summaryrefslogtreecommitdiff
path: root/devel/py-grpcio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-grpcio/Makefile')
-rw-r--r--devel/py-grpcio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile
index 5d821dac9a6a..f2a490baf829 100644
--- a/devel/py-grpcio/Makefile
+++ b/devel/py-grpcio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= grpcio
-PORTVERSION= 1.72.0
+PORTVERSION= 1.74.0
PORTREVISION= 0
CATEGORIES= devel python
MASTER_SITES= PYPI
@@ -29,6 +29,6 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc*.so
- ${REINPLACE_CMD} -e 's|^.*so$$|${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc${PYTHON_EXT_SUFFIX}.so|' ${_PYTHONPKGLIST}
+ ${REINPLACE_CMD} -e 's|^.*so$$|${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc${PYTHON_TAG}.so|' ${_PYTHONPKGLIST}
.include <bsd.port.mk>