Bug 208134 - [patch update] graphics/yed 3.14.4 -> 3.15.0.1
Summary: [patch update] graphics/yed 3.14.4 -> 3.15.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Veniamin Gvozdikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-19 07:24 UTC by Kurt Jaeger
Modified: 2016-03-21 11:50 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (myc)


Attachments
patch (932 bytes, patch)
2016-03-19 07:24 UTC, Kurt Jaeger
no flags Details | Diff
new patch with DOWNLOAD_URL fix (1.07 KB, patch)
2016-03-21 08:38 UTC, Eugene Mychlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!