From d0efd2c172e0dc63d1dccaa9464d3723dfa6f186 Mon Sep 17 00:00:00 2001 From: Rajiv Aaron Manglani Date: Fri, 23 Jul 2010 16:20:43 -0400 Subject: update rabbitmq to 1.8.1. Signed-off-by: Adam Vandenberg --- Library/Formula/rabbitmq.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb index aa4143b05..6de11472a 100644 --- a/Library/Formula/rabbitmq.rb +++ b/Library/Formula/rabbitmq.rb @@ -2,8 +2,8 @@ require 'formula' class Rabbitmq :python if MACOS_VERSION < 10.6 @@ -42,10 +42,10 @@ end __END__ diff --git a/Makefile b/Makefile -index 725f20a..65c94a9 100644 +index a66d064..c774720 100644 --- a/Makefile +++ b/Makefile -@@ -243,7 +243,7 @@ $(SOURCE_DIR)/%_usage.erl: +@@ -253,7 +253,7 @@ $(SOURCE_DIR)/%_usage.erl: docs_all: $(MANPAGES) $(WEB_MANPAGES) @@ -54,7 +54,7 @@ index 725f20a..65c94a9 100644 cp -r ebin include LICENSE LICENSE-MPL-RabbitMQ INSTALL $(TARGET_DIR) chmod 0755 scripts/* -@@ -251,12 +251,6 @@ install: all docs_all install_dirs +@@ -261,12 +261,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 -- cgit v1.2.3