diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-22 14:02:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-22 14:02:24 +0800 |
commit | 4f1ba9836e79377460824a47758a1c2564591671 (patch) | |
tree | 2d5b633aff204b55e03cc5256f9709e4233f5146 /databases | |
parent | 270f629f61f084a2f3e255ee5bd582c56bec8154 (diff) | |
download | freebsd-ports-gnome-4f1ba9836e79377460824a47758a1c2564591671.tar.gz freebsd-ports-gnome-4f1ba9836e79377460824a47758a1c2564591671.tar.zst freebsd-ports-gnome-4f1ba9836e79377460824a47758a1c2564591671.zip |
Bump PORTREVISION for graphics/gdal shlib change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass7/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis23/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/postgresql-ogr_fdw/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index ac4127bb4a13..ac9b96b8450f 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 7.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ diff --git a/databases/postgis23/Makefile b/databases/postgis23/Makefile index ebd212a834da..5ebe76ac4695 100644 --- a/databases/postgis23/Makefile +++ b/databases/postgis23/Makefile @@ -3,7 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 23 diff --git a/databases/postgis24/Makefile b/databases/postgis24/Makefile index 7f8a9a0c8dfc..0f8401a3dc2d 100644 --- a/databases/postgis24/Makefile +++ b/databases/postgis24/Makefile @@ -3,7 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 24 diff --git a/databases/postgis25/Makefile b/databases/postgis25/Makefile index c63026f2bdce..2ba0c1211571 100644 --- a/databases/postgis25/Makefile +++ b/databases/postgis25/Makefile @@ -3,7 +3,7 @@ PORTNAME= postgis PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 25 diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile index b6722f15d10c..8774c7629d4a 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -3,6 +3,7 @@ PORTNAME= postgis PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 30 diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile index e6371195c9a4..1666ee522010 100644 --- a/databases/postgresql-ogr_fdw/Makefile +++ b/databases/postgresql-ogr_fdw/Makefile @@ -3,6 +3,7 @@ PORTNAME= ogr_fdw DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- |