mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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>
This commit is contained in:
parent
80673c2c8b
commit
6436f16ef8
3 changed files with 8 additions and 9 deletions
|
@ -23,16 +23,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=postgis
|
PRGNAM=postgis
|
||||||
VERSION=${VERSION:-1.4.0}
|
VERSION=${VERSION:-1.5.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="postgis"
|
PRGNAM="postgis"
|
||||||
VERSION="1.4.0"
|
VERSION="1.5.2"
|
||||||
HOMEPAGE="http://postgis.refractions.net"
|
HOMEPAGE="http://postgis.refractions.net"
|
||||||
DOWNLOAD="http://postgis.refractions.net/download/postgis-1.4.0.tar.gz"
|
DOWNLOAD="http://postgis.refractions.net/download/postgis-1.5.2.tar.gz"
|
||||||
MD5SUM="bc5b97d5399bd20ca90bfdf784ab6c33"
|
MD5SUM="772ec1d0f04d6800cd7e2420a97a7483"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Peter Sarkoci"
|
MAINTAINER="Peter Sarkoci"
|
||||||
EMAIL="sarkoci@math.sk"
|
EMAIL="sarkoci@math.sk"
|
||||||
APPROVED="rworkman"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler-------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
postgis: PostGIS adds support for geographic objects to PostgreSQL.
|
postgis: PostGIS (support for geographic objects in PostgreSQL)
|
||||||
postgis:
|
postgis:
|
||||||
postgis: PostGIS adds support for geographic objects to the PostgreSQL
|
postgis: PostGIS adds support for geographic objects to the PostgreSQL
|
||||||
postgis: database. In effect, PostGIS "spatially enables" the PostgreSQL
|
postgis: database. In effect, PostGIS "spatially enables" the PostgreSQL
|
||||||
|
@ -16,3 +16,4 @@ postgis: Oracle's Spatial extension.
|
||||||
postgis:
|
postgis:
|
||||||
postgis: http://postgis.refractions.net/
|
postgis: http://postgis.refractions.net/
|
||||||
postgis:
|
postgis:
|
||||||
|
postgis:
|
||||||
|
|
Loading…
Reference in a new issue