gis/osm2pgsql: Updated for version 0.86.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-10-25 09:48:45 -07:00 committed by Willy Sudiarto Raharjo
parent 78467bb586
commit 796e948211
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=osm2pgsql
VERSION=${VERSION:-0.84.0}
VERSION=${VERSION:-0.86.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--with-bzip2=yes \
--with-bzip2=/usr/lib${LIBDIRSUFFIX} \
--with-geos=yes \
--with-proj=yes \
--with-zlib=/usr/lib${LIBDIRSUFFIX} \

View File

@ -1,8 +1,8 @@
PRGNAM="osm2pgsql"
VERSION="0.84.0"
VERSION="0.86.0"
HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.84.0.tar.gz"
MD5SUM="e3941d1ae323668fa0470f756ec3e01a"
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.86.0.tar.gz"
MD5SUM="cb5c4bacec369d5831d242afc416e240"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"