diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-02-23 05:58:35 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-02-23 05:58:35 +0000 |
commit | 9fe75e179d3cc2fd64d362e5ab35b30d8f8ad922 (patch) | |
tree | 27a58ed98add67474f8fb9c7b9978926de4ecb9b /databases | |
parent | 47213c9c739efc6b57a893d855778d5c287a3495 (diff) | |
download | freebsd-ports-9fe75e179d3cc2fd64d362e5ab35b30d8f8ad922.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass7/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis24/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis25/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis30/Makefile | 1 | ||||
-rw-r--r-- | databases/postgis31/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-ogr_fdw/Makefile | 1 |
6 files changed, 6 insertions, 3 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index a4d2d8262265..58fb2f977492 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -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%/ \ diff --git a/databases/postgis24/Makefile b/databases/postgis24/Makefile index 186bb6ac90d2..ceef8236477b 100644 --- a/databases/postgis24/Makefile +++ b/databases/postgis24/Makefile @@ -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 diff --git a/databases/postgis25/Makefile b/databases/postgis25/Makefile index 5be0a29891c6..f90592728935 100644 --- a/databases/postgis25/Makefile +++ b/databases/postgis25/Makefile @@ -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 diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile index e594ac3d3fc4..f1daae79197b 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -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 diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile index f18d417ccd3e..7cd9f50ea78d 100644 --- a/databases/postgis31/Makefile +++ b/databases/postgis31/Makefile @@ -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 diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile index 2c831ab4a3bd..a49ff599ae68 100644 --- a/databases/postgresql-ogr_fdw/Makefile +++ b/databases/postgresql-ogr_fdw/Makefile @@ -3,6 +3,7 @@ PORTNAME= ogr_fdw DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- |