updated formula for rabbitmq 2.2.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b75601f22f
commit
649b07de10
1 changed files with 8 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue