Victor Romero
188af31818
rabbitmq-plugins etc dir should be overriden too
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-20 17:22:55 -08:00
Ealden Esto E. Escanan
e0d64c8e38
RabbitMQ 2.7.0
...
Closes Homebrew/homebrew#8554 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-12 13:08:54 -08:00
Ealden Esto E. Escanan
4c0d547112
RabbitMQ 2.6.1
...
2.6.1 fixes a bug in 2.6.0 that causes the broker to fail to restart on
reboot in certain operating systems.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18 09:02:25 -07:00
Adam Vandenberg
d205c72966
Fix plist permissions for Lion
2011-09-02 14:41:57 -07:00
Adam Vandenberg
3c7c482715
RabbitMQ 2.6.0
2011-08-31 10:21:41 -07:00
Jonathan Boyett
8566cfd443
rabbitmq 2.5.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05 20:24:23 -07:00
Michael S. Klishin
8aa17b6df3
RabbitMQ 2.5.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-15 07:52:30 -07:00
Adam Vandenberg
151ca40e35
rabbitmq: enable Erlang R14B03
2011-05-27 11:01:52 -07:00
John Wood
714195ce4a
rabbitmq: startup plist
...
Courtesy of https://gist.github.com/735159
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26 22:29:23 -07:00
Adam Vandenberg
121e4f8614
Normalize use of MACOS_VERSION
2011-04-09 09:36:30 -07:00
J. Brisbin
c421ce9677
RabbitMQ 2.4.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09 08:55:22 -07:00
J. Brisbin
cf869ace0c
RabbitMQ 2.4.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-24 12:26:42 -07:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
J. Brisbin
32d253a45f
Updated RabbitMQ to 2.3.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-04 07:23:13 -08:00
Joe Tanner
649b07de10
updated formula for rabbitmq 2.2.0
...
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-01 23:33:37 +00:00
Igor Guerrero Fonseca
a3c760ea7d
rabbitmq-server 2.1.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-22 07:00:51 -07:00
Joey Geiger
7637f68efe
update to rabbitmq 2.1.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-25 10:02:17 -07:00
Adam Vandenberg
b732e6c299
brew-audit - check inreplace block var name
2010-09-08 09:07:59 -07:00
Adam Vandenberg
623be191e9
brew-audit - catch more interpolation style issues
2010-09-07 14:36:51 -07:00
Joey Geiger
5ecbd21231
rabbitmq 2.0.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-07 14:23:10 -07:00
Rajiv Aaron Manglani
e1e15fb77f
update rabbitmq to 1.8.1.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-23 14:10:19 -07:00
Rajiv Aaron Manglani
f7e250d60c
update rabbitmq to 1.8.0.
...
this version does not install man pages, pending necessary formulae to
build them: xmlto, gnu-getopts, docbook-xml, docbook-xsl, docbook-4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-29 20:35:42 -07:00
Wade Simmons
338c3cf1f4
update rabbitmq to 1.7.2
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Also:
* remove silly path concatenation
* fix log directory and broken regex.
2010-02-19 21:28:57 -08:00
Max Howell
ae24aa003f
Adds: depends_on 'simplejson' => :python
...
So far we only added python, but we can add more.
Fixes Homebrew/homebrew#401
2010-01-13 11:23:15 +00:00
Max Howell
0103671fa0
Use new inreplace syntax where useful
2010-01-13 11:23:11 +00:00
Jannis Leidel
b8149ef225
Fixed rabbitmq formula
...
Fixes Homebrew/homebrew#127
2009-11-11 19:59:41 +00:00
Matthew Scott
097c1a0434
Fix rabbitmq 1.7.0 startup
...
(rabbitmq 1.7.0 has centralized rabbitmq-env to locate binaries)
2009-10-19 04:02:48 +01:00
Max Howell
61b2307139
s/require 'brewkit'/require 'formula'/g
...
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Mathias Meyer
c8d1180624
Updated for RabbitMQ 1.7.0
2009-10-15 15:17:52 +01:00
Raimonds Simanovskis
31f2e1b22c
Fix rabbitmq formula
...
* store RabbitMQ Erlang binaries in lib/rabbitmq/erlang/lib to avoid overwriting of lib/erlang/lib
* add HOMEBREW_PREFIX in RabbitMQ scripts
2009-10-02 16:30:34 +01:00
Ask Solem
266172afdd
RabbitMQ formula
...
RabbitMQ is a complete and highly reliable Enterprise Messaging system based
on the emerging AMQP standard.
Signed-off-by: Max Howell <max@methylblue.com>
I left this one for ages as I wasn't sure about the erlang_libdir bit. I changed it in the end. But maybe it doesn't work. Someone will have to verify.
If erlang needs to look in a certain dir for plugins, we need to make sure it looks in the HOMEBREW_PREFIX dir and not further up, ie. its prefix in the Cellar. Same for any plugin system.
2009-09-30 01:24:49 +01:00