gis/postgis: Updated for version 2.4.4.

This commit is contained in:
Benjamin Trigona-Harany 2018-04-06 08:43:16 -07:00
parent 4df259adf3
commit 0efa877bd3
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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"