Greetings,
The attached diff updates graphics/xdot to the latest version.
What's new upstream
===================
This is mainly a bugfix release; on top of that:
- added toggle-toolbar feature and hide-toolbar commandline parameter;
- added support for tooltips;
- edge highlight along curve.
What's new in the port
======================
Very trivial update: just bump MODPY_EGG_VERSION and distinfo.
All the best
--
Alessandro De Laurenzis
[mailto:[email protected]]
Web: http://www.atlantide.mooo.com
LinkedIn: http://it.linkedin.com/in/delaurenzis
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/xdot/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile 3 Oct 2020 15:39:58 -0000 1.6
+++ Makefile 17 Jan 2021 09:52:29 -0000
@@ -2,9 +2,8 @@
COMMENT = interactive viewer for Graphviz dot graphs
-MODPY_EGG_VERSION = 1.1
+MODPY_EGG_VERSION = 1.2
DISTNAME = xdot-${MODPY_EGG_VERSION}
-REVISION = 1
CATEGORIES = graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/xdot/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 18 Jan 2020 21:00:26 -0000 1.2
+++ distinfo 17 Jan 2021 09:52:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (xdot-1.1.tar.gz) = 4VxT2A3Id3QCpyWO6+bL85XQQIX/lpm7/66R3w7MJDM=
-SIZE (xdot-1.1.tar.gz) = 28315
+SHA256 (xdot-1.2.tar.gz) = PfkebGcYab0qayqIg/o0dtviunY70qdkbPhIqeunG3A=
+SIZE (xdot-1.2.tar.gz) = 29643