- Update to 1.0.0
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osm2pgsql
|
||||
PORTVERSION= 0.96.0
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= converters geography
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
@@ -19,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openstreetmap
|
||||
|
||||
USES= cmake compiler:c++11-lang lua:53 pgsql
|
||||
USES= cmake compiler:c++11-lang pgsql
|
||||
|
||||
CXXFLAGS+= "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
|
||||
|
||||
@@ -29,7 +28,12 @@ PLIST_FILES= bin/osm2pgsql \
|
||||
PORTDOCS= AUTHORS ChangeLog README.md
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS LUAJIT
|
||||
|
||||
LUAJIT_DESC= Build with LuaJIT support
|
||||
LUAJIT_CMAKE_BOOL= WITH_LUAJIT
|
||||
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
|
||||
LUAJIT_USES_OFF= lua:53
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1525370298
|
||||
SHA256 (openstreetmap-osm2pgsql-0.96.0_GH0.tar.gz) = b6020e77d88772989279a69ae4678e9782989b630613754e483b5192cd39c723
|
||||
SIZE (openstreetmap-osm2pgsql-0.96.0_GH0.tar.gz) = 1219163
|
||||
TIMESTAMP = 1567801524
|
||||
SHA256 (openstreetmap-osm2pgsql-1.0.0_GH0.tar.gz) = e938f7b82a94ab6746da4f0dffdc0f60a55e6a596890e57eb169823e090b7cb9
|
||||
SIZE (openstreetmap-osm2pgsql-1.0.0_GH0.tar.gz) = 1222604
|
||||
|
||||
Reference in New Issue
Block a user