diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-07-18 08:33:37 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-07-18 08:35:14 +0000 |
commit | cbc36ca07079f305ae5e1b1bd5e84516ce756e57 (patch) | |
tree | f5ac41a6319dfc0a22fbd6a531891d3ab5328705 /graphics/gdal/Makefile | |
parent | 7de16b22fa5b76c2fa1be4fa693a5f2dfa7456b0 (diff) | |
download | ports-cbc36ca07079f305ae5e1b1bd5e84516ce756e57.tar.gz ports-cbc36ca07079f305ae5e1b1bd5e84516ce756e57.zip |
*: bump PORTREVISION after math/Imath update, #2
This also bumps the PORTREVISION of all ports that
OPTIONally depend on Imath, for instance, through an OPENEXR
or EXR option that defaults to off.
Missed in commit 3cda93bdf69bfb4ea99181e638e661c467dad38d.
Reported by: Philipp Ost <pj@smo.de>
Reported by: koobs@ (thanks for forwarding the report)
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 622fddd3834d..d0864d714011 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= gdal PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet |