[110830] trunk/dports/graphics/graphviz
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 7 00:22:42 PDT 2013
Revision: 110830
https://trac.macports.org/changeset/110830
Author: ryandesign at macports.org
Date: 2013-09-07 00:22:42 -0700 (Sat, 07 Sep 2013)
Log Message:
-----------
graphviz: update to 2.34.0
Modified Paths:
--------------
trunk/dports/graphics/graphviz/Portfile
Removed Paths:
-------------
trunk/dports/graphics/graphviz/files/patch-plugin-core-gvrender_core_dot.c.diff
Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile 2013-09-07 07:06:45 UTC (rev 110829)
+++ trunk/dports/graphics/graphviz/Portfile 2013-09-07 07:22:42 UTC (rev 110830)
@@ -9,7 +9,7 @@
name graphviz
set my_name graphviz
-version 2.32.0
+version 2.34.0
set thisbranch [strsed ${name} "g/^${my_name}//"]
set otherbranch [expr {${thisbranch} eq {} ? {-devel} : {}}]
categories graphics
@@ -32,16 +32,14 @@
simple text language, and produce output in a \
variety of visual and text formats.
-checksums rmd160 b0a63b7466d88b1dc4cfccc19d632ca2c5440407 \
- sha256 d853b2313e08a1dd0cce20d9ff8051acfa9ec418b5ba2dc65c8f4ddb07a7a77a
+checksums rmd160 583a2332bcf0f9c8d24d19044415cd768be51745 \
+ sha256 d94abca5745aa4c5808ab56cd3d0ec9ed14fb76a5a88d39e1f234fa84d22d764
# graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
# graphviz-gui needs Xcode 3.1.2+; see #18811
minimum_xcodeversions {9 3.1.2}
if {${name} eq ${subport}} {
-revision 1
-
conflicts graphviz${otherbranch}
depends_build port:pkgconfig
@@ -60,8 +58,6 @@
depends_run port:urw-fonts
-patchfiles patch-plugin-core-gvrender_core_dot.c.diff
-
# nawk: illegal jump type 339
conflicts_build nawk
Deleted: trunk/dports/graphics/graphviz/files/patch-plugin-core-gvrender_core_dot.c.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-plugin-core-gvrender_core_dot.c.diff 2013-09-07 07:06:45 UTC (rev 110829)
+++ trunk/dports/graphics/graphviz/files/patch-plugin-core-gvrender_core_dot.c.diff 2013-09-07 07:22:42 UTC (rev 110830)
@@ -1,12 +0,0 @@
-Fix setlinewidth() in xdot output
-http://www.graphviz.org/mantisbt/view.php?id=2320
---- plugin/core/gvrender_core_dot.c.orig
-+++ plugin/core/gvrender_core_dot.c
-@@ -210,6 +210,7 @@ static void xdot_style (GVJ_t *job)
- agxbput (&xbuf, "setlinewidth(");
- sprintf (buf, "%.3f", job->obj->penwidth);
- xdot_trim_zeros (buf, 0);
-+ agxbput(&xbuf, buf);
- agxbputc (&xbuf, ')');
- xdot_str (job, "S ", agxbuse(&xbuf));
- }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130907/6eab33e0/attachment-0001.html>
More information about the macports-changes
mailing list