diff options
| author | Joe Tanner | 2010-11-30 15:28:05 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2010-12-01 23:33:37 +0000 |
| commit | f948d91852b7dbf2c54759136473befcf2f23c32 (patch) | |
| tree | 1b64f9822129bdf3d525838f572fe27e31ac5c83 /Library/Formula | |
| parent | af1ed499684b5095204adfd68150dfb00ec1e7da (diff) | |
| download | homebrew-f948d91852b7dbf2c54759136473befcf2f23c32.tar.bz2 | |
updated formula for rabbitmq 2.2.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rabbitmq.rb | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb index 71e8f9bb2..b755f5356 100644 --- a/Library/Formula/rabbitmq.rb +++ b/Library/Formula/rabbitmq.rb @@ -2,8 +2,8 @@ require 'formula' class Rabbitmq <Formula homepage 'http://rabbitmq.com' - url 'http://rabbitmq.com/releases/rabbitmq-server/v2.1.1/rabbitmq-server-2.1.1.tar.gz' - md5 '2359d4b90431925e971726a6e0274bf8' + url 'http://www.rabbitmq.com/releases/rabbitmq-server/v2.2.0/rabbitmq-server-2.2.0.tar.gz' + md5 '65d0644aa4bf24398d13553b6aa6465f' depends_on 'erlang' depends_on 'simplejson' => :python if MACOS_VERSION < 10.6 @@ -41,28 +41,15 @@ end __END__ diff --git a/Makefile b/Makefile -index 46b1842..82d71a0 100644 +index d3f052f..98ce763 100644 --- a/Makefile +++ b/Makefile -@@ -265,7 +265,7 @@ $(SOURCE_DIR)/%_usage.erl: +@@ -267,7 +267,7 @@ $(SOURCE_DIR)/%_usage.erl: docs_all: $(MANPAGES) $(WEB_MANPAGES) --install: all docs_all install_dirs -+install: all install_dirs - cp -r ebin include LICENSE LICENSE-MPL-RabbitMQ INSTALL $(TARGET_DIR) - - chmod 0755 scripts/* -@@ -273,12 +273,6 @@ install: all docs_all install_dirs - cp scripts/$$script $(TARGET_DIR)/sbin; \ - [ -e $(SBIN_DIR)/$$script ] || ln -s $(SCRIPTS_REL_PATH)/$$script $(SBIN_DIR)/$$script; \ - done -- for section in 1 5; do \ -- mkdir -p $(MAN_DIR)/man$$section; \ -- for manpage in $(DOCS_DIR)/*.$$section.gz; do \ -- cp $$manpage $(MAN_DIR)/man$$section; \ -- done; \ -- done - mkdir -p $(TARGET_DIR)/plugins - echo Put your .ez plugin files in this directory. > $(TARGET_DIR)/plugins/README +-install: install_bin install_docs ++install: install_bin + install_bin: all install_dirs + cp -r ebin include LICENSE LICENSE-MPL-RabbitMQ INSTALL $(TARGET_DIR) |
