From owner-freebsd-ports-bugs@freebsd.org Sat Sep 16 08:53:11 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B545AE08ABF for ; Sat, 16 Sep 2017 08:53:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3C2C6E1B2 for ; Sat, 16 Sep 2017 08:53:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8G8rBXV024337 for ; Sat, 16 Sep 2017 08:53:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222365] databases/pgrouting: Update to 2.5.0 Date: Sat, 16 Sep 2017 08:53:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lbartoletti@tuxfamily.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 08:53:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222365 Bug ID: 222365 Summary: databases/pgrouting: Update to 2.5.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: lbartoletti@tuxfamily.org Created attachment 186428 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186428&action= =3Dedit 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=3D%E2%9C%93&q=3Dmileston= e%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 --=20 You are receiving this mail because: You are the assignee for the bug.=