Revision: 148291 https://trac.macports.org/changeset/148291 Author: ryandesign@macports.org Date: 2016-05-02 21:57:09 -0700 (Mon, 02 May 2016) Log Message: ----------- graphviz-devel: update to 2.39.20160421.1604 Modified Paths: -------------- trunk/dports/graphics/graphviz-devel/Portfile Modified: trunk/dports/graphics/graphviz-devel/Portfile =================================================================== --- trunk/dports/graphics/graphviz-devel/Portfile 2016-05-03 04:51:47 UTC (rev 148290) +++ trunk/dports/graphics/graphviz-devel/Portfile 2016-05-03 04:57:09 UTC (rev 148291) @@ -8,7 +8,7 @@ name graphviz-devel set my_name graphviz -version 2.39.20160325.1353 +version 2.39.20160421.1604 set thisbranch [strsed ${name} "g/^${my_name}//"] set otherbranch [expr {${thisbranch} eq {} ? {-devel} : {}}] categories graphics @@ -16,7 +16,6 @@ license EPL-1 homepage http://www.graphviz.org/ master_sites ${homepage}pub/graphviz/development/SOURCES/ -master_sites macports_distfiles platforms darwin use_parallel_build yes dist_subdir ${my_name} @@ -32,8 +31,8 @@ simple text language, and produce output in a \ variety of visual and text formats. -checksums rmd160 d7986e8d9bd9276adb7c428a97a778e997446da0 \ - sha256 d15177898e64958173b978ebdb0b365957e5afae29ee2979e59d9b089bae4ca5 +checksums rmd160 f06199954abe367ea247e0ec93d6ed366cca3755 \ + sha256 f45afb028f1a99e566db305dc9d544190d8227653c69cb83965a4f75f3735bb2 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant # graphviz-gui needs Xcode 3.1.2+; see #18811