From 950bed60c15758077ec237bd0a6c612e7777503d Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 20 Oct 2017 05:52:47 -0700 Subject: gis/postgis: Updated for version 2.4.1. --- gis/postgis/postgis.SlackBuild | 5 +++-- gis/postgis/postgis.info | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'gis/postgis') diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 702d12c92e..57b61a521a 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -25,7 +25,7 @@ # Maintained by Benjamin Trigona-Harany PRGNAM=postgis -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +./autogen.sh CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -91,7 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \ $SHP2PGSQL_GUI \ --build=$ARCH-slackware-linux -make -j1 +make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index 286d264fc6..20955153e8 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -1,8 +1,8 @@ PRGNAM="postgis" -VERSION="2.4.0" +VERSION="2.4.1" HOMEPAGE="http://postgis.org" -DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.0.tar.gz" -MD5SUM="3bdac80e118408389ef74a38ee6f04d6" +DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.1.tar.gz" +MD5SUM="720185a7cfa3cb007603b89b5c850cd8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal postgresql" -- cgit v1.2.3