summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-09-30 16:38:18 +0200
committer Willy Sudiarto Raharjo2017-10-07 02:02:03 +0200
commita072f016b0df1c4cf11b5138b0c0a73481ca7586 (patch)
tree08839d0ebb8a8a28799d540717de9a696d7f57b5 /gis
parentd8b03150911f8ae919eab3af7ba2f254a2713c17 (diff)
downloadold.slackbuilds-a072f016b0df1c4cf11b5138b0c0a73481ca7586.tar.gz
gis/postgis: Updated for version 2.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r--gis/postgis/README14
-rw-r--r--gis/postgis/postgis.SlackBuild2
-rw-r--r--gis/postgis/postgis.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/gis/postgis/README b/gis/postgis/README
index 89beccb748..67c3bac5b7 100644
--- a/gis/postgis/README
+++ b/gis/postgis/README
@@ -1,12 +1,12 @@
-PostGIS adds support for geographic objects to the PostgreSQL
-object-relational database. In effect, PostGIS "spatially
-enables" the PostgreSQL server, allowing it to be used as a
-backend spatial database for geographic information systems
-(GIS).
+PostGIS adds support for geographic objects to the PostgreSQL object-relational
+database. In effect, PostGIS "spatially enables" the PostgreSQL server,
+allowing it to be used as a backend spatial database for geographic information
+systems (GIS).
SFCGAL is an optional dependency for advanced 3D support.
-To disable the GTK-based graphical interface for shp2pgsql,
-set GUI=no.
+protobuf-c is an optional dependency for MapBox vector tile support.
+
+To disable the GTK-based graphical interface for shp2pgsql, set GUI=no.
To include the shp2pgsql plugin for pgAdmin set PGADMIN=yes.
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild
index ea640c442e..702d12c92e 100644
--- a/gis/postgis/postgis.SlackBuild
+++ b/gis/postgis/postgis.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
-VERSION=${VERSION:-2.3.3}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info
index 32705a73d7..286d264fc6 100644
--- a/gis/postgis/postgis.info
+++ b/gis/postgis/postgis.info
@@ -1,8 +1,8 @@
PRGNAM="postgis"
-VERSION="2.3.3"
+VERSION="2.4.0"
HOMEPAGE="http://postgis.org"
-DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.3.3.tar.gz"
-MD5SUM="4f88d18cb04143f4426cbb190c3edb00"
+DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.0.tar.gz"
+MD5SUM="3bdac80e118408389ef74a38ee6f04d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql"