summaryrefslogtreecommitdiffstats
path: root/system/postgis
diff options
context:
space:
mode:
author Niels Horn2011-04-03 17:30:39 +0200
committer Niels Horn2011-04-03 17:30:39 +0200
commit6436f16ef8727efbe5d79f6576f9fa473bbb9dfe (patch)
treea749837ad2a57e66772e5ce66421372ba7102588 /system/postgis
parent80673c2c8bd3e3e2d7bb176d3e8b60364e710f6a (diff)
downloadslackbuilds-6436f16ef8727efbe5d79f6576f9fa473bbb9dfe.tar.gz
system/postgis: Updated for version 1.5.2.
Version 1.4.0 is incompatible with PostgreSQL 9.x in SBo. Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/postgis')
-rw-r--r--system/postgis/postgis.SlackBuild4
-rw-r--r--system/postgis/postgis.info8
-rw-r--r--system/postgis/slack-desc5
3 files changed, 8 insertions, 9 deletions
diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild
index 14b774c4c9..02e39b765d 100644
--- a/system/postgis/postgis.SlackBuild
+++ b/system/postgis/postgis.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postgis
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/system/postgis/postgis.info b/system/postgis/postgis.info
index c33032295a..45261e8c2b 100644
--- a/system/postgis/postgis.info
+++ b/system/postgis/postgis.info
@@ -1,10 +1,10 @@
PRGNAM="postgis"
-VERSION="1.4.0"
+VERSION="1.5.2"
HOMEPAGE="http://postgis.refractions.net"
-DOWNLOAD="http://postgis.refractions.net/download/postgis-1.4.0.tar.gz"
-MD5SUM="bc5b97d5399bd20ca90bfdf784ab6c33"
+DOWNLOAD="http://postgis.refractions.net/download/postgis-1.5.2.tar.gz"
+MD5SUM="772ec1d0f04d6800cd7e2420a97a7483"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Peter Sarkoci"
EMAIL="sarkoci@math.sk"
-APPROVED="rworkman"
+APPROVED="Niels Horn"
diff --git a/system/postgis/slack-desc b/system/postgis/slack-desc
index 4ccf72271f..3bfe51d7fb 100644
--- a/system/postgis/slack-desc
+++ b/system/postgis/slack-desc
@@ -5,8 +5,8 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler-------------------------------------------------------|
-postgis: PostGIS adds support for geographic objects to PostgreSQL.
+ |-----handy-ruler------------------------------------------------------|
+postgis: PostGIS (support for geographic objects in PostgreSQL)
postgis:
postgis: PostGIS adds support for geographic objects to the PostgreSQL
postgis: database. In effect, PostGIS "spatially enables" the PostgreSQL
@@ -16,3 +16,4 @@ postgis: Oracle's Spatial extension.
postgis:
postgis: http://postgis.refractions.net/
postgis:
+postgis: