Date: Tue, 23 Feb 2021 05:58:36 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566369 - in head: astro/libosmium astro/merkaartor astro/qmapshack cad/sumo databases/grass7 databases/postgis24 databases/postgis25 databases/postgis30 databases/postgis31 databases/p... Message-ID: <202102230558.11N5wa6L060965@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lbartoletti Date: Tue Feb 23 05:58:35 2021 New Revision: 566369 URL: https://svnweb.freebsd.org/changeset/ports/566369 Log: graphics/gdal: Set the default options as a workable set - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr Deleted: head/graphics/qgis-ltr/files/pkg-message.in head/graphics/qgis/files/pkg-message.in Modified: head/astro/libosmium/Makefile head/astro/merkaartor/Makefile head/astro/qmapshack/Makefile head/cad/sumo/Makefile head/databases/grass7/Makefile head/databases/postgis24/Makefile head/databases/postgis25/Makefile head/databases/postgis30/Makefile head/databases/postgis31/Makefile head/databases/postgresql-ogr_fdw/Makefile head/games/flightgear-terragear/Makefile head/graphics/R-cran-rgdal/Makefile head/graphics/gdal/Makefile head/graphics/gmt/Makefile head/graphics/mapcache/Makefile head/graphics/mapserver/Makefile head/graphics/openorienteering-mapper/Makefile head/graphics/osg/Makefile head/graphics/osg34/Makefile head/graphics/osgearth/Makefile head/graphics/p5-Geo-GDAL/Makefile head/graphics/py-fiona/Makefile head/graphics/py-gdal/Makefile head/graphics/qgis-ltr/Makefile head/graphics/qgis/Makefile head/math/R-cran-sf/Makefile head/math/pdal/Makefile head/math/saga/Makefile Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/astro/libosmium/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.16.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/astro/merkaartor/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info Modified: head/astro/qmapshack/Makefile ============================================================================== --- head/astro/qmapshack/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/astro/qmapshack/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.15.2 +PORTREVISION= 1 DISTVERSIONPREFIX= V_ CATEGORIES= astro Modified: head/cad/sumo/Makefile ============================================================================== --- head/cad/sumo/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/cad/sumo/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -2,7 +2,7 @@ PORTNAME= sumo DISTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/ DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX} Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/databases/grass7/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 7.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ Modified: head/databases/postgis24/Makefile ============================================================================== --- head/databases/postgis24/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/databases/postgis24/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.4.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 24 Modified: head/databases/postgis25/Makefile ============================================================================== --- head/databases/postgis25/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/databases/postgis25/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 25 Modified: head/databases/postgis30/Makefile ============================================================================== --- head/databases/postgis30/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/databases/postgis30/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= postgis PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 30 Modified: head/databases/postgis31/Makefile ============================================================================== --- head/databases/postgis31/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/databases/postgis31/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -2,6 +2,7 @@ PORTNAME= postgis PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 31 Modified: head/databases/postgresql-ogr_fdw/Makefile ============================================================================== --- head/databases/postgresql-ogr_fdw/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/databases/postgresql-ogr_fdw/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= ogr_fdw DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- Modified: head/games/flightgear-terragear/Makefile ============================================================================== --- head/games/flightgear-terragear/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/games/flightgear-terragear/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -2,7 +2,7 @@ PORTNAME= flightgear-terragear PORTVERSION= 20171007 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MAINTAINER= ports@FreeBSD.org Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/R-cran-rgdal/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= rgdal DISTVERSION= 1.5-23 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/gdal/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -27,7 +27,9 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ OPTIONS_DEFINE= ARMADILLO CFITSIO CHARLS CRYPTOPP CURL DODS ECW EXPAT EXR FREEXL GEOS GTA HDF5 JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER -OPTIONS_DEFAULT=JASPER +OPTIONS_DEFAULT= CURL EXPAT FREEXL GEOS HDF5 JASPER \ + KML LIBXML2 NETCDF OPENJPEG PCRE PGSQL SFCGAL \ + SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER OPTIONS_SUB= yes CHARLS_DESC= JPEG-Lossless support via charls CRYPTOPP_DESC= Cryptopp support Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/gmt/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -2,7 +2,7 @@ PORTNAME= gmt DISTVERSION= 6.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= lbartoletti@FreeBSD.org Modified: head/graphics/mapcache/Makefile ============================================================================== --- head/graphics/mapcache/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/mapcache/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= mapcache DISTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/mapserver/ Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/mapserver/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= mapserver PORTVERSION= 7.6.2 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/mapserver/ Modified: head/graphics/openorienteering-mapper/Makefile ============================================================================== --- head/graphics/openorienteering-mapper/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/openorienteering-mapper/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= openorienteering-mapper PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= graphics geography Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/osg/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/osg34/Makefile ============================================================================== --- head/graphics/osg34/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/osg34/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics PKGNAMESUFFIX= 34 Modified: head/graphics/osgearth/Makefile ============================================================================== --- head/graphics/osgearth/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/osgearth/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -4,7 +4,7 @@ PORTNAME= osgearth PORTVERSION= 2.10.1 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics geography MAINTAINER= lbartoletti@FreeBSD.org Modified: head/graphics/p5-Geo-GDAL/Makefile ============================================================================== --- head/graphics/p5-Geo-GDAL/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/p5-Geo-GDAL/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= Geo-GDAL PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/graphics/py-fiona/Makefile ============================================================================== --- head/graphics/py-fiona/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/py-fiona/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -2,6 +2,7 @@ PORTNAME= Fiona DISTVERSION= 1.8.18 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/py-gdal/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/graphics/qgis-ltr/Makefile ============================================================================== --- head/graphics/qgis-ltr/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/qgis-ltr/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_10_14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr @@ -137,8 +137,6 @@ CMAKE_OFF+= SUPPRESS_QT_WARNINGS .endif CONFLICTS_INSTALL= qgis - -SUB_FILES= pkg-message PLIST_SUB= DISTVERSION=${PORTVERSION} Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/graphics/qgis/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -4,6 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_18_0 +PORTREVISION= 1 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -129,8 +130,6 @@ CMAKE_ON= BUILD_TESTING ENABLE_TESTS USE_OPENCL WITH_3 CMAKE_OFF= WITH_GLOBE WITH_QWTPOLAR CONFLICTS_INSTALL= qgis-ltr - -SUB_FILES= pkg-message PLIST_SUB= DISTVERSION=${PORTVERSION} Modified: head/math/R-cran-sf/Makefile ============================================================================== --- head/math/R-cran-sf/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/math/R-cran-sf/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,6 +3,7 @@ PORTNAME= sf DISTVERSION= 0.9-7 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/math/pdal/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= pdal DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Tue Feb 23 04:44:48 2021 (r566368) +++ head/math/saga/Makefile Tue Feb 23 05:58:35 2021 (r566369) @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 7.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102230558.11N5wa6L060965>