Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:25:04 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4ee1cd2e883 - main - graphics/gdal: Update to 3.12.2
Message-ID:  <69d29af0.1eb0b.5aecbd0a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4ee1cd2e883f8c331ff3bf6f434f309e6710ea7

commit d4ee1cd2e883f8c331ff3bf6f434f309e6710ea7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 16:53:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:27 +0000

    graphics/gdal: Update to 3.12.2
    
    - Bump PORTREVISION of dependent ports for shlib change
    
    Changes:        https://github.com/OSGeo/gdal/releases
                    https://github.com/OSGeo/gdal/blob/release/3.12/NEWS.md
---
 astro/merkaartor/Makefile                 |  2 +-
 astro/qmapshack/Makefile                  |  1 +
 cad/sumo/Makefile                         |  2 +-
 databases/grass8/Makefile                 |  2 +-
 databases/postgis33/Makefile              |  2 +-
 databases/postgis34/Makefile              |  2 +-
 databases/postgis35/Makefile              |  2 +-
 databases/postgis36/Makefile              |  2 +-
 databases/postgresql-ogr_fdw/Makefile     |  1 +
 graphics/cloudcompare/Makefile            |  2 +-
 graphics/gdal-grass/Makefile              |  1 +
 graphics/gdal/Makefile                    |  7 ++-
 graphics/gdal/distinfo                    |  6 +--
 graphics/gdal/files/patch-libdivide       | 23 ++++++++++
 graphics/gdal/files/patch-libertiff       | 11 -----
 graphics/gdal/pkg-plist                   | 75 ++++++++++++++++++++++++++-----
 graphics/gdalcpp/Makefile                 |  1 +
 graphics/gmt/Makefile                     |  2 +-
 graphics/mapcache/Makefile                |  2 +-
 graphics/mapnik/Makefile                  |  2 +-
 graphics/mapserver/Makefile               |  2 +-
 graphics/openorienteering-mapper/Makefile |  2 +-
 graphics/osg/Makefile                     |  2 +-
 graphics/p5-Geo-GDAL-FFI/Makefile         |  1 +
 graphics/py-fiona/Makefile                |  2 +-
 graphics/py-pyogrio/Makefile              |  2 +-
 graphics/py-rasterio/Makefile             |  2 +-
 graphics/qgis-ltr/Makefile                |  2 +-
 graphics/qgis/Makefile                    |  2 +-
 math/R-cran-sf/Makefile                   |  1 +
 math/R-cran-terra/Makefile                |  2 +-
 math/mdal/Makefile                        |  1 +
 math/pdal/Makefile                        |  2 +-
 math/saga/Makefile                        |  1 +
 science/paraview/Makefile                 |  2 +-
 35 files changed, 125 insertions(+), 49 deletions(-)

diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 722eda3ee0c5..81ae9a8db500 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	merkaartor
 PORTVERSION=	0.19.0
-PORTREVISION=	32
+PORTREVISION=	33
 CATEGORIES=	astro
 
 MAINTAINER=	dev2@heesakkers.info
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile
index 7cbc78e5fc0d..637d530d12e1 100644
--- a/astro/qmapshack/Makefile
+++ b/astro/qmapshack/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	qmapshack
 DISTVERSIONPREFIX=	V_
 DISTVERSION=	1.20.1
+PORTREVISION=	1
 CATEGORIES=	astro
 
 MAINTAINER=	cmt@FreeBSD.org
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile
index 17e0bef113e1..90e63e7864ab 100644
--- a/cad/sumo/Makefile
+++ b/cad/sumo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sumo
 DISTVERSION=	1.2.0
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	cad
 MASTER_SITES=	http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/
 DISTFILES=	${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX}
diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile
index 15d56920cc01..f54ad91ee7b9 100644
--- a/databases/grass8/Makefile
+++ b/databases/grass8/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grass
 DISTVERSION=	8.4.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases geography
 MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
 		http://grass.cict.fr/%SUBDIR%/ \
diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile
index 0d95598ff125..4eabab83696f 100644
--- a/databases/postgis33/Makefile
+++ b/databases/postgis33/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.3.8
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	33
diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile
index cef8a6b070bf..b1b8ea96b1ff 100644
--- a/databases/postgis34/Makefile
+++ b/databases/postgis34/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.4.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	34
diff --git a/databases/postgis35/Makefile b/databases/postgis35/Makefile
index 26439eb3cdf3..4e6c63327057 100644
--- a/databases/postgis35/Makefile
+++ b/databases/postgis35/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	35
diff --git a/databases/postgis36/Makefile b/databases/postgis36/Makefile
index f3dd486fbe2c..ae3759cdcf3a 100644
--- a/databases/postgis36/Makefile
+++ b/databases/postgis36/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 
diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile
index 6730bac9944a..ca9c8bcc7367 100644
--- a/databases/postgresql-ogr_fdw/Makefile
+++ b/databases/postgresql-ogr_fdw/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ogr_fdw
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
 
diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile
index 0788a4393ea8..d0c36431fa8c 100644
--- a/graphics/cloudcompare/Makefile
+++ b/graphics/cloudcompare/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cloudcompare
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.13.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/refs/tags/v2.12.4/snap/gui/:icons
 DISTFILES=	ccViewer.png:icons cloudcompare.png:icons
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile
index bb2680f9f762..89cb56af58a9 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gdal-grass
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 3b76cb597742..b66f682efdfc 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gdal
-PORTVERSION=	3.11.5
-PORTREVISION=	2
+PORTVERSION=	3.12.2
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -14,6 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 BUILD_DEPENDS=	fast_float>=0:math/fast_float \
+		libdivide>=0:math/libdivide \
 		libertiff>=0:graphics/libertiff \
 		libgeotiff>=1.5.0:graphics/libgeotiff \
 		proj>=6,1:graphics/proj
@@ -69,6 +69,7 @@ CMAKE_ON=	AVIF_VERSION_CHECK \
 		ENABLE_PAM \
 		GDAL_AUTOLOAD_PLUGINS \
 		GDAL_BUILD_OPTIONAL_DRIVERS \
+		GDAL_ENABLE_ALGORITHMS \
 		GDAL_HIDE_INTERNAL_SYMBOLS \
 		GDAL_OBJECT_LIBRARIES_POSITION_INDEPENDENT_CODE \
 		GDAL_SPLIT_EXPORTED_LIBS \
@@ -244,6 +245,7 @@ EXTRACT_AFTER_ARGS=	--exclude ${DISTNAME}/alg/internal_libqhull \
 			--exclude ${DISTNAME}/ogr/ogrsf_frmts/geojson/libjson \
 			--exclude ${DISTNAME}/third_party/fast_float \
 			--exclude ${DISTNAME}/third_party/LercLib \
+			--exclude ${DISTNAME}/third_party/libdivide \
 			--exclude ${DISTNAME}/third_party/libertiff \
 			--no-same-owner --no-same-permissions
 .else
