diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-01-18 15:46:59 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-01-18 15:48:50 +0100 |
commit | 3db760ad79ec3a2494d776c56a89c6a3eed8f537 (patch) | |
tree | fb317aa69554434845568d4e39785ae8ad6535c7 /databases | |
parent | net/freeradius3: unbreak build after 18c6e1827669 (+) (diff) |
graphics/proj: Update to 9.1.1
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass7/Makefile | 2 | ||||
-rw-r--r-- | databases/grass8/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis30/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis31/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis32/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis33/Makefile | 2 | ||||
-rw-r--r-- | databases/spatialite-tools/Makefile | 2 | ||||
-rw-r--r-- | databases/spatialite/Makefile | 2 | ||||
-rw-r--r-- | databases/spatialite_gui/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 158de35716e7..5a55a7744bab 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass PORTVERSION= 7.8.7 -PORTREVISION= 3 +PORTREVISION= 4 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 fdb79a649852..148e9a86f7a8 100644 --- a/databases/grass8/Makefile +++ b/databases/grass8/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass DISTVERSION= 8.2.0 -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 479d7dbc3d13..d7bf8869b7fe 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 30 diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile index bed4727d302a..e1990d7055bd 100644 --- a/databases/postgis31/Makefile +++ b/databases/postgis31/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis PORTVERSION= 3.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 31 diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile index b5f43062a8bc..6fb3330ab04e 100644 --- a/databases/postgis32/Makefile +++ b/databases/postgis32/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.2.4 -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 6ca49268f4c4..65da21bf8398 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.3.2 -PORTREVISION= 1 +PORTREVISION= 2 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 53fccc4fb6d0..145133804109 100644 --- a/databases/spatialite-tools/Makefile +++ b/databases/spatialite-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= spatialite-tools PORTVERSION= 5.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 77274f571c7e..caaf12f58271 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -1,6 +1,6 @@ PORTNAME= spatialite PORTVERSION= 5.0.1 -PORTREVISION= 3 +PORTREVISION= 4 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 3b287b6c7642..0e514146defe 100644 --- a/databases/spatialite_gui/Makefile +++ b/databases/spatialite_gui/Makefile @@ -1,6 +1,6 @@ PORTNAME= spatialite_gui DISTVERSION= 2.1.0 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONSUFFIX= -beta1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/ |