Revision: 121577 https://trac.macports.org/changeset/121577 Author: ryandesign@macports.org Date: 2014-06-30 23:00:41 -0700 (Mon, 30 Jun 2014) Log Message: ----------- graphviz-devel: update to 2.39.20140701.0445 Modified Paths: -------------- trunk/dports/graphics/graphviz-devel/Portfile Modified: trunk/dports/graphics/graphviz-devel/Portfile =================================================================== --- trunk/dports/graphics/graphviz-devel/Portfile 2014-07-01 03:38:38 UTC (rev 121576) +++ trunk/dports/graphics/graphviz-devel/Portfile 2014-07-01 06:00:41 UTC (rev 121577) @@ -9,7 +9,7 @@ name graphviz-devel set my_name graphviz -version 2.39.20140622.0445 +version 2.39.20140701.0445 set thisbranch [strsed ${name} "g/^${my_name}//"] set otherbranch [expr {${thisbranch} eq {} ? {-devel} : {}}] categories graphics @@ -32,8 +32,8 @@ simple text language, and produce output in a \ variety of visual and text formats. -checksums rmd160 8ec77d64357221ab4dace5a68af8c0c7beafeeb4 \ - sha256 1695fb4e64995dec09498da82e10c9721862d5e8bf3314532e777c322a044a7c +checksums rmd160 cd707e8e1ce1f1b975151ebc738494f31570271d \ + sha256 68182cce1b888015f72c013bcd638b4dfa368cc35b10223246ed96c84691e146 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant # graphviz-gui needs Xcode 3.1.2+; see #18811