Skip to content

Commit

Permalink
osm2pgsql: update to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Aug 18, 2023
1 parent 2ef7375 commit dde9a28
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gis/osm2pgsql/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup active_variants 1.1
PortGroup boost 1.0
PortGroup legacysupport 1.1

github.setup openstreetmap osm2pgsql 1.8.1
github.setup openstreetmap osm2pgsql 1.9.0

categories gis
maintainers {vince @Veence} openmaintainer
Expand All @@ -20,9 +20,9 @@ license GPL-2+

homepage https://osm2pgsql.org

checksums rmd160 f4e53821cf7fafa5c1799ac92927f61e29797782 \
sha256 cedf75b444f982b6d6c7ce340b50ed68d6cde74dc1bd76da35b4b0aa39de9e41 \
size 2545884
checksums rmd160 65ee4aa68e897db6f0def578e1badb31d03fd4b5 \
sha256 eaa8a35b9b16ee2239884d104bfad38958b393fbdc3eb22e1c202bc7beef724d \
size 2598762

# It uses include variant
compiler.cxx_standard 2017
Expand All @@ -39,10 +39,13 @@ configure.args-append \
-DFMT_INCLUDE_DIR=${prefix}/include/${port_libfmt}

depends_lib-append port:bzip2 \
port:CImg \
port:expat \
port:libosmium \
port:nlohmann-json \
port:${port_libfmt} \
port:postgis3 \
port:potrace \
port:proj8 \
port:protozero \
port:zlib
Expand Down

0 comments on commit dde9a28

Please sign in to comment.