Bug 208134

Summary: [patch update] graphics/yed 3.14.4 -> 3.15.0.1
Product: Ports & Packages Reporter: Kurt Jaeger <pi>
Component: Individual Port(s)Assignee: Veniamin Gvozdikov <vg>
Status: Closed FIXED    
Severity: Affects Only Me CC: myc, vg
Priority: --- Flags: bugzilla: maintainer-feedback? (myc)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
new patch with DOWNLOAD_URL fix none

Description Kurt Jaeger freebsd_committer freebsd_triage 2016-03-19 07:24:49 UTC
Created attachment 168380 [details]
patch

Changes:
- The Circular and Radial layout algorithm as well as Balloon and all Directed
  Tree layout algorithms support a new edge routing style where edge paths are
  bundled to prevent visual clutter.
- Disabled menu interaction on Mac OS X during layout runs to prevent accidental
  graph structure modifications.
- Many bugfixes, great and small.
Comment 1 Eugene Mychlo 2016-03-21 08:38:12 UTC
Created attachment 168447 [details]
new patch with DOWNLOAD_URL fix
Comment 2 Veniamin Gvozdikov freebsd_committer freebsd_triage 2016-03-21 11:08:50 UTC
I'll take it.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-03-21 11:50:28 UTC
A commit references this bug:

Author: vg
Date: Mon Mar 21 11:50:15 UTC 2016
New revision: 411556
URL: https://svnweb.freebsd.org/changeset/ports/411556

Log:
  - Update to 3.15.0.1
  - The Circular and Radial layout algorithm as well as Balloon and all Directed
    Tree layout algorithms support a new edge routing style where edge paths are
    bundled to prevent visual clutter.
  - Disabled menu interaction on Mac OS X during layout runs to prevent accidental
    graph structure modifications.
  - Many bugfixes, great and small.

  PR:		ports/208134
  Submitted by:	pi
  Approved by:	Eugene Mychlo <myc@barev.net> (maintainer)

Changes:
  head/graphics/yed/Makefile
  head/graphics/yed/distinfo
Comment 4 Veniamin Gvozdikov freebsd_committer freebsd_triage 2016-03-21 11:50:58 UTC
Thank you!