From aeb9a636570e4b8181e558e320c43405b7ead733 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 30 Oct 2020 20:51:06 -0700 Subject: gis/osm2pgsql: Updated for version 1.3.0. Signed-off-by: Willy Sudiarto Raharjo --- gis/osm2pgsql/osm2pgsql.SlackBuild | 7 +++---- gis/osm2pgsql/osm2pgsql.info | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'gis/osm2pgsql') diff --git a/gis/osm2pgsql/osm2pgsql.SlackBuild b/gis/osm2pgsql/osm2pgsql.SlackBuild index 32d1f51d52..3ab8a457cf 100644 --- a/gis/osm2pgsql/osm2pgsql.SlackBuild +++ b/gis/osm2pgsql/osm2pgsql.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for osm2pgsql -# Copyright 2013-2019 Benjamin Trigona-Harany +# Copyright 2013-2020 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=osm2pgsql -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,6 @@ cd build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_TESTING=OFF \ -DBUILD_TESTS=OFF \ -DWITH_LUAJIT=ON \ -DCMAKE_BUILD_TYPE=Release .. @@ -90,7 +89,7 @@ gzip -9 $PKG/usr/man/man?/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog README.md \ + AUTHORS COPYING README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/gis/osm2pgsql/osm2pgsql.info b/gis/osm2pgsql/osm2pgsql.info index e9f63ecd58..4a61874ac7 100644 --- a/gis/osm2pgsql/osm2pgsql.info +++ b/gis/osm2pgsql/osm2pgsql.info @@ -1,8 +1,8 @@ PRGNAM="osm2pgsql" -VERSION="1.2.1" +VERSION="1.3.0" HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql" -DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.2.1/osm2pgsql-1.2.1.tar.gz" -MD5SUM="e2902cda5f41cf9cfa71459d28f24e85" +DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.3.0/osm2pgsql-1.3.0.tar.gz" +MD5SUM="1c91723871cabae1dedf8e985968f6cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="luajit postgis" -- cgit v1.2.3