mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.84.0
Tested by: Frank Broniewski
This commit is contained in:
parent
9c5e46463c
commit
e3bf743966
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345015
@ -2,10 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osm2pgsql
|
||||
PORTVERSION= r29250
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.84.0
|
||||
CATEGORIES= converters geography
|
||||
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Convert OSM XML data to PostgreSQL database
|
||||
@ -16,15 +14,24 @@ LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \
|
||||
libgeos.so:${PORTSDIR}/graphics/geos \
|
||||
libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openstreetmap
|
||||
GH_COMMIT= 237b125
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf automake libtool aclocal autoheader libtoolize
|
||||
CONFIGURE_ARGS= LUA="${LUA_CMD}" \
|
||||
LUA_INCLUDE="-I${LUA_INCDIR}" \
|
||||
LUA_LIB="-L${LUA_LIBDIR} -llua"
|
||||
USES= gmake
|
||||
USE_PGSQL= yes
|
||||
USE_LUA= 5.0+
|
||||
USE_GNOME= libxml2
|
||||
|
||||
PLIST_FILES= bin/nodecachefilereader \
|
||||
bin/osm2pgsql \
|
||||
man/man1/nodecachefilereader.1.gz \
|
||||
man/man1/osm2pgsql.1.gz
|
||||
|
||||
PORTDOCS= ChangeLog README AUTHORS TODO
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (osm2pgsql-r29250.tar.bz2) = 253bdf0753d9a573bdbe2feb4e6fdc16ce8dd01f9a6771ab811a3430c2ff44d1
|
||||
SIZE (osm2pgsql-r29250.tar.bz2) = 152578
|
||||
SHA256 (osm2pgsql-0.84.0.tar.bz2) = 6859716766e7fe5fd139d0c2a73e7b04057fd263a0891430b60ea9dcd6488884
|
||||
SIZE (osm2pgsql-0.84.0.tar.bz2) = 1037702
|
||||
|
Loading…
Reference in New Issue
Block a user