gis/osm2pgsql: Updated for version 0.94.0rc2.

This commit is contained in:
Benjamin Trigona-Harany 2017-10-03 21:01:06 -07:00 committed by Willy Sudiarto Raharjo
parent 3e2c7a3f93
commit 8e8df7f150
2 changed files with 8 additions and 7 deletions

View File

@ -22,7 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=osm2pgsql
VERSION=${VERSION:-0.94.0_RC1}
SRCVER=${SRCVER:-0.94.0-RC2}
VERSION=`echo $SRCVER | tr "[A-Z]" "[a-z]" | tr -d "-"`
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$(echo $VERSION | tr '_' '-').tar.gz
cd $PRGNAM-$(echo $VERSION | tr '_' '-')
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View File

@ -1,8 +1,8 @@
PRGNAM="osm2pgsql"
VERSION="0.94.0_RC1"
VERSION="0.94.0rc2"
HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.94.0-RC1/osm2pgsql-0.94.0-RC1.tar.gz"
MD5SUM="ba89304bf1d71615f5de7e72794240d0"
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.94.0-RC2/osm2pgsql-0.94.0-RC2.tar.gz"
MD5SUM="524ebb954d968834f23c2c3ad6809b61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua postgis"