diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:33:39 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 20:46:46 +0800 |
commit | f7e42ce5d5a3f11265d1e253b04212001992eca2 (patch) | |
tree | e321cbfdfcccaf77d9cfd281d2c6c4a1fdacabf0 /graphics/opencv | |
parent | sysutils/zbackup: Fix build with protobuf 3.18.0+ (diff) |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'graphics/opencv')
-rw-r--r-- | graphics/opencv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 180d1a26afc7..e229ffb095ca 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,6 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= tcberner@FreeBSD.org |