mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +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.
|
||||
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue