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 | |
parent | f6fe2ca4086687efb4caa53523b977e25b3082a8 (diff) | |
download | freebsd-ports-f7e42ce5d5a3f11265d1e253b04212001992eca2.zip |
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')
-rw-r--r-- | graphics/opencv/Makefile | 2 | ||||
-rw-r--r-- | graphics/osgearth/Makefile | 2 | ||||
-rw-r--r-- | graphics/qgis-ltr/Makefile | 2 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 1 | ||||
-rw-r--r-- | graphics/qtpbfimageplugin/Makefile | 2 |
5 files changed, 5 insertions, 4 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 diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index 12326e5753dc..2123b3bc089e 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -3,7 +3,7 @@ PORTNAME= osgearth PORTVERSION= 2.10.1 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MAINTAINER= lbartoletti@FreeBSD.org diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index fa3a60a9f493..b47b1bec8858 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -2,7 +2,7 @@ PORTNAME= qgis DISTVERSION= 3.16.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index d1b3fdc55e2a..f5c326094abc 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -2,6 +2,7 @@ PORTNAME= qgis DISTVERSION= 3.24.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ diff --git a/graphics/qtpbfimageplugin/Makefile b/graphics/qtpbfimageplugin/Makefile index 94f5736b9a1a..f4aed9fc910c 100644 --- a/graphics/qtpbfimageplugin/Makefile +++ b/graphics/qtpbfimageplugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= qtpbfimageplugin PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= sikmir@gmail.com |