diff options
author | vg <vg@FreeBSD.org> | 2016-03-21 19:50:14 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2016-03-21 19:50:14 +0800 |
commit | 2d3a5d5c1ed8311cead7961d2cd508e59ef1d230 (patch) | |
tree | f7c3ddab8a2c7dd20dfdf9672828aeb7b3fc9996 /graphics/yed | |
parent | 13dfe5a34a0949d3b8cd54e5cdcd8522b4509b51 (diff) | |
download | freebsd-ports-gnome-2d3a5d5c1ed8311cead7961d2cd508e59ef1d230.tar.gz freebsd-ports-gnome-2d3a5d5c1ed8311cead7961d2cd508e59ef1d230.tar.zst freebsd-ports-gnome-2d3a5d5c1ed8311cead7961d2cd508e59ef1d230.zip |
- 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)
Diffstat (limited to 'graphics/yed')
-rw-r--r-- | graphics/yed/Makefile | 4 | ||||
-rw-r--r-- | graphics/yed/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile index 72e4c37f8e5a..6455a787cf13 100644 --- a/graphics/yed/Makefile +++ b/graphics/yed/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.14.4 +PORTVERSION= 3.15.0.1 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= ${PORTNAME} -DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX} +DOWNLOAD_URL?= http://www.yworks.com/downloads\#yEd .include <bsd.port.pre.mk> diff --git a/graphics/yed/distinfo b/graphics/yed/distinfo index 16b9731a7886..131689d958a4 100644 --- a/graphics/yed/distinfo +++ b/graphics/yed/distinfo @@ -1,2 +1,2 @@ -SHA256 (yEd-3.14.4.zip) = c677b4b92a4e19284e436cb7d4ba9c4b09ac141489f3b499d10233a37538a25e -SIZE (yEd-3.14.4.zip) = 29485917 +SHA256 (yEd-3.15.0.1.zip) = 8adf89b61acbc3447e81e2d9f281928594b837a5d1ac34563ee22298fdfe0228 +SIZE (yEd-3.15.0.1.zip) = 29747674 |