Skip to content

Commit

Permalink
pgrouting: update to 3.6.3
Browse files Browse the repository at this point in the history
Drop dependency of port 'cgal5', the CGAL dependency was removed
with pgRouting version 3.0.0.
  • Loading branch information
nilason committed Oct 28, 2024
1 parent 9d0c3f4 commit 0d28266
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gis/pgrouting/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ license LGPL-2

homepage http://www.pgrouting.org/

github.setup pgRouting pgrouting 3.6.2 v
github.setup pgRouting pgrouting 3.6.3 v
revision 0

checksums rmd160 cf384ff2d849749ab0e09922df1b68f55ea34974 \
sha256 bc17b4fac57af4bf61cdbbf0127625447c34bf909b92f9ace41b38db0ae14275 \
size 3873432
checksums rmd160 7c8ded4e2d9164c6e5c51919a59528d2df0b4d0d \
sha256 aa4c1d56914c9cba8f65ceaefe8a42625d60a85d7f74d74d7b41297a1b31c673 \
size 3888623

compiler.cxx_standard 2014
compiler.c_standard 1999
Expand All @@ -43,8 +43,7 @@ foreach v ${postgresql_suffixes} {
depends_build-append \
port:perl5

depends_lib-append port:cgal5 \
port:${p} \
depends_lib-append port:${p} \
port:pg${v}-postgis3

configure.args-append \
Expand Down

0 comments on commit 0d28266

Please sign in to comment.