svn commit: r411556 - head/graphics/yed

Veniamin Gvozdikov vg at FreeBSD.org
Mon Mar 21 11:50:16 UTC 2016


Author: vg
Date: Mon Mar 21 11:50:14 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 at barev.net> (maintainer)

Modified:
  head/graphics/yed/Makefile
  head/graphics/yed/distinfo

Modified: head/graphics/yed/Makefile
==============================================================================
--- head/graphics/yed/Makefile	Mon Mar 21 11:37:51 2016	(r411555)
+++ head/graphics/yed/Makefile	Mon Mar 21 11:50:14 2016	(r411556)
@@ -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}-${PORTVERS
 
 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>
 

Modified: head/graphics/yed/distinfo
==============================================================================
--- head/graphics/yed/distinfo	Mon Mar 21 11:37:51 2016	(r411555)
+++ head/graphics/yed/distinfo	Mon Mar 21 11:50:14 2016	(r411556)
@@ -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


More information about the svn-ports-head mailing list