aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMarc Vertes2013-12-13 22:24:33 +0100
committerAdam Vandenberg2013-12-15 10:41:15 -0800
commit479b4690ef7af48d83c3f41047c2bb901e6dd567 (patch)
treedf58991d64ea662cbe5793733214947d06e35ba6 /Library/Formula
parent50d9e0b00d03464c5a3091d5a745237059c857e1 (diff)
downloadhomebrew-479b4690ef7af48d83c3f41047c2bb901e6dd567.tar.bz2
graphviz: fix dotty label bug
This patch is already in upstream, posterior to graphviz-2.34.0. Closes #25187 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/graphviz.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 5379a00cc..8129a19e2 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -37,9 +37,15 @@ class Graphviz < Formula
end
def patches
- {:p0 =>
+ 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