Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2026 09:31:40 +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: a7cc06d6f4b6 - main - graphics/gdal: Update to 3.13.0
Message-ID:  <6a02f37c.33c7d.7ef9528a@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=a7cc06d6f4b63174290a1035de3ba8652dc11103

commit a7cc06d6f4b63174290a1035de3ba8652dc11103
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-12 09:07:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-12 09:31:08 +0000

    graphics/gdal: Update to 3.13.0
    
    - Bump PORTREVISION of dependent ports for shlib change
    
    Changes:        https://github.com/OSGeo/gdal/releases
                    https://github.com/OSGeo/gdal/blob/release/3.13/NEWS.md
---
 astro/merkaartor/Makefile                 |  2 +-
 astro/qmapshack/Makefile                  |  2 +-
 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     |  2 +-
 graphics/cloudcompare/Makefile            |  2 +-
 graphics/gdal-grass/Makefile              |  2 +-
 graphics/gdal/Makefile                    |  4 ++--
 graphics/gdal/distinfo                    |  6 +++---
 graphics/gdal/files/patch-libdivide       | 33 ++++++++++++++++++++++++++-----
 graphics/gdal/pkg-plist                   | 33 +++++++++++++++++++++++++++++--
 graphics/gmt/Makefile                     |  2 +-
 graphics/mapcache/Makefile                |  2 +-
 graphics/mapnik/Makefile                  |  2 +-
 graphics/mapserver/Makefile               |  2 +-
 graphics/opencv/Makefile                  |  2 +-
 graphics/openorienteering-mapper/Makefile |  2 +-
 graphics/osg/Makefile                     |  2 +-
 graphics/p5-Geo-GDAL-FFI/Makefile         |  2 +-
 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                   |  2 +-
 math/R-cran-terra/Makefile                |  1 +
 math/mdal/Makefile                        |  2 +-
 math/pdal/Makefile                        |  2 +-
 math/saga/Makefile                        |  1 +
 science/paraview/Makefile                 |  2 +-
 34 files changed, 94 insertions(+), 40 deletions(-)

diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 632cdd35111e..5b46c8d56bf6 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	merkaartor
 PORTVERSION=	0.19.0
-PORTREVISION=	34
+PORTREVISION=	35
 CATEGORIES=	astro
 
 MAINTAINER=	dev2@heesakkers.info
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile
index bb47af689c23..5b50f94bf7ca 100644
--- a/astro/qmapshack/Makefile
+++ b/astro/qmapshack/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	qmapshack
 DISTVERSIONPREFIX=	V_
 DISTVERSION=	1.20.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro
 
 MAINTAINER=	cmt@FreeBSD.org
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile
index 781d2639da2c..751ba5a10a0d 100644
--- a/cad/sumo/Makefile
+++ b/cad/sumo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sumo
 DISTVERSION=	1.2.0
-PORTREVISION=	24
+PORTREVISION=	25
 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 414dbda3dc6c..0ea9f8b9769c 100644
--- a/databases/grass8/Makefile
+++ b/databases/grass8/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grass
 DISTVERSION=	8.4.2
-PORTREVISION=	5
+PORTREVISION=	6
 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 8affd0d687ab..453bb5c9e9c1 100644
--- a/databases/postgis33/Makefile
+++ b/databases/postgis33/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.3.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	33
diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile
index df57c657ea55..b5a6f5135f3e 100644
--- a/databases/postgis34/Makefile
+++ b/databases/postgis34/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.4.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	34
diff --git a/databases/postgis35/Makefile b/databases/postgis35/Makefile
index 3d20a35102a3..c3f1f469112c 100644
--- a/databases/postgis35/Makefile
+++ b/databases/postgis35/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.5.6
-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 aaa90fc3b0a6..52cf34d0b56c 100644
--- a/databases/postgis36/Makefile
+++ b/databases/postgis36/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.6.3
-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 ca9c8bcc7367..8c807d3179c7 100644
--- a/databases/postgresql-ogr_fdw/Makefile
+++ b/databases/postgresql-ogr_fdw/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ogr_fdw
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
 
diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile
index d0c36431fa8c..3588b701d5de 100644
--- a/graphics/cloudcompare/Makefile
+++ b/graphics/cloudcompare/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cloudcompare
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.13.2
-PORTREVISION=	3
+PORTREVISION=	4
 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 89cb56af58a9..02b9f3997445 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal-grass
 PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index ce35caf281cb..de10c8ac2efa 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gdal
-PORTVERSION=	3.12.4
-PORTREVISION=	2
+PORTVERSION=	3.13.0
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -32,6 +31,7 @@ CMAKE_OFF=	BUILD_CSHARP_BINDINGS \
 		BUILD_DOCS \
 		BUILD_JAVA_BINDINGS \
 		BUILD_PYTHON_BINDINGS \
+		BUILD_PYTHON_STUBS \
 		BUILD_TESTING \
 		BUILD_VSIPRELOAD \
 		CLANG_TIDY_ENABLED \
diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo
index d17afd40460b..760eab4be60b 100644
--- a/graphics/gdal/distinfo
+++ b/graphics/gdal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777311612
-SHA256 (gdal-3.12.4.tar.xz) = 813094498c17522ac42821a5ea1ea783d8326c0adf286cce86a949038bd09198
-SIZE (gdal-3.12.4.tar.xz) = 9604672
+TIMESTAMP = 1778385560
+SHA256 (gdal-3.13.0.tar.xz) = 1c537dd2f4d66f05534ae419bc2af495c2204ce13bb266c8cbd867dd6705f0c7
+SIZE (gdal-3.13.0.tar.xz) = 9945444
diff --git a/graphics/gdal/files/patch-libdivide b/graphics/gdal/files/patch-libdivide
index 952be207d286..3305bd5abd94 100644
--- a/graphics/gdal/files/patch-libdivide
+++ b/graphics/gdal/files/patch-libdivide
@@ -1,7 +1,30 @@
---- frmts/vrt/CMakeLists.txt.orig	2026-02-09 17:36:29 UTC
+--- frmts/nitf/CMakeLists.txt.orig	2026-05-08 10:14:57 UTC
++++ frmts/nitf/CMakeLists.txt
+@@ -45,7 +45,8 @@ target_include_directories(gdal_NITF PRIVATE ${GDAL_RA
+ 
+ gdal_standard_includes(gdal_NITF)
+ target_include_directories(gdal_NITF PRIVATE ${GDAL_RASTER_FORMAT_SOURCE_DIR}/gtiff
+-                                             ${GDAL_RASTER_FORMAT_SOURCE_DIR}/vrt)
++                                             ${GDAL_RASTER_FORMAT_SOURCE_DIR}/vrt
++                                             ${PROJECT_SOURCE_DIR}/third_party/libdivide)
+ 
+ set_property(SOURCE nitfwritejpeg.cpp nitfwritejpeg_12.cpp PROPERTY SKIP_UNITY_BUILD_INCLUSION ON)
+ 
+--- frmts/nitf/kdtree_vq_cadrg.h.orig	2026-05-08 10:14:57 UTC
++++ frmts/nitf/kdtree_vq_cadrg.h
+@@ -23,7 +23,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
+--- frmts/vrt/CMakeLists.txt.orig	2026-05-08 10:14:57 UTC
 +++ frmts/vrt/CMakeLists.txt
-@@ -31,7 +31,8 @@ target_include_directories(gdal_vrt PRIVATE ${GDAL_RAS
- endif()
+@@ -33,7 +33,8 @@ target_include_directories(gdal_vrt PRIVATE ${GDAL_RAS
+ gdal_target_link_libraries(gdal_vrt PRIVATE PROJ::proj)
  
  target_include_directories(gdal_vrt PRIVATE ${GDAL_RASTER_FORMAT_SOURCE_DIR}/raw
 -                                            $<TARGET_PROPERTY:ogrsf_generic,SOURCE_DIR>)
@@ -10,9 +33,9 @@
  
  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.orig	2026-05-08 10:14:57 UTC
 +++ frmts/vrt/pixelfunctions.cpp
-@@ -30,7 +30,7 @@
+@@ -33,7 +33,7 @@
  #pragma GCC diagnostic ignored "-Wold-style-cast"
  #pragma GCC diagnostic ignored "-Weffc++"
  #endif
diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist
index d0b55dda0098..407a652cf9c3 100644
--- a/graphics/gdal/pkg-plist
+++ b/graphics/gdal/pkg-plist
@@ -83,6 +83,7 @@ include/gdal_geotransform.h
 include/gdal_majorobject.h
 include/gdal_maskbands.h
 include/gdal_mdreader.h
+include/gdal_mem.h
 include/gdal_minmax_element.hpp
 include/gdal_multidim.h
 include/gdal_multidim_cpp.h
@@ -99,6 +100,7 @@ include/gdal_rasterblock.h
 include/gdal_rat.h
 include/gdal_relationship.h
 include/gdal_simplesurf.h
+include/gdal_thread_pool.h
 include/gdal_typetraits.h
 include/gdal_utils.h
 include/gdal_vector_cpp.h
@@ -136,6 +138,7 @@ include/ogr_geomcoordinateprecision.h
 include/ogr_geometry.h
 include/ogr_p.h
 include/ogr_recordbatch.h
+include/ogr_refcountedptr.h
 include/ogr_spatialref.h
 include/ogr_srs_api.h
 include/ogr_swq.h
@@ -149,45 +152,59 @@ lib/cmake/gdal/GDALConfig.cmake
 lib/cmake/gdal/GDALConfigVersion.cmake
 lib/gdalplugins/drivers.ini
 lib/libgdal.so
-lib/libgdal.so.38
-lib/libgdal.so.38.%%PORTVERSION%%
+lib/libgdal.so.39
+lib/libgdal.so.39.%%PORTVERSION%%
 libdata/pkgconfig/gdal.pc
 share/bash-completion/completions/gdal
 share/bash-completion/completions/gdal-config
+share/bash-completion/completions/gdal2tiles
 share/bash-completion/completions/gdal2tiles.py
+share/bash-completion/completions/gdal2xyz
 share/bash-completion/completions/gdal2xyz.py
+share/bash-completion/completions/gdal_calc
 share/bash-completion/completions/gdal_calc.py
 share/bash-completion/completions/gdal_contour
 share/bash-completion/completions/gdal_create
+share/bash-completion/completions/gdal_edit
 share/bash-completion/completions/gdal_edit.py
+share/bash-completion/completions/gdal_fillnodata
 share/bash-completion/completions/gdal_fillnodata.py
 share/bash-completion/completions/gdal_footprint
 share/bash-completion/completions/gdal_grid
+share/bash-completion/completions/gdal_merge
 share/bash-completion/completions/gdal_merge.py
+share/bash-completion/completions/gdal_polygonize
 share/bash-completion/completions/gdal_polygonize.py
+share/bash-completion/completions/gdal_proximity
 share/bash-completion/completions/gdal_proximity.py
 share/bash-completion/completions/gdal_rasterize
+share/bash-completion/completions/gdal_retile
 share/bash-completion/completions/gdal_retile.py
+share/bash-completion/completions/gdal_sieve
 share/bash-completion/completions/gdal_sieve.py
 share/bash-completion/completions/gdal_translate
 share/bash-completion/completions/gdal_viewshed
 share/bash-completion/completions/gdaladdo
 share/bash-completion/completions/gdalbuildvrt
+share/bash-completion/completions/gdalcompare
 share/bash-completion/completions/gdalcompare.py
 share/bash-completion/completions/gdaldem
 share/bash-completion/completions/gdalenhance
 share/bash-completion/completions/gdalinfo
 share/bash-completion/completions/gdallocationinfo
 share/bash-completion/completions/gdalmanage
+share/bash-completion/completions/gdalmove
 share/bash-completion/completions/gdalmove.py
 share/bash-completion/completions/gdalsrsinfo
 share/bash-completion/completions/gdaltindex
 share/bash-completion/completions/gdaltransform
 share/bash-completion/completions/gdalwarp
 share/bash-completion/completions/ogr2ogr
+share/bash-completion/completions/ogr_layer_algebra
 share/bash-completion/completions/ogr_layer_algebra.py
 share/bash-completion/completions/ogrinfo
 share/bash-completion/completions/ogrlineref
+share/bash-completion/completions/ogrmerge
 share/bash-completion/completions/ogrmerge.py
 share/bash-completion/completions/ogrtindex
 share/bash-completion/completions/sozip
@@ -354,6 +371,7 @@ 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-check.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
@@ -393,6 +411,7 @@ 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-read.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
@@ -410,6 +429,7 @@ 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-write.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
@@ -417,10 +437,14 @@ 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-combine.1.gz
 share/man/man1/gdal-vector-concat.1.gz
 share/man/man1/gdal-vector-convert.1.gz
+share/man/man1/gdal-vector-create.1.gz
+share/man/man1/gdal-vector-dissolve.1.gz
 share/man/man1/gdal-vector-edit.1.gz
 share/man/man1/gdal-vector-explode-collections.1.gz
+share/man/man1/gdal-vector-export-schema.1.gz
 share/man/man1/gdal-vector-filter.1.gz
 share/man/man1/gdal-vector-grid.1.gz
 share/man/man1/gdal-vector-index.1.gz
@@ -431,13 +455,18 @@ 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-read.1.gz
+share/man/man1/gdal-vector-rename-layer.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-sort.1.gz
 share/man/man1/gdal-vector-sql.1.gz
 share/man/man1/gdal-vector-swap-xy.1.gz
+share/man/man1/gdal-vector-update.1.gz
+share/man/man1/gdal-vector-write.1.gz
 share/man/man1/gdal-vector.1.gz
 share/man/man1/gdal-vsi-copy.1.gz
 share/man/man1/gdal-vsi-delete.1.gz
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile
index 0353ea02f198..eb37eb56db2c 100644
--- a/graphics/gmt/Makefile
+++ b/graphics/gmt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmt
 DISTVERSION=	6.3.0
-PORTREVISION=	12
+PORTREVISION=	13
 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 f4f1e0ec91c9..e7eaac9f191d 100644
--- a/graphics/mapcache/Makefile
+++ b/graphics/mapcache/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		mapcache
 DISTVERSION=		1.14.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=		graphics
 MASTER_SITES=		http://download.osgeo.org/mapserver/
 
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index b29d7a923c8a..a604a75256d1 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mapnik
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics geography
 
 MAINTAINER=	hummeltech@sherpaguru.com
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 9b9557441dfc..26bab5721643 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mapserver
 DISTVERSION=	8.6.0
-PORTREVISION=	3
+PORTREVISION=	4
 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/opencv/Makefile b/graphics/opencv/Makefile
index fe2c137fcad7..70f6e991ef50 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opencv
 DISTVERSION=	4.13.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	desktop@FreeBSD.org
diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile
index f928d1a241c7..dc48bbcaacd7 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=	16
+PORTREVISION=	17
 CATEGORIES=	graphics geography
 
 MAINTAINER=	sikmir@gmail.com
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 48426171d032..7121006982a3 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.6.5
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	86
+PORTREVISION=	87
 CATEGORIES=	graphics
 
 MAINTAINER=	fluffy@FreeBSD.org
diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile
index 08344025ea9b..77cc459f5d10 100644
--- a/graphics/p5-Geo-GDAL-FFI/Makefile
+++ b/graphics/p5-Geo-GDAL-FFI/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Geo-GDAL-FFI
 PORTVERSION=	0.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile
index 6a88385703db..62d9f25f2cf9 100644
--- a/graphics/py-fiona/Makefile
+++ b/graphics/py-fiona/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fiona
 DISTVERSION=	1.10.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-pyogrio/Makefile b/graphics/py-pyogrio/Makefile
index d86aefd1d256..87ba452586b0 100644
--- a/graphics/py-pyogrio/Makefile
+++ b/graphics/py-pyogrio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pyogrio
 PORTVERSION=	0.12.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile
index 797c1cc995e6..3ecfdd34db67 100644
--- a/graphics/py-rasterio/Makefile
+++ b/graphics/py-rasterio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rasterio
 PORTVERSION=	1.5.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index ca610f446004..dc9bc8e8c296 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.40.15
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 PKGNAMESUFFIX=	-ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 99877cab54b0..92b81c191b1e 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.44.9
-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 ec86b4970aa6..c609d27a82f9 100644
--- a/math/R-cran-sf/Makefile
+++ b/math/R-cran-sf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sf
 DISTVERSION=	1.1-0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile
index 0716b48ca4e0..ca0d2f057675 100644
--- a/math/R-cran-terra/Makefile
+++ b/math/R-cran-terra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	terra
 DISTVERSION=	1.9-27
+PORTREVISION=	1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/mdal/Makefile b/math/mdal/Makefile
index 5e614a8a86a1..2ae5b2fc966a 100644
--- a/math/mdal/Makefile
+++ b/math/mdal/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mdal
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math geography
 
 MAINTAINER=	wen@FreeBSD.org
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index cec7f88bbdf9..35799c3ddb8a 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pdal
 DISTVERSION=	2.8.4
-PORTREVISION=	7
+PORTREVISION=	8
 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 da0087fc0bc9..e57c25d6ddb5 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	saga
 PORTVERSION=	9.12.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 6e0a12271dab..d4f58f4a2331 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	paraview
 DISTVERSION=	${PARAVIEW_VER}.1
-PORTREVISION=	6
+PORTREVISION=	7
 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?6a02f37c.33c7d.7ef9528a>