@@ -259,6 +261,7 @@ post-patch:
 	@${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/
 	@${RM} -r ${WRKSRC}/third_party/fast_float/
 	@${RM} -r ${WRKSRC}/third_party/LercLib/
+	@${RM} -r ${WRKSRC}/third_party/libdivide/
 	@${RM} -r ${WRKSRC}/third_party/libertiff/
 .endif
 
diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo
index 4e3dd0da0d81..76c7e06795d0 100644
--- a/graphics/gdal/distinfo
+++ b/graphics/gdal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586754
-SHA256 (gdal-3.11.5.tar.xz) = 79f66756f1c843b5ee52c8482d4f6bd2a8b7706d6161cc11f0b27c83d638796a
-SIZE (gdal-3.11.5.tar.xz) = 9321156
+TIMESTAMP = 1773966814
+SHA256 (gdal-3.12.2.tar.xz) = 21c5e0f91974383b4c5692b7103650f176f2f54f1b0d449787f444b89881e9b4
+SIZE (gdal-3.12.2.tar.xz) = 9605624
diff --git a/graphics/gdal/files/patch-libdivide b/graphics/gdal/files/patch-libdivide
new file mode 100644
index 000000000000..952be207d286
--- /dev/null
+++ b/graphics/gdal/files/patch-libdivide
@@ -0,0 +1,23 @@
+--- frmts/vrt/CMakeLists.txt.orig	2026-02-09 17:36:29 UTC
++++ frmts/vrt/CMakeLists.txt
+@@ -31,7 +31,8 @@ target_include_directories(gdal_vrt PRIVATE ${GDAL_RAS
+ endif()
+ 
+ target_include_directories(gdal_vrt PRIVATE ${GDAL_RASTER_FORMAT_SOURCE_DIR}/raw
+-                                            $<TARGET_PROPERTY:ogrsf_generic,SOURCE_DIR>)
++                                            $<TARGET_PROPERTY:ogrsf_generic,SOURCE_DIR>
++					    ${PROJECT_SOURCE_DIR}/third_party/libdivide)
+ 
+ if (GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS)
+   target_compile_definitions(gdal_vrt PRIVATE -DUSE_NEON_OPTIMIZATIONS)
+--- frmts/vrt/pixelfunctions.cpp.orig	2026-02-09 17:36:29 UTC
++++ frmts/vrt/pixelfunctions.cpp
+@@ -30,7 +30,7 @@
+ #pragma GCC diagnostic ignored "-Wold-style-cast"
+ #pragma GCC diagnostic ignored "-Weffc++"
+ #endif
+-#include "../../third_party/libdivide/libdivide.h"
++#include "libdivide.h"
+ #ifdef __GNUC__
+ #pragma GCC diagnostic pop
+ #endif
diff --git a/graphics/gdal/files/patch-libertiff b/graphics/gdal/files/patch-libertiff
deleted file mode 100644
index 7ff515bfe53e..000000000000
--- a/graphics/gdal/files/patch-libertiff
+++ /dev/null
@@ -1,11 +0,0 @@
---- frmts/snap_tiff/snaptiffdriver.cpp.orig	2025-05-06 16:38:15 UTC
-+++ frmts/snap_tiff/snaptiffdriver.cpp
-@@ -8,7 +8,7 @@
- #include "rawdataset.h"
- 
- #define LIBERTIFF_NS GDAL_libertiff
--#include "../../third_party/libertiff/libertiff.hpp"
-+#include "libertiff.hpp"
- 
- #include <algorithm>
- #include <cmath>
diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist
index af6f66843e42..d0b55dda0098 100644
--- a/graphics/gdal/pkg-plist
+++ b/graphics/gdal/pkg-plist
@@ -67,22 +67,46 @@ include/gdal.h
 include/gdal_adbc.h
 include/gdal_alg.h
 include/gdal_alg_priv.h
+include/gdal_asyncreader.h
+include/gdal_colortable.h
+include/gdal_computedrasterband.h
+include/gdal_cpp_functions.h
 include/gdal_csv.h
+include/gdal_dataset.h
+include/gdal_defaultoverviews.h
+include/gdal_driver.h
+include/gdal_drivermanager.h
 include/gdal_frmts.h
 include/gdal_fwd.h
+include/gdal_gcp.h
+include/gdal_geotransform.h
+include/gdal_majorobject.h
+include/gdal_maskbands.h
 include/gdal_mdreader.h
 include/gdal_minmax_element.hpp
+include/gdal_multidim.h
+include/gdal_multidim_cpp.h
+include/gdal_multidomainmetadata.h
+include/gdal_openinfo.h
 include/gdal_pam.h
+include/gdal_pam_multidim.h
 include/gdal_priv.h
 include/gdal_priv_templates.hpp
 include/gdal_proxy.h
+include/gdal_raster_cpp.h
+include/gdal_rasterband.h
+include/gdal_rasterblock.h
 include/gdal_rat.h
+include/gdal_relationship.h
 include/gdal_simplesurf.h
 include/gdal_typetraits.h
 include/gdal_utils.h
+include/gdal_vector_cpp.h
 include/gdal_version.h
 include/gdal_vrt.h
 include/gdalalgorithm.h
+include/gdalalgorithm_c.h
+include/gdalalgorithm_cpp.h
 include/gdalcachedpixelaccessor.h
 include/gdalexif.h
 include/gdalgeorefpamdataset.h
@@ -125,8 +149,8 @@ lib/cmake/gdal/GDALConfig.cmake
 lib/cmake/gdal/GDALConfigVersion.cmake
 lib/gdalplugins/drivers.ini
 lib/libgdal.so
-lib/libgdal.so.37
-lib/libgdal.so.37.%%PORTVERSION%%
+lib/libgdal.so.38
+lib/libgdal.so.38.%%PORTVERSION%%
 libdata/pkgconfig/gdal.pc
 share/bash-completion/completions/gdal
 share/bash-completion/completions/gdal-config
@@ -208,6 +232,7 @@ share/bash-completion/completions/sozip
 %%DATADIR%%/grib2_table_4_2_0_2.csv
 %%DATADIR%%/grib2_table_4_2_0_20.csv
 %%DATADIR%%/grib2_table_4_2_0_21.csv
+%%DATADIR%%/grib2_table_4_2_0_22.csv
 %%DATADIR%%/grib2_table_4_2_0_3.csv
 %%DATADIR%%/grib2_table_4_2_0_4.csv
 %%DATADIR%%/grib2_table_4_2_0_5.csv
@@ -225,11 +250,13 @@ share/bash-completion/completions/sozip
 %%DATADIR%%/grib2_table_4_2_20_0.csv
 %%DATADIR%%/grib2_table_4_2_20_1.csv
 %%DATADIR%%/grib2_table_4_2_20_2.csv
+%%DATADIR%%/grib2_table_4_2_20_3.csv
 %%DATADIR%%/grib2_table_4_2_2_0.csv
 %%DATADIR%%/grib2_table_4_2_2_3.csv
 %%DATADIR%%/grib2_table_4_2_2_4.csv
 %%DATADIR%%/grib2_table_4_2_2_5.csv
 %%DATADIR%%/grib2_table_4_2_2_6.csv
+%%DATADIR%%/grib2_table_4_2_2_7.csv
 %%DATADIR%%/grib2_table_4_2_3_0.csv
 %%DATADIR%%/grib2_table_4_2_3_1.csv
 %%DATADIR%%/grib2_table_4_2_3_2.csv
@@ -327,14 +354,25 @@ share/bash-completion/completions/sozip
 %%DATADIR%%/vicar.json
 share/man/man1/gdal-config.1.gz
 share/man/man1/gdal-convert.1.gz
+share/man/man1/gdal-dataset-copy.1.gz
+share/man/man1/gdal-dataset-delete.1.gz
+share/man/man1/gdal-dataset-identify.1.gz
+share/man/man1/gdal-dataset-rename.1.gz
+share/man/man1/gdal-dataset.1.gz
 share/man/man1/gdal-info.1.gz
 share/man/man1/gdal-mdim-convert.1.gz
 share/man/man1/gdal-mdim-info.1.gz
+share/man/man1/gdal-mdim-mosaic.1.gz
 share/man/man1/gdal-mdim.1.gz
+share/man/man1/gdal-pipeline.1.gz
+share/man/man1/gdal-raster-as-features.1.gz
+share/man/man1/gdal-raster-aspect.1.gz
 share/man/man1/gdal-raster-calc.1.gz
 share/man/man1/gdal-raster-clean-collar.1.gz
 share/man/man1/gdal-raster-clip.1.gz
+share/man/man1/gdal-raster-color-blend.1.gz
 share/man/man1/gdal-raster-color-map.1.gz
+share/man/man1/gdal-raster-compare.1.gz
 share/man/man1/gdal-raster-contour.1.gz
 share/man/man1/gdal-raster-convert.1.gz
 share/man/man1/gdal-raster-create.1.gz
@@ -345,14 +383,20 @@ share/man/man1/gdal-raster-hillshade.1.gz
 share/man/man1/gdal-raster-index.1.gz
 share/man/man1/gdal-raster-info.1.gz
 share/man/man1/gdal-raster-mosaic.1.gz
+share/man/man1/gdal-raster-neighbors.1.gz
+share/man/man1/gdal-raster-nodata-to-alpha.1.gz
 share/man/man1/gdal-raster-overview-add.1.gz
 share/man/man1/gdal-raster-overview-delete.1.gz
+share/man/man1/gdal-raster-overview-refresh.1.gz
+share/man/man1/gdal-raster-pansharpen.1.gz
 share/man/man1/gdal-raster-pipeline.1.gz
 share/man/man1/gdal-raster-pixel-info.1.gz
 share/man/man1/gdal-raster-polygonize.1.gz
+share/man/man1/gdal-raster-proximity.1.gz
 share/man/man1/gdal-raster-reclassify.1.gz
 share/man/man1/gdal-raster-reproject.1.gz
 share/man/man1/gdal-raster-resize.1.gz
+share/man/man1/gdal-raster-rgb-to-palette.1.gz
 share/man/man1/gdal-raster-roughness.1.gz
 share/man/man1/gdal-raster-scale.1.gz
 share/man/man1/gdal-raster-select.1.gz
@@ -364,28 +408,37 @@ share/man/man1/gdal-raster-tile.1.gz
 share/man/man1/gdal-raster-tpi.1.gz
 share/man/man1/gdal-raster-tri.1.gz
 share/man/man1/gdal-raster-unscale.1.gz
+share/man/man1/gdal-raster-update.1.gz
 share/man/man1/gdal-raster-viewshed.1.gz
+share/man/man1/gdal-raster-zonal-stats.1.gz
 share/man/man1/gdal-raster.1.gz
+share/man/man1/gdal-vector-buffer.1.gz
+share/man/man1/gdal-vector-check-coverage.1.gz
+share/man/man1/gdal-vector-check-geometry.1.gz
+share/man/man1/gdal-vector-clean-coverage.1.gz
 share/man/man1/gdal-vector-clip.1.gz
+share/man/man1/gdal-vector-concat.1.gz
 share/man/man1/gdal-vector-convert.1.gz
 share/man/man1/gdal-vector-edit.1.gz
+share/man/man1/gdal-vector-explode-collections.1.gz
 share/man/man1/gdal-vector-filter.1.gz
-share/man/man1/gdal-vector-geom-buffer.1.gz
-share/man/man1/gdal-vector-geom-explode-collections.1.gz
-share/man/man1/gdal-vector-geom-make-valid.1.gz
-share/man/man1/gdal-vector-geom-segmentize.1.gz
-share/man/man1/gdal-vector-geom-set-type.1.gz
-share/man/man1/gdal-vector-geom-simplify.1.gz
-share/man/man1/gdal-vector-geom-swap-xy.1.gz
-share/man/man1/gdal-vector-geom.1.gz
 share/man/man1/gdal-vector-grid.1.gz
+share/man/man1/gdal-vector-index.1.gz
 share/man/man1/gdal-vector-info.1.gz
+share/man/man1/gdal-vector-layer-algebra.1.gz
+share/man/man1/gdal-vector-make-point.1.gz
+share/man/man1/gdal-vector-make-valid.1.gz
+share/man/man1/gdal-vector-partition.1.gz
 share/man/man1/gdal-vector-pipeline.1.gz
 share/man/man1/gdal-vector-rasterize.1.gz
+share/man/man1/gdal-vector-segmentize.1.gz
 share/man/man1/gdal-vector-select.1.gz
+share/man/man1/gdal-vector-set-field-type.1.gz
+share/man/man1/gdal-vector-set-geom-type.1.gz
+share/man/man1/gdal-vector-simplify.1.gz
 share/man/man1/gdal-vector-sql.1.gz
+share/man/man1/gdal-vector-swap-xy.1.gz
 share/man/man1/gdal-vector.1.gz
-share/man/man1/gdal-vector_concat.1.gz
 share/man/man1/gdal-vsi-copy.1.gz
 share/man/man1/gdal-vsi-delete.1.gz
 share/man/man1/gdal-vsi-list.1.gz
diff --git a/graphics/gdalcpp/Makefile b/graphics/gdalcpp/Makefile
index 61e031bcacdf..cfeacec23ed2 100644
--- a/graphics/gdalcpp/Makefile
+++ b/graphics/gdalcpp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gdalcpp
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile
index fd8b281bb193..0353ea02f198 100644
--- a/graphics/gmt/Makefile
+++ b/graphics/gmt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmt
 DISTVERSION=	6.3.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/GenericMappingTools/${PORTNAME}/releases/download/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-src
diff --git a/graphics/mapcache/Makefile b/graphics/mapcache/Makefile
index ec390ad9b00f..f4f1e0ec91c9 100644
--- a/graphics/mapcache/Makefile
+++ b/graphics/mapcache/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		mapcache
 DISTVERSION=		1.14.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=		graphics
 MASTER_SITES=		http://download.osgeo.org/mapserver/
 
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 0893b8fb0820..cb37493799ab 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mapnik
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 
 MAINTAINER=	hummeltech@sherpaguru.com
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index f571a5394d69..b988add0251d 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mapserver
 DISTVERSION=	8.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics www geography
 MASTER_SITES=	https://download.osgeo.org/${PORTNAME}/ \
 		https://github.com/MapServer/MapServer/releases/download/rel-${DISTVERSION:S|.|-|g}/
diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile
index bc7eaa5e8e84..ea62c7775d6a 100644
--- a/graphics/openorienteering-mapper/Makefile
+++ b/graphics/openorienteering-mapper/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openorienteering-mapper
 PORTVERSION=	0.9.5
 DISTVERSIONPREFIX=	v
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics geography
 
 MAINTAINER=	sikmir@gmail.com
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 669382935f04..d4b9cc0000a6 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.6.5
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	84
+PORTREVISION=	85
 CATEGORIES=	graphics
 
 MAINTAINER=	fluffy@FreeBSD.org
diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile
index 1de143e10f0f..08344025ea9b 100644
--- a/graphics/p5-Geo-GDAL-FFI/Makefile
+++ b/graphics/p5-Geo-GDAL-FFI/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Geo-GDAL-FFI
 PORTVERSION=	0.14
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile
index aca906388c70..6a88385703db 100644
--- a/graphics/py-fiona/Makefile
+++ b/graphics/py-fiona/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fiona
 DISTVERSION=	1.10.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-pyogrio/Makefile b/graphics/py-pyogrio/Makefile
index ee3833774304..46a6b7e4a9a2 100644
--- a/graphics/py-pyogrio/Makefile
+++ b/graphics/py-pyogrio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pyogrio
 PORTVERSION=	0.12.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile
index 59c494e603d9..ef4f87e79de3 100644
--- a/graphics/py-rasterio/Makefile
+++ b/graphics/py-rasterio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rasterio
 PORTVERSION=	1.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index 82af182c6f5f..89fbfc95b4c1 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.40.15
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 PKGNAMESUFFIX=	-ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index a41563374b08..e7bd1482d702 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.44.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile
index 3bef16d407e0..884f3413f918 100644
--- a/math/R-cran-sf/Makefile
+++ b/math/R-cran-sf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sf
 DISTVERSION=	1.1-0
+PORTREVISION=	1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile
index ee39bb98f67c..cdbbcfa8d02a 100644
--- a/math/R-cran-terra/Makefile
+++ b/math/R-cran-terra/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	terra
 DISTVERSION=	1.9-11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/mdal/Makefile b/math/mdal/Makefile
index a2d5099e06fc..5e614a8a86a1 100644
--- a/math/mdal/Makefile
+++ b/math/mdal/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	mdal
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	math geography
 
 MAINTAINER=	wen@FreeBSD.org
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index 9e0b470004af..6eb14b71b359 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pdal
 DISTVERSION=	2.8.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math databases graphics
 MASTER_SITES=	https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-src
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 83a78f0fce5d..fcc0744da5ae 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	saga
 PORTVERSION=	9.11.3
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/([0-9]).*/\1/1}/SAGA%20-%20${PORTVERSION}
 MAINTAINER=	rhurlin@FreeBSD.org
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index df881960552a..6334e82f4c6e 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	paraview
 DISTVERSION=	${PARAVIEW_VER}.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${PARAVIEW_VER}/
 DISTNAME=	ParaView-v${PORTVERSION}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29af0.1eb0b.5aecbd0a>