git: de3b9f557801 - main - graphics/proj: Update to 9.1.0

From: Loïc Bartoletti <lbartoletti_at_FreeBSD.org>
Date: Thu, 17 Nov 2022 08:21:05 UTC
The branch main has been updated by lbartoletti:

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

commit de3b9f557801bb43af80c0e2bd6085a70a783631
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-09-28 13:21:43 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-11-17 08:20:57 +0000

    graphics/proj: Update to 9.1.0
    
    Release notes:
    https://proj.org/news.html#id37
    
    Also remove proj-data dependency.
    
    You can use proj to retrieve data or install graphics/proj-data
    manually.
---
 astro/merkaartor/Makefile                 |  2 +-
 astro/qmapshack/Makefile                  |  2 +-
 audio/dpf-plugins-lv2/Makefile            |  1 +
 biology/ncbi-cxx-toolkit/Makefile         |  1 +
 cad/sumo/Makefile                         |  2 +-
 converters/osm2pgsql/Makefile             |  1 +
 databases/grass7/Makefile                 |  2 +-
 databases/grass8/Makefile                 |  2 +-
 databases/postgis30/Makefile              |  1 +
 databases/postgis31/Makefile              |  1 +
 databases/postgis32/Makefile              |  1 +
 databases/postgis33/Makefile              |  1 +
 databases/spatialite-tools/Makefile       |  2 +-
 databases/spatialite/Makefile             |  2 +-
 databases/spatialite_gui/Makefile         |  2 +-
 devel/libght/Makefile                     |  2 +-
 graphics/R-cran-rgdal/Makefile            |  2 +-
 graphics/fpc-proj4/Makefile               |  1 +
 graphics/gdal/Makefile                    |  2 +-
 graphics/libgeotiff/Makefile              |  1 +
 graphics/libprojectm/Makefile             |  2 +-
 graphics/librasterlite2/Makefile          |  1 +
 graphics/mapserver/Makefile               |  2 +-
 graphics/openorienteering-mapper/Makefile |  2 +-
 graphics/proj/Makefile                    | 15 ++++++---------
 graphics/proj/distinfo                    |  6 +++---
 graphics/proj/pkg-plist                   | 31 +++++++++++++++++++++----------
 graphics/py-pyproj/Makefile               |  1 +
 graphics/qgis-ltr/Makefile                |  1 +
 graphics/qgis/Makefile                    |  1 +
 math/PDL/Makefile                         |  2 +-
 math/R-cran-sf/Makefile                   |  2 +-
 math/R-cran-terra/Makefile                |  1 +
 math/octave-forge-octproj/Makefile        |  1 +
 math/saga/Makefile                        |  1 +
 multimedia/lives/Makefile                 |  2 +-
 multimedia/qmmp-qt5/Makefile              |  2 +-
 multimedia/qmmp-qt6/Makefile              |  2 +-
 science/cdo/Makefile                      |  1 +
 science/gnudatalanguage/Makefile          |  2 +-
 science/rubygem-rgeo-proj4/Makefile       |  1 +
 41 files changed, 68 insertions(+), 42 deletions(-)

diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index a92d40699140..0588da847b38 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	merkaartor
 PORTVERSION=	0.19.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	astro
 
 MAINTAINER=	dev2@heesakkers.info
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile
index 3dbae43e376e..e517ffc6b726 100644
--- a/astro/qmapshack/Makefile
+++ b/astro/qmapshack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qmapshack
 PORTVERSION=	1.16.1
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	V_
 CATEGORIES=	astro
 
diff --git a/audio/dpf-plugins-lv2/Makefile b/audio/dpf-plugins-lv2/Makefile
index 7795bc7d4416..bd7ac43791fa 100644
--- a/audio/dpf-plugins-lv2/Makefile
+++ b/audio/dpf-plugins-lv2/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	dpf-plugins
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.6
+PORTREVISION=	1
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile
index a01b30ef9411..7bae80a1bd39 100644
--- a/biology/ncbi-cxx-toolkit/Makefile
+++ b/biology/ncbi-cxx-toolkit/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ncbi-cxx-toolkit
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	26.0.1
+PORTREVISION=	1
 CATEGORIES=	biology science devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile
index 53f7b4fdec90..1ee36594bd11 100644
--- a/cad/sumo/Makefile
+++ b/cad/sumo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sumo
 DISTVERSION=	1.2.0
-PORTREVISION=	6
+PORTREVISION=	7
 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 c22a757be88d..c237fcb0270f 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	osm2pgsql
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 CATEGORIES=	converters geography
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index 509f2f63a792..a4f959d41eaf 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grass
 PORTVERSION=	7.8.7
-PORTREVISION=	1
+PORTREVISION=	2
 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 b0cc6c89183e..fdb79a649852 100644
--- a/databases/grass8/Makefile
+++ b/databases/grass8/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grass
 DISTVERSION=	8.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 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 326fe8353316..479d7dbc3d13 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	postgis
 PORTVERSION=	3.0.8
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	30
diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile
index aeaf0f2c4436..bed4727d302a 100644
--- a/databases/postgis31/Makefile
+++ b/databases/postgis31/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	postgis
 PORTVERSION=	3.1.8
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	31
diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile
index 59ba39a02b76..b5f43062a8bc 100644
--- a/databases/postgis32/Makefile
+++ b/databases/postgis32/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.2.4
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	32
diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile
index 913f369cf921..6ca49268f4c4 100644
--- a/databases/postgis33/Makefile
+++ b/databases/postgis33/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.3.2
+PORTREVISION=	1
 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 5abd046018b4..53fccc4fb6d0 100644
--- a/databases/spatialite-tools/Makefile
+++ b/databases/spatialite-tools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spatialite-tools
 PORTVERSION=	5.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index 92b10e2eafd2..77274f571c7e 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spatialite
 PORTVERSION=	5.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 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 8843b1d75256..00486cc572da 100644
--- a/databases/spatialite_gui/Makefile
+++ b/databases/spatialite_gui/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spatialite_gui
 DISTVERSION=	2.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 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 123b0d7620e5..124f84213499 100644
--- a/devel/libght/Makefile
+++ b/devel/libght/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libght
 PORTVERSION=	0.1.0
-PORTREVISION=	6
+PORTREVISION=	7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel geography
 
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index 4b8309ee574d..31c138532958 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rgdal
 DISTVERSION=	1.5-32
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/graphics/fpc-proj4/Makefile b/graphics/fpc-proj4/Makefile
index ed004255c1c7..17c34d94c4af 100644
--- a/graphics/fpc-proj4/Makefile
+++ b/graphics/fpc-proj4/Makefile
@@ -1,3 +1,4 @@
+PORTREVISION=	4
 CATEGORIES=	graphics lang
 PKGNAMESUFFIX=	-proj4
 
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 864213192cdd..7de52d57133f 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal
 PORTVERSION=	3.5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile
index 21fde6385529..a3d2055da78b 100644
--- a/graphics/libgeotiff/Makefile
+++ b/graphics/libgeotiff/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libgeotiff
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
 		LOCAL/sunpoet
diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile
index 82e0075ca798..7d410aea0df7 100644
--- a/graphics/libprojectm/Makefile
+++ b/graphics/libprojectm/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libprojectM
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.1.12
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics audio
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/librasterlite2/Makefile b/graphics/librasterlite2/Makefile
index fac5edd2cbf7..d89a572d8cde 100644
--- a/graphics/librasterlite2/Makefile
+++ b/graphics/librasterlite2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	librasterlite2
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=-beta1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 6ad9620b6856..883c61dbb261 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		mapserver
 PORTVERSION=		7.6.4
-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 57e8c53197a8..27d1d45d65b4 100644
--- a/graphics/openorienteering-mapper/Makefile
+++ b/graphics/openorienteering-mapper/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openorienteering-mapper
 PORTVERSION=	0.9.5
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics geography
 
diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
index f59d327610cb..ef19aef4a2ff 100644
--- a/graphics/proj/Makefile
+++ b/graphics/proj/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	proj
-PORTVERSION=	8.2.1
-PORTREVISION=	2
+PORTVERSION=	9.1.0
 PORTEPOCH=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/proj/
@@ -10,19 +9,17 @@ COMMENT=	Cartographic Projections library
 WWW=		https://github.com/OSGeo/PROJ
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/COPYING
+#LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libtiff.so:graphics/tiff
-RUN_DEPENDS=	proj-data>=0:graphics/proj-data
+#RUN_DEPENDS=	proj-data>=0:graphics/proj-data
 
-USES=		compiler:c++11-lang cpe gmake libtool pathfix pkgconfig sqlite
+USES=		compiler:c++11-lang cmake cpe libtool pathfix pkgconfig sqlite
 USE_LDCONFIG=	yes
 
-CPE_VENDOR=	proj_project
+CMAKE_OFF=	BUILD_TESTING
 
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-TEST_TARGET=	check
+CPE_VENDOR=	proj_project
 
 .include <bsd.port.mk>
diff --git a/graphics/proj/distinfo b/graphics/proj/distinfo
index be71c1bccc28..8f91baa3addd 100644
--- a/graphics/proj/distinfo
+++ b/graphics/proj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641329624
-SHA256 (proj-8.2.1.tar.gz) = 76ed3d0c3a348a6693dfae535e5658bbfd47f71cb7ff7eb96d9f12f7e068b1cf
-SIZE (proj-8.2.1.tar.gz) = 5882136
+TIMESTAMP = 1668498242
+SHA256 (proj-9.1.0.tar.gz) = 81b2239b94cad0886222cde4f53cb49d34905aad2a1317244a0c30a553db2315
+SIZE (proj-9.1.0.tar.gz) = 5299132
diff --git a/graphics/proj/pkg-plist b/graphics/proj/pkg-plist
index 5acfc79adf42..9d1b1b870bcd 100644
--- a/graphics/proj/pkg-plist
+++ b/graphics/proj/pkg-plist
@@ -21,18 +21,29 @@ include/proj/util.hpp
 include/proj_constants.h
 include/proj_experimental.h
 include/proj_symbol_rename.h
-lib/libproj.a
+lib/cmake/proj/proj-config-version.cmake
+lib/cmake/proj/proj-config.cmake
+lib/cmake/proj/proj-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/proj/proj-targets.cmake
+lib/cmake/proj/proj4-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/proj/proj4-targets.cmake
+lib/cmake/proj4/proj-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/proj4/proj-targets.cmake
+lib/cmake/proj4/proj4-config-version.cmake
+lib/cmake/proj4/proj4-config.cmake
+lib/cmake/proj4/proj4-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/proj4/proj4-targets.cmake
 lib/libproj.so
-lib/libproj.so.22
-lib/libproj.so.22.2.1
+lib/libproj.so.25
+lib/libproj.so.25.9.1.0
 libdata/pkgconfig/proj.pc
-man/man1/cct.1.gz
-man/man1/cs2cs.1.gz
-man/man1/geod.1.gz
-man/man1/gie.1.gz
-man/man1/proj.1.gz
-man/man1/projinfo.1.gz
-man/man1/projsync.1.gz
+share/man/man1/cct.1.gz
+share/man/man1/cs2cs.1.gz
+share/man/man1/geod.1.gz
+share/man/man1/gie.1.gz
+share/man/man1/proj.1.gz
+share/man/man1/projinfo.1.gz
+share/man/man1/projsync.1.gz
 %%DATADIR%%/CH
 %%DATADIR%%/GL27
 %%DATADIR%%/ITRF2000
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index 07a54eff8124..002c51c7c3c0 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pyproj
 PORTVERSION=	3.4.0
+PORTREVISION=	1
 CATEGORIES=	graphics geography python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index ed47402c0b1a..1cc3d5aebf6e 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.22.12
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 PKGNAMESUFFIX=	-ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 478a7445d9b2..ede2a162de59 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.28.0
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index fd01e7ecab8b..d108171a8a7f 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	PDL
 PORTVERSION=	2.019
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile
index b591fc6dbdd1..a157624e453b 100644
--- a/math/R-cran-sf/Makefile
+++ b/math/R-cran-sf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sf
 DISTVERSION=	1.0-8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile
index 22004a59b509..74da47b57173 100644
--- a/math/R-cran-terra/Makefile
+++ b/math/R-cran-terra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	terra
 DISTVERSION=	1.6-17
+PORTREVISION=	1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile
index d8e2fbe4c3fa..3f9f8dd303db 100644
--- a/math/octave-forge-octproj/Makefile
+++ b/math/octave-forge-octproj/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	octave-forge-octproj
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 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 3ebce2c46fae..77220163b2b0 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	saga
 PORTVERSION=	8.4.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index 68a913aa9df1..318c788df111 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lives
 DISTVERSION=	3.2.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	multimedia
 MASTER_SITES=	http://lives-video.com/releases/
 DISTNAME=	LiVES-${PORTVERSION}
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile
index 02ec65808762..6bd461dac7f3 100644
--- a/multimedia/qmmp-qt5/Makefile
+++ b/multimedia/qmmp-qt5/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qmmp
 PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://qmmp.ylsoftware.com/files/${PORTNAME}/${PORTVERSION:R}/ \
 	SF/qmmp-dev/${PORTNAME}/${PORTVERSION:R}/
diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile
index 90ac2f5ccc08..3b172b9efe37 100644
--- a/multimedia/qmmp-qt6/Makefile
+++ b/multimedia/qmmp-qt6/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qmmp
 PORTVERSION=	2.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://qmmp.ylsoftware.com/files/${PORTNAME}/${PORTVERSION:R}/ \
 	SF/qmmp-dev/${PORTNAME}/${PORTVERSION:R}/
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 95fc6ff66f1e..0148b93d2f4d 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cdo
 PORTVERSION=	2.0.6
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/27276/ \
 		LOCAL/sunpoet
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index 4ada09ae4468..988bf0009634 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gnudatalanguage
 PORTVERSION=	1.0.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science lang
 .if defined(BUILD_PYTHON_MODULE)
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/rubygem-rgeo-proj4/Makefile b/science/rubygem-rgeo-proj4/Makefile
index 23969d71cec7..23ce2c64786b 100644
--- a/science/rubygem-rgeo-proj4/Makefile
+++ b/science/rubygem-rgeo-proj4/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rgeo-proj4
 PORTVERSION=	3.1.1
+PORTREVISION=	1
 CATEGORIES=	science rubygems
 MASTER_SITES=	RG