diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-15 00:35:30 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-15 01:03:10 +0800 |
commit | 69e2e87fa56b54e267429b326f7f6188a7baaa71 (patch) | |
tree | 8efd3de54b3278404253d52654d09e1e1ce3f885 /science/py-tensorflow | |
parent | sysutils/zbackup: Fix build with protobuf 22+ (diff) |
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'science/py-tensorflow')
-rw-r--r-- | science/py-tensorflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 17dcb8ae85b9..31e0a37144ad 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -1,7 +1,7 @@ PORTNAME= tensorflow DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} |