Skip to content

Commit

Permalink
converters/osm2pgsql: update 1.10.0 → 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 27, 2024
1 parent acb0d91 commit 4ae2e5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions converters/osm2pgsql/Makefile
@@ -1,6 +1,5 @@
PORTNAME= osm2pgsql
PORTVERSION= 1.10.0
PORTREVISION= 1
PORTVERSION= 1.11.0
CATEGORIES= converters geography

MAINTAINER= amdmi3@FreeBSD.org
Expand All @@ -20,15 +19,17 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libexpat.so:textproc/expat2
BUILD_DEPENDS= ${LOCALBASE}/include/osmium/version.hpp:astro/libosmium \
${LOCALBASE}/include/protozero/version.hpp:devel/protozero \
${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json
${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json \
${LOCALBASE}/include/CLI/Version.hpp:devel/cli11

USES= cmake compiler:c++17-lang pgsql python:run shebangfix
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
SHEBANG_FILES= scripts/osm2pgsql-replication
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git \
EXTERNAL_LIBOSMIUM \
EXTERNAL_PROTOZERO
EXTERNAL_PROTOZERO \
EXTERNAL_CLI11
# EXTERNAL_FMT # XXX: does not build with libfmt 9.x from ports, so use bundled version until upstream fixes
CMAKE_ARGS= -DLUA_EXE="${LOCALBASE}/bin/${LUA_CMD}"

Expand Down
6 changes: 3 additions & 3 deletions converters/osm2pgsql/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699378317
SHA256 (openstreetmap-osm2pgsql-1.10.0_GH0.tar.gz) = 33849d8edacbca5ab5492fed32ac954de14f92ab6b3028c03ef88bb7ab596d20
SIZE (openstreetmap-osm2pgsql-1.10.0_GH0.tar.gz) = 2599615
TIMESTAMP = 1709050981
SHA256 (openstreetmap-osm2pgsql-1.11.0_GH0.tar.gz) = 6b46313813b816f15ce906c04cd4108bbb05362740e0a1a8889055f4e25977d2
SIZE (openstreetmap-osm2pgsql-1.11.0_GH0.tar.gz) = 2722008

0 comments on commit 4ae2e5c

Please sign in to comment.