system/postgis: Updated for version 2.0.2, new homepage

Fixed deps info.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2012-12-19 20:35:13 +01:00 committed by Matteo Bernardini
parent a942700fb8
commit dde396c5d0
4 changed files with 10 additions and 8 deletions

View file

@ -5,4 +5,6 @@ backend spatial database for geographic information systems
(GIS), much like ESRI's SDE or Oracle's Spatial extension. (GIS), much like ESRI's SDE or Oracle's Spatial extension.
To disable raster support and eliminate the gdal dependency, To disable raster support and eliminate the gdal dependency,
set RASTER=no. set RASTER=no. If you choose this path, be aware that
postgis will still need the two dependencies that gdal
rely on, proj and geos.

View file

@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <bosth@alumni.sfu.ca> # Maintained by Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
PRGNAM=postgis PRGNAM=postgis
VERSION=${VERSION:-2.0.1} VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="postgis" PRGNAM="postgis"
VERSION="2.0.1" VERSION="2.0.2"
HOMEPAGE="http://postgis.refractions.net" HOMEPAGE="http://postgis.org"
DOWNLOAD="http://postgis.refractions.net/download/postgis-2.0.1.tar.gz" DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz"
MD5SUM="7af9ce5f7dfb22d81fea7f041e674497" MD5SUM="f11e7b6258a9b37a268df531b692f892"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="geos postgresql proj json-c gdal" REQUIRES="gdal json-c postgresql"
MAINTAINER="Benjamin Trigona-Harany" MAINTAINER="Benjamin Trigona-Harany"
EMAIL="bosth@alumni.sfu.ca" EMAIL="bosth@alumni.sfu.ca"

View file

@ -14,6 +14,6 @@ postgis: server, allowing it to be used as a backend spatial database for
postgis: geographic information systems (GIS), much like ESRI's SDE or postgis: geographic information systems (GIS), much like ESRI's SDE or
postgis: Oracle's Spatial extension. postgis: Oracle's Spatial extension.
postgis: postgis:
postgis: http://postgis.refractions.net/ postgis: http://postgis.org
postgis: postgis:
postgis: postgis: