Commits

Ryan Schmidt authored 975bfc7e248
graphviz-devel: Update to 2.41.20170921.2350
No tags

graphics/graphviz-devel/Portfile

Modified
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.20170919.2122
10 +version 2.41.20170921.2350
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 fd6c18b6195efc22dc8c1465b3f2e216aa330bef \
34 - sha256 cbd2c1e074c9e2a830f8e2f6cf1bcd04e9452673b489c2db336f3e438563f024
33 +checksums rmd160 55a47aec677cf849147c1a09a679637511664dcf \
34 + sha256 1bd2e4901a477402a3356d23e3b91e4810fdc44f1b945e5a419a1f55928dd6ab
35 35
36 36 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
37 37 # graphviz-gui needs Xcode 3.1.2+; see #18811
38 38 minimum_xcodeversions {9 3.1.2}
39 39
40 40 if {${name} eq ${subport}} {
41 41 revision 0
42 42
43 43 conflicts graphviz${otherbranch}
44 44

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut