Bug 222365 - databases/pgrouting: Update to 2.5.0
Summary: databases/pgrouting: Update to 2.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-16 08:53 UTC by Loïc Bartoletti
Modified: 2017-09-17 21:18 UTC (History)
1 user (show)

See Also:


Attachments
Update pgrouting to 2.5.0 (3.18 KB, patch)
2017-09-16 08:53 UTC, Loïc Bartoletti
dbaio: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2017-09-16 08:53:09 UTC
Created attachment 186428 [details]
Update pgrouting to 2.5.0

Update pgRouting 2.4.2 to 2.5.0

See the release documentation at:
http://docs.pgrouting.org/2.5/en/index.html
See the list of closed issues:
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22
See the migration guide at:
https://github.com/pgRouting/pgrouting/wiki/Migration-Guide
Breaking change on:

pgr_edgeDisjointPaths:
    Added path_id, cost and agg_cost columns on the result
    Parameter names changed
    The many version results are the union of the one to one version

New Signatures:

    pgr_bdAstar(one to one)

New Proposed functions

    pgr_bdAstar(one to many)
    pgr_bdAstar(many to one)
    pgr_bdAstar(many to many)
    pgr_bdAstarCost(one to one)
    pgr_bdAstarCost(one to many)
    pgr_bdAstarCost(many to one)
    pgr_bdAstarCost(many to many)
    pgr_bdAstarCostMatrix
    pgr_bdDijkstra(one to many)
    pgr_bdDijkstra(many to one)
    pgr_bdDijkstra(many to many)
    pgr_bdDijkstraCost(one to one)
    pgr_bdDijkstraCost(one to many)
    pgr_bdDijkstraCost(many to one)
    pgr_bdDijkstraCost(many to many)
    pgr_bdDijkstraCostMatrix
    pgr_lineGraph
    pgr_connectedComponents
    pgr_strongComponents
    pgr_biconnectedComponents
    pgr_articulationPoints
    pgr_bridges

enhancement:

pgr_version is now on SQL language

Deprecated Signatures

    pgr_bdastar - use pgr_bdAstar instead

Renamed Functions

    pgr_maxFlowPushRelabel - use pgr_pushRelabel instead
    pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead
    pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead
    pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead

Deprecated function

    pgr_pointToEdgeNode

---
It's an easy patch

Poudriere 10, 11 i386/amd64 OK
Portlint ok
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-17 21:16:52 UTC
A commit references this bug:

Author: dbaio
Date: Sun Sep 17 21:16:10 UTC 2017
New revision: 450027
URL: https://svnweb.freebsd.org/changeset/ports/450027

Log:
  databases/pgrouting: Update to 2.5.0

  PR:		222365
  Submitted by:	lbartoletti@tuxfamily.org (maintainer)

Changes:
  head/databases/pgrouting/Makefile
  head/databases/pgrouting/distinfo
  head/databases/pgrouting/pkg-plist
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2017-09-17 21:18:01 UTC
Committed, thanks!