Skip to content

Commit 7e3f52e

Browse files
committed
osm2pgrouting: update to 3.0.0
1 parent 65f3233 commit 7e3f52e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gis/osm2pgrouting/Portfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ PortGroup github 1.0
66
PortGroup active_variants 1.1
77
PortGroup boost 1.0
88

9-
github.setup pgRouting osm2pgrouting 2.3.8 v
9+
github.setup pgRouting osm2pgrouting 3.0.0 v
1010
github.tarball_from archive
11-
revision 2
11+
revision 0
1212

1313
categories gis
1414
maintainers {vince @Veence} openmaintainer
@@ -22,9 +22,9 @@ license GPL-2+
2222

2323
homepage https://pgrouting.org
2424

25-
checksums rmd160 23e84043453e05df87fbac45673c6cf39beb0ed6 \
26-
sha256 59f871c4b43080eba440b87a2a0331d84fd45666f2ead8ef8cf627623bb7c83f \
27-
size 187064
25+
checksums rmd160 7c2aca9263aa79051797166c6e978da19cc2a051 \
26+
sha256 3d3042aa0dd30930d27801c9833ebfbe16eba0ab0e5d6277636ce17b157f2a0f \
27+
size 186420
2828

2929
compiler.cxx_standard 2017
3030

@@ -46,7 +46,7 @@ foreach suffix ${postgresql_suffixes} {
4646

4747
variant ${vrt} description "Use ${vrt}" conflicts {*}${conf} "
4848
depends_lib-append port:${vrt} \
49-
port:pg${suffix}-postgis3
49+
port:pg${suffix}-postgis
5050
configure.args-append -DPOSTGRESQL_PG_CONFIG=${prefix}/lib/${vrt}/bin/pg_config
5151
configure.args-append -DPOSTGRESQL_LIBRARIES=${prefix}/lib/${vrt}/libpq.dylib
5252
"

0 commit comments

Comments
 (0)