Skip to content

Commit

Permalink
graphviz 2.36.0 (--devel 2.37.20140209.1615)
Browse files Browse the repository at this point in the history
Closes Homebrew#26549.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
chdiza authored and MikeMcQuaid committed Feb 9, 2014
1 parent 06b9faa commit 0e1d0ac
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Library/Formula/graphviz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

class Graphviz < Formula
homepage 'http://graphviz.org/'
url 'http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.34.0.tar.gz'
sha1 '5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
url 'http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.36.0.tar.gz'
sha1 'a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19'

devel do
url 'http://graphviz.org/pub/graphviz/development/SOURCES/graphviz-2.35.20131215.0545.tar.gz'
sha1 '6eb9c3b6f842ae094feaa37a3e91c8d572b72e38'
url 'http://graphviz.org/pub/graphviz/development/SOURCES/graphviz-2.37.20140209.1615.tar.gz'
sha1 'f5703ce6e34d11920d687c6be98f913bf397018c'
end

# To find Ruby and Co.
Expand Down Expand Up @@ -39,12 +39,6 @@ def patches
p = {:p0 =>
"https://trac.macports.org/export/103168/trunk/dports/graphics/graphviz/files/patch-project.pbxproj.diff",
}

# The following patch is already upstream and can be removed in the next release.
if build.stable?
p[:p1] = "https://gist.github.com/mvertes/7929246/raw/2093e77bbed7ca0f4092f478cae870e021cbe5af/graphviz-2.34.0-dotty-patch"
end
return p
end

def install
Expand Down

0 comments on commit 0e1d0ac

Please sign in to comment.