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 /cad | |
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 'cad')
-rw-r--r-- | cad/cura-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/cura-engine/Makefile b/cad/cura-engine/Makefile index eb5381f103ef..5fc42fe36a9c 100644 --- a/cad/cura-engine/Makefile +++ b/cad/cura-engine/Makefile @@ -1,7 +1,7 @@ PORTNAME= CuraEngine PORTEPOCH= 1 DISTVERSION= 4.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad DIST_SUBDIR= Ultimaker |