summaryrefslogtreecommitdiffstats
path: root/gis/postgis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-04-06 08:43:16 -0700
committer Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-04-06 08:43:16 -0700
commit0efa877bd31906273f64132f0b99f7ccafc0e335 (patch)
treec83e69ba16804a3e6011083990006812bc2c4208 /gis/postgis
parent4df259adf39a6a90f590c7699fd2c7afbde63264 (diff)
downloadslackbuilds-0efa877bd31906273f64132f0b99f7ccafc0e335.tar.gz
slackbuilds-0efa877bd31906273f64132f0b99f7ccafc0e335.tar.xz
gis/postgis: Updated for version 2.4.4.
Diffstat (limited to 'gis/postgis')
-rw-r--r--gis/postgis/postgis.SlackBuild10
-rw-r--r--gis/postgis/postgis.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild
index 664b372803..b160c85efe 100644
--- a/gis/postgis/postgis.SlackBuild
+++ b/gis/postgis/postgis.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postgis
-VERSION=${VERSION:-2.4.3}
+VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,8 +90,8 @@ CXXFLAGS="$SLKCFLAGS" \
make install DESTDIR=$PKG
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
if [ "$PGADMIN" = "yes" ] ; then
mkdir -p $PKG/usr/share/pgadmin3/plugins.d
@@ -113,7 +113,9 @@ cp -a doc/man/* $PKG/usr/man/man1
gzip -9 $PKG/usr/man/man1/*.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING CREDITS ChangeLog NEWS README.postgis TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ COPYING CREDITS ChangeLog NEWS README.postgis TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info
index b4ab9ddc7f..cde32b8b18 100644
--- a/gis/postgis/postgis.info
+++ b/gis/postgis/postgis.info
@@ -1,8 +1,8 @@
PRGNAM="postgis"
-VERSION="2.4.3"
+VERSION="2.4.4"
HOMEPAGE="http://postgis.org"
-DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.3.tar.gz"
-MD5SUM="60395f3dc96505ca4e313449d6463c6a"
+DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.4.4.tar.gz"
+MD5SUM="87608a7f01a50c5bae72a00ba3314e2d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal postgresql"