Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 19:59:02 GMT
From:      =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94ecbdcacc20 - main - graphics/proj: Update to 9.2.1
Message-ID:  <202307261959.36QJx2lh069849@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lbartoletti:

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

commit 94ecbdcacc2083fe7f08c30604b0834597d5d524
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2023-07-26 18:24:11 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2023-07-26 19:58:55 +0000

    graphics/proj: Update to 9.2.1
---
 astro/merkaartor/Makefile                 | 2 +-
 astro/qmapshack/Makefile                  | 2 +-
 biology/ncbi-cxx-toolkit/Makefile         | 1 +
 cad/sumo/Makefile                         | 2 +-
 converters/osm2pgsql/Makefile             | 2 +-
 databases/grass7/Makefile                 | 2 +-
 databases/grass8/Makefile                 | 2 +-
 databases/postgis30/Makefile              | 2 +-
 databases/postgis31/Makefile              | 2 +-
 databases/postgis32/Makefile              | 2 +-
 databases/postgis33/Makefile              | 2 +-
 databases/spatialite-tools/Makefile       | 2 +-
 databases/spatialite/Makefile             | 2 +-
 databases/spatialite_gui/Makefile         | 2 +-
 devel/libght/Makefile                     | 2 +-
 graphics/R-cran-rgdal/Makefile            | 1 +
 graphics/fpc-proj4/Makefile               | 2 +-
 graphics/gdal/Makefile                    | 2 +-
 graphics/libgeotiff/Makefile              | 2 +-
 graphics/librasterlite2/Makefile          | 2 +-
 graphics/mapnik/Makefile                  | 2 +-
 graphics/mapserver/Makefile               | 2 +-
 graphics/openorienteering-mapper/Makefile | 2 +-
 graphics/proj/Makefile                    | 2 +-
 graphics/proj/distinfo                    | 6 +++---
 graphics/proj/pkg-plist                   | 2 +-
 graphics/py-pyproj/Makefile               | 1 +
 graphics/qgis-ltr/Makefile                | 1 +
 graphics/qgis/Makefile                    | 1 +
 math/PDL/Makefile                         | 2 +-
 math/R-cran-sf/Makefile                   | 1 +
 math/R-cran-terra/Makefile                | 1 +
 math/octave-forge-octproj/Makefile        | 2 +-
 math/saga/Makefile                        | 1 +
 science/cdo/Makefile                      | 2 +-
 science/gnudatalanguage/Makefile          | 2 +-
 science/paraview/Makefile                 | 2 +-
 science/rubygem-rgeo-proj4/Makefile       | 2 +-
 38 files changed, 40 insertions(+), 32 deletions(-)

diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index a36ac1d643dc..043b3609edb4 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	merkaartor
 PORTVERSION=	0.19.0
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	astro
 
 MAINTAINER=	dev2@heesakkers.info
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile
index 831aae3d1a29..9ea0e129989b 100644
--- a/astro/qmapshack/Makefile
+++ b/astro/qmapshack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qmapshack
 PORTVERSION=	1.16.1
-PORTREVISION=	8
+PORTREVISION=	9
 DISTVERSIONPREFIX=	V_
 CATEGORIES=	astro
 
diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile
index 51b51e58add4..252a5ea5a484 100644
--- a/biology/ncbi-cxx-toolkit/Makefile
+++ b/biology/ncbi-cxx-toolkit/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ncbi-cxx-toolkit
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	27.0.0
+PORTREVISION=	1
 CATEGORIES=	biology science devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile
index db0d6cf070e4..056615ece295 100644
--- a/cad/sumo/Makefile
+++ b/cad/sumo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sumo
 DISTVERSION=	1.2.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	cad
 MASTER_SITES=	http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/
 DISTFILES=	${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX}
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index 087941978b8d..fddfdfd7dc92 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	osm2pgsql
 PORTVERSION=	1.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters geography
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index 7d5d7a651711..ece16ac72435 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grass
 PORTVERSION=	7.8.7
-PORTREVISION=	8
+PORTREVISION=	9
 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 b180bbe887a7..4fbfb1d37111 100644
--- a/databases/grass8/Makefile
+++ b/databases/grass8/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grass
 DISTVERSION=	8.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases geography
 MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
 		http://grass.cict.fr/%SUBDIR%/ \
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile
index c07b7ce558b3..7b869689053d 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 PORTVERSION=	3.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	30
diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile
index 07a82fd2bd92..232d98bbed9d 100644
--- a/databases/postgis31/Makefile
+++ b/databases/postgis31/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 PORTVERSION=	3.1.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	31
diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile
index 987ceac97de0..267d2eff60df 100644
--- a/databases/postgis32/Makefile
+++ b/databases/postgis32/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.2.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	32
diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile
index db50fbad9ce8..dc00f72ed8a3 100644
--- a/databases/postgis33/Makefile
+++ b/databases/postgis33/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.3.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	33
diff --git a/databases/spatialite-tools/Makefile b/databases/spatialite-tools/Makefile
index bbc5078075a4..24116ef6db97 100644
--- a/databases/spatialite-tools/Makefile
+++ b/databases/spatialite-tools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spatialite-tools
 PORTVERSION=	5.0.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index 650c4c93a81b..30d31168bec8 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spatialite
 PORTVERSION=	5.0.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/libspatialite-sources/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile
index cd8df26d03d1..a29336a94535 100644
--- a/databases/spatialite_gui/Makefile
+++ b/databases/spatialite_gui/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spatialite_gui
 DISTVERSION=	2.1.0
-PORTREVISION=	7
+PORTREVISION=	8
 DISTVERSIONSUFFIX=	-beta1
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/
diff --git a/devel/libght/Makefile b/devel/libght/Makefile
index 3f0e8e42a8ef..391f9a68e690 100644
--- a/devel/libght/Makefile
+++ b/devel/libght/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libght
 PORTVERSION=	0.1.0
-PORTREVISION=	9
+PORTREVISION=	10
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel geography
 
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index 2c069a6fc3d7..9bdc9e57ce64 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rgdal
 DISTVERSION=	1.6-7
+PORTREVISION=	1
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/graphics/fpc-proj4/Makefile b/graphics/fpc-proj4/Makefile
index 9c543f513525..154981f8ca26 100644
--- a/graphics/fpc-proj4/Makefile
+++ b/graphics/fpc-proj4/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics lang
 PKGNAMESUFFIX=	-proj4
 
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 896b0b67029f..0b55926c8b37 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal
 PORTVERSION=	3.7.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile
index 6dd2c199de40..12136170d82f 100644
--- a/graphics/libgeotiff/Makefile
+++ b/graphics/libgeotiff/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libgeotiff
 PORTVERSION=	1.7.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
 		LOCAL/sunpoet
diff --git a/graphics/librasterlite2/Makefile b/graphics/librasterlite2/Makefile
index 05fc7715fce6..42742b1466bb 100644
--- a/graphics/librasterlite2/Makefile
+++ b/graphics/librasterlite2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	librasterlite2
 PORTVERSION=	1.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 DISTVERSIONSUFFIX=-beta1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 394bd0999c12..f3014d733b1c 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mapnik
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://github.com/mapnik/mapnik/releases/download/${DISTVERSIONFULL}/
 
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index d68144545aad..61e3ea0c9aa4 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		mapserver
 PORTVERSION=		8.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		graphics www geography
 MASTER_SITES=		https://download.osgeo.org/mapserver/
 
diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile
index 2ce5ffff0293..1dc3982c68a7 100644
--- a/graphics/openorienteering-mapper/Makefile
+++ b/graphics/openorienteering-mapper/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openorienteering-mapper
 PORTVERSION=	0.9.5
-PORTREVISION=	6
+PORTREVISION=	7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics geography
 
diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
index 3de5c948c334..870b14c921ed 100644
--- a/graphics/proj/Makefile
+++ b/graphics/proj/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	proj
-PORTVERSION=	9.2.0
+PORTVERSION=	9.2.1
 PORTEPOCH=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/proj/
diff --git a/graphics/proj/distinfo b/graphics/proj/distinfo
index 6ebc05223898..3aa9559bcf9e 100644
--- a/graphics/proj/distinfo
+++ b/graphics/proj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678364737
-SHA256 (proj-9.2.0.tar.gz) = dea816f5aa732ae6b2ee3977b9bdb28b1d848cf56a1aad8faf6708b89f0ed50e
-SIZE (proj-9.2.0.tar.gz) = 5521397
+TIMESTAMP = 1690345908
+SHA256 (proj-9.2.1.tar.gz) = 15ebf4afa8744b9e6fccb5d571fc9f338dc3adcf99907d9e62d1af815d4971a1
+SIZE (proj-9.2.1.tar.gz) = 5536575
diff --git a/graphics/proj/pkg-plist b/graphics/proj/pkg-plist
index 1b8786d0e47a..2d67a0b83579 100644
--- a/graphics/proj/pkg-plist
+++ b/graphics/proj/pkg-plist
@@ -36,7 +36,7 @@ lib/cmake/proj4/proj4-targets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/proj4/proj4-targets.cmake
 lib/libproj.so
 lib/libproj.so.25
-lib/libproj.so.25.9.2.0
+lib/libproj.so.25.9.2.1
 libdata/pkgconfig/proj.pc
 share/man/man1/cct.1.gz
 share/man/man1/cs2cs.1.gz
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index aac5d24f000f..73a2e478f131 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pyproj
 PORTVERSION=	3.6.0
+PORTREVISION=	1
 CATEGORIES=	graphics geography python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index c546df09d8b1..b6c3166587ad 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.28.9
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 PKGNAMESUFFIX=	-ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 0c4074bf8d90..9dfe460a1087 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.32.1
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 8fabd2e3a231..1f4b702150f4 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	PDL
 PORTVERSION=	2.019
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile
index 37c9c9c638a7..0c89418decb6 100644
--- a/math/R-cran-sf/Makefile
+++ b/math/R-cran-sf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sf
 DISTVERSION=	1.0-13
+PORTREVISION=	1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile
index 311bb0922420..6ff6bd25d5b3 100644
--- a/math/R-cran-terra/Makefile
+++ b/math/R-cran-terra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	terra
 DISTVERSION=	1.7-39
+PORTREVISION=	1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile
index 3a8402400837..c69b19c2653d 100644
--- a/math/octave-forge-octproj/Makefile
+++ b/math/octave-forge-octproj/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	octave-forge-octproj
 PORTVERSION=	3.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/jgpallero/octproj/downloads/
 DISTNAME=	${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 84d0f663bf94..b0ffda10d96d 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	saga
 PORTVERSION=	9.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 2ff149e579b4..7722340bb22a 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cdo
 PORTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/28013/ \
 		LOCAL/sunpoet
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index a9e375bc0ea7..30a07e2e150d 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gnudatalanguage
 PORTVERSION=	1.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	science lang
 .if defined(BUILD_PYTHON_MODULE)
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 29543a9f8007..6ea91386392f 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	paraview
 DISTVERSION=	${PARAVIEW_VER}.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${PARAVIEW_VER}/
 DISTNAME=	ParaView-v${PORTVERSION}
diff --git a/science/rubygem-rgeo-proj4/Makefile b/science/rubygem-rgeo-proj4/Makefile
index 3877449e71aa..3b044dbf7d33 100644
--- a/science/rubygem-rgeo-proj4/Makefile
+++ b/science/rubygem-rgeo-proj4/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rgeo-proj4
 PORTVERSION=	4.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science rubygems
 MASTER_SITES=	RG
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307261959.36QJx2lh069849>