Commits
Ryan Schmidt authored f8523adc9a4
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup xcodeversion 1.0 |
5 5 | |
6 6 | # Please keep the graphviz and graphviz-devel ports as similar as possible. |
7 7 | |
8 8 | name graphviz-devel |
9 9 | set my_name graphviz |
10 - | version 2.41.20170921.2350 |
10 + | version 2.41.20171026.1811 |
11 11 | set thisbranch [strsed ${name} "g/^${my_name}//"] |
12 12 | set otherbranch [expr {${thisbranch} eq {} ? {-devel} : {}}] |
13 13 | categories graphics |
14 14 | maintainers {ryandesign @ryandesign} |
15 15 | license EPL-1 |
16 16 | homepage http://www.graphviz.org/ |
17 17 | master_sites ${homepage}pub/graphviz/development/SOURCES/ |
18 18 | platforms darwin |
19 19 | use_parallel_build yes |
20 20 | dist_subdir ${my_name} |
23 23 | description graph visualization software |
24 24 | |
25 25 | long_description Graphviz is ${description}. Graph visualization \ |
26 26 | is a way of representing structural information \ |
27 27 | as diagrams of abstract graphs and networks. The \ |
28 28 | Graphviz layout programs dot, neato, fdp, sfdp, \ |
29 29 | twopi and circo take descriptions of graphs in a \ |
30 30 | simple text language, and produce output in a \ |
31 31 | variety of visual and text formats. |
32 32 | |
33 - | checksums rmd160 55a47aec677cf849147c1a09a679637511664dcf \ |
34 - | sha256 1bd2e4901a477402a3356d23e3b91e4810fdc44f1b945e5a419a1f55928dd6ab |
33 + | checksums rmd160 f5680f1d6b1e67af9e874732cd0c60465b23d587 \ |
34 + | sha256 d06e76d2f8a97cbd63927191a0be6d0b35525832b89de59baafe48d6400f0699 \ |
35 + | size 25589016 |
35 36 | |
36 37 | # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant |
37 38 | # graphviz-gui needs Xcode 3.1.2+; see #18811 |
38 39 | minimum_xcodeversions {9 3.1.2} |
39 40 | |
40 41 | if {${name} eq ${subport}} { |
41 42 | revision 0 |
42 43 | |
43 44 | conflicts graphviz${otherbranch} |
44 45 | |