diff options
-rw-r--r-- | system/postgis/README | 4 | ||||
-rw-r--r-- | system/postgis/postgis.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgis/postgis.info | 10 | ||||
-rw-r--r-- | system/postgis/slack-desc | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/system/postgis/README b/system/postgis/README index 8cc8fe8a2a..80eac03b71 100644 --- a/system/postgis/README +++ b/system/postgis/README @@ -5,4 +5,6 @@ backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. 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. diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild index 6af8163479..5b36cc9655 100644 --- a/system/postgis/postgis.SlackBuild +++ b/system/postgis/postgis.SlackBuild @@ -25,7 +25,7 @@ # Maintained by Benjamin Trigona-Harany <bosth@alumni.sfu.ca> PRGNAM=postgis -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/postgis/postgis.info b/system/postgis/postgis.info index 6f722315a8..6aebe94988 100644 --- a/system/postgis/postgis.info +++ b/system/postgis/postgis.info @@ -1,10 +1,10 @@ PRGNAM="postgis" -VERSION="2.0.1" -HOMEPAGE="http://postgis.refractions.net" -DOWNLOAD="http://postgis.refractions.net/download/postgis-2.0.1.tar.gz" -MD5SUM="7af9ce5f7dfb22d81fea7f041e674497" +VERSION="2.0.2" +HOMEPAGE="http://postgis.org" +DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz" +MD5SUM="f11e7b6258a9b37a268df531b692f892" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="geos postgresql proj json-c gdal" +REQUIRES="gdal json-c postgresql" MAINTAINER="Benjamin Trigona-Harany" EMAIL="bosth@alumni.sfu.ca" diff --git a/system/postgis/slack-desc b/system/postgis/slack-desc index 3bfe51d7fb..bf591de39b 100644 --- a/system/postgis/slack-desc +++ b/system/postgis/slack-desc @@ -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: Oracle's Spatial extension. postgis: -postgis: http://postgis.refractions.net/ +postgis: http://postgis.org postgis: postgis: |