aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-10-31 09:57:58 +0000
committerMike McQuaid2014-10-31 09:58:30 +0000
commit3c921d171c1cc4bf0dfadf6a427a08c13ce5f849 (patch)
treebad686c9909e2505e20f26fd23c03adb96823be4 /Library
parentef62a45e6f4acc3fa805ffde10197cff208318ad (diff)
downloadhomebrew-3c921d171c1cc4bf0dfadf6a427a08c13ce5f849.tar.bz2
rabbitmq: add comment to patch.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rabbitmq.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb
index b6dc1c808..d9fcd7431 100644
--- a/Library/Formula/rabbitmq.rb
+++ b/Library/Formula/rabbitmq.rb
@@ -11,6 +11,8 @@ class Rabbitmq < Formula
sha1 "c3fd2b3cc376bb4d7f63de5e4d96a1eebd15f6af" => :mountain_lion
end
+ # Upstream fix for rabbitmqctl:
+ # http://hg.rabbitmq.com/rabbitmq-server/raw-rev/3f7c77cdafd8
patch :DATA
depends_on 'simplejson' => :python if MacOS.version <= :leopard