aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 16:16:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 17:15:14 +0000
commit4d687e240eafccb78ba75634d01f25ee7fcc47b1 (patch)
treecb868781ed10c460a8c033f048b2d0905b4bf730
parentc41813db975e224334c00fac3190f5f43b08ec07 (diff)
downloadports-4d687e240eafccb78ba75634d01f25ee7fcc47b1.tar.gz
ports-4d687e240eafccb78ba75634d01f25ee7fcc47b1.zip
graphics/gdal: Update to 3.9.0
- Bump PORTREVISION of dependent ports for shlib change - databases/postgis31 is skipped due to - graphics/R-cran-rgdal is skipped due to build failure and removed from CRAN repository Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md
-rw-r--r--astro/merkaartor/Makefile2
-rw-r--r--astro/qmapshack/Makefile2
-rw-r--r--cad/sumo/Makefile2
-rw-r--r--databases/grass7/Makefile2
-rw-r--r--databases/grass8/Makefile2
-rw-r--r--databases/postgis32/Makefile2
-rw-r--r--databases/postgis33/Makefile2
-rw-r--r--databases/postgis34/Makefile2
-rw-r--r--databases/postgresql-ogr_fdw/Makefile1
-rw-r--r--graphics/cloudcompare/Makefile2
-rw-r--r--graphics/gdal-grass/Makefile2
-rw-r--r--graphics/gdal/Makefile3
-rw-r--r--graphics/gdal/distinfo6
-rw-r--r--graphics/gdal/pkg-plist11
-rw-r--r--graphics/gmt/Makefile2
-rw-r--r--graphics/mapcache/Makefile2
-rw-r--r--graphics/mapnik/Makefile2
-rw-r--r--graphics/mapserver/Makefile2
-rw-r--r--graphics/opencv/Makefile1
-rw-r--r--graphics/openorienteering-mapper/Makefile2
-rw-r--r--graphics/osg/Makefile2
-rw-r--r--graphics/osg34/Makefile2
-rw-r--r--graphics/osgearth/Makefile2
-rw-r--r--graphics/p5-Geo-GDAL-FFI/Makefile1
-rw-r--r--graphics/py-fiona/Makefile2
-rw-r--r--graphics/qgis-ltr/Makefile1
-rw-r--r--graphics/qgis/Makefile1
-rw-r--r--math/R-cran-sf/Makefile2
-rw-r--r--math/R-cran-terra/Makefile2
-rw-r--r--math/mdal/Makefile2
-rw-r--r--math/pdal/Makefile2
-rw-r--r--math/saga/Makefile2
-rw-r--r--science/paraview/Makefile2
33 files changed, 39 insertions, 36 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index c403b700e535..c8a1ee851fa6 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= merkaartor
PORTVERSION= 0.19.0
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile
index 7e5f6ef53646..c8edb2e0c60c 100644
--- a/astro/qmapshack/Makefile
+++ b/astro/qmapshack/Makefile
@@ -1,7 +1,7 @@
PORTNAME= qmapshack
PORTVERSION= 1.17.1
-PORTREVISION= 1
DISTVERSIONPREFIX= V_
+PORTREVISION= 2
CATEGORIES= astro
MAINTAINER= bofh@FreeBSD.org
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile
index 40e305825686..3eee4bee81c7 100644
--- a/cad/sumo/Makefile
+++ b/cad/sumo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sumo
DISTVERSION= 1.2.0
-PORTREVISION= 15
+PORTREVISION= 16
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/grass7/Makefile b/databases/grass7/Makefile
index ddda07a32675..ce5f3f500101 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -1,6 +1,6 @@
PORTNAME= grass
PORTVERSION= 7.8.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \
diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile
index 77c4d4e3b569..4a8d19baef32 100644
--- a/databases/grass8/Makefile
+++ b/databases/grass8/Makefile
@@ -1,6 +1,6 @@
PORTNAME= grass
DISTVERSION= 8.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \
diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile
index fe5080589a6c..5d7cc06b3046 100644
--- a/databases/postgis32/Makefile
+++ b/databases/postgis32/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 32
diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile
index 992b2e6b9a39..d3005b4132b9 100644
--- a/databases/postgis33/Makefile
+++ b/databases/postgis33/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 33
diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile
index 94a40164bf81..ee92f0f60a5d 100644
--- a/databases/postgis34/Makefile
+++ b/databases/postgis34/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 34
diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile
index d17a86961d9a..f42fbd16272d 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.4
+PORTREVISION= 1
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile
index cdc435f67f59..31b51f78e9a0 100644
--- a/graphics/cloudcompare/Makefile
+++ b/graphics/cloudcompare/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cloudcompare
DISTVERSIONPREFIX= v
DISTVERSION= 2.12.4
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile
index df91ee895fb0..da1d2aee0836 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gdal-grass
PORTVERSION= 1.0.2
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= graphics
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 312326a8e33c..17a34d964c7f 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gdal
-PORTVERSION= 3.8.5
-PORTREVISION= 2
+PORTVERSION= 3.9.0
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet
diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo
index dec00be73249..57bb26d5941b 100644
--- a/graphics/gdal/distinfo
+++ b/graphics/gdal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712330575
-SHA256 (gdal-3.8.5.tar.xz) = e8b4df2a8a7d25272f867455c0c230459545972f81f0eff2ddbf6a6f60dcb1e4
-SIZE (gdal-3.8.5.tar.xz) = 8871404
+TIMESTAMP = 1715842580
+SHA256 (gdal-3.9.0.tar.xz) = 577f80e9d14ff7c90b6bfbc34201652b4546700c01543efb4f4c3050e0b3fda2
+SIZE (gdal-3.9.0.tar.xz) = 9081116
diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist
index 8ccaa3a8b2c1..6a4ce94829c2 100644
--- a/graphics/gdal/pkg-plist
+++ b/graphics/gdal/pkg-plist
@@ -44,9 +44,6 @@ include/cpl_http.h
include/cpl_json.h
include/cpl_list.h
include/cpl_minixml.h
-include/cpl_minizip_ioapi.h
-include/cpl_minizip_unzip.h
-include/cpl_minizip_zip.h
include/cpl_multiproc.h
include/cpl_odbc.h
include/cpl_port.h
@@ -103,6 +100,7 @@ include/ogr_core.h
include/ogr_feature.h
include/ogr_featurestyle.h
include/ogr_geocoding.h
+include/ogr_geomcoordinateprecision.h
include/ogr_geometry.h
include/ogr_p.h
include/ogr_recordbatch.h
@@ -119,8 +117,8 @@ lib/cmake/gdal/GDALConfig.cmake
lib/cmake/gdal/GDALConfigVersion.cmake
lib/gdalplugins/drivers.ini
lib/libgdal.so
-lib/libgdal.so.34
-lib/libgdal.so.34.%%PORTVERSION%%
+lib/libgdal.so.35
+lib/libgdal.so.35.%%PORTVERSION%%
libdata/pkgconfig/gdal.pc
share/bash-completion/completions/gdal-config
share/bash-completion/completions/gdal2tiles.py
@@ -164,6 +162,7 @@ share/bash-completion/completions/ogrtindex
%%DATADIR%%/GDALLogoColor.svg
%%DATADIR%%/GDALLogoGS.svg
%%DATADIR%%/LICENSE.TXT
+%%DATADIR%%/MM_m_idofic.csv
%%DATADIR%%/bag_template.xml
%%DATADIR%%/cubewerx_extra.wkt
%%DATADIR%%/default.rsc
@@ -174,6 +173,7 @@ share/bash-completion/completions/ogrtindex
%%DATADIR%%/gdalicon.png
%%DATADIR%%/gdalinfo_output.schema.json
%%DATADIR%%/gdalmdiminfo_output.schema.json
+%%DATADIR%%/gdaltileindex.xsd
%%DATADIR%%/gdalvrt.xsd
%%DATADIR%%/gfs.xsd
%%DATADIR%%/gml_registry.xml
@@ -303,7 +303,6 @@ share/bash-completion/completions/ogrtindex
%%DATADIR%%/seed_2d.dgn
%%DATADIR%%/seed_3d.dgn
%%DATADIR%%/stateplane.csv
-%%DATADIR%%/template_tiles.mapml
%%DATADIR%%/tms_LINZAntarticaMapTileGrid.json
%%DATADIR%%/tms_MapML_APSTILE.json
%%DATADIR%%/tms_MapML_CBMTILE.json
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile
index 863f255b31d6..5b18555d9fbd 100644
--- a/graphics/gmt/Makefile
+++ b/graphics/gmt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gmt
DISTVERSION= 6.3.0
-PORTREVISION= 7
+PORTREVISION= 8
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 0538bd315097..1d55f1278bf5 100644
--- a/graphics/mapcache/Makefile
+++ b/graphics/mapcache/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mapcache
DISTVERSION= 1.14.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/mapserver/
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 94ee5f54dac1..62d2f27bca45 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mapnik
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics geography
MASTER_SITES= https://github.com/mapnik/mapnik/releases/download/${DISTVERSIONFULL}/
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 6398cf033292..b4f80dcaef38 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mapserver
PORTVERSION= 8.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics www geography
MASTER_SITES= https://download.osgeo.org/mapserver/
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 56019e633b35..ee8520c56e24 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,5 +1,6 @@
PORTNAME= opencv
DISTVERSION= 4.9.0
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= desktop@FreeBSD.org
diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile
index 5afffa435015..53dd1a2dfb25 100644
--- a/graphics/openorienteering-mapper/Makefile
+++ b/graphics/openorienteering-mapper/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openorienteering-mapper
PORTVERSION= 0.9.5
-PORTREVISION= 8
DISTVERSIONPREFIX= v
+PORTREVISION= 9
CATEGORIES= graphics geography
MAINTAINER= sikmir@gmail.com
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 055ae3506179..a35ef241ad95 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -1,7 +1,7 @@
PORTNAME= osg
PORTVERSION= 3.6.5
DISTVERSIONPREFIX= OpenSceneGraph-
-PORTREVISION= 69
+PORTREVISION= 70
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile
index 7dae2749e7b7..262be87d7112 100644
--- a/graphics/osg34/Makefile
+++ b/graphics/osg34/Makefile
@@ -1,7 +1,7 @@
PORTNAME= osg
PORTVERSION= 3.4.1
DISTVERSIONPREFIX= OpenSceneGraph-
-PORTREVISION= 58
+PORTREVISION= 59
CATEGORIES= graphics
PKGNAMESUFFIX= 34
diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile
index 97a657d3d2ba..8cf2579f3354 100644
--- a/graphics/osgearth/Makefile
+++ b/graphics/osgearth/Makefile
@@ -1,7 +1,7 @@
PORTNAME= osgearth
PORTVERSION= 3.5
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MAINTAINER= zirias@FreeBSD.org
diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile
index ab519dacdbcc..5374c1d59a9f 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.11
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile
index 98d38b1dbb47..9be6aa11265c 100644
--- a/graphics/py-fiona/Makefile
+++ b/graphics/py-fiona/Makefile
@@ -1,6 +1,6 @@
PORTNAME= Fiona
DISTVERSION= 1.8.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index 59b14d59c3cc..2704817a6afd 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.34.7
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
PKGNAMESUFFIX= -ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 28dab07838d6..9cbbde2d89b5 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.36.3
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile
index 351b19793ec2..1c52e465635a 100644
--- a/math/R-cran-sf/Makefile
+++ b/math/R-cran-sf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sf
DISTVERSION= 1.0-16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile
index 172e40b0462a..e17c92074531 100644
--- a/math/R-cran-terra/Makefile
+++ b/math/R-cran-terra/Makefile
@@ -1,6 +1,6 @@
PORTNAME= terra
DISTVERSION= 1.7-71
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/mdal/Makefile b/math/mdal/Makefile
index a4a6af1b0485..b88ad32b26bf 100644
--- a/math/mdal/Makefile
+++ b/math/mdal/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mdal
DISTVERSIONPREFIX= release-
DISTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math geography
MAINTAINER= wen@FreeBSD.org
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index bdc83fadd688..fa1075361f61 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pdal
DISTVERSION= 2.6.3
-PORTREVISION= 1
+PORTREVISION= 2
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 ff7d87f773c2..1923264d9686 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,6 +1,6 @@
PORTNAME= saga
PORTVERSION= 9.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 56b5afe91cc1..d87fa2fa70b1 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= paraview
DISTVERSION= ${PARAVIEW_VER}.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${PARAVIEW_VER}/
DISTNAME= ParaView-v${PORTVERSION}