From 6436f16ef8727efbe5d79f6576f9fa473bbb9dfe Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sun, 3 Apr 2011 12:30:39 -0300 Subject: 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 --- system/postgis/postgis.SlackBuild | 4 +--- system/postgis/postgis.info | 8 ++++---- system/postgis/slack-desc | 5 +++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild index 14b774c4c91d..02e39b765d3e 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 c33032295aa3..45261e8c2b88 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 4ccf72271f9a..3bfe51d7fb36 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: -- cgit v1.2.3