From dc35babd7051fe7149741eb1946a1b2c298fdb23 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Thu, 1 Mar 2012 17:45:59 +0100 Subject: [PATCH] updated to avocadodb 0.2.2 * also removed automake dependency * boost is now only a build dependency Closes Homebrew/homebrew#10619. Signed-off-by: Max Howell --- Formula/avocadodb.rb | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Formula/avocadodb.rb b/Formula/avocadodb.rb index 08c5458a12..b4774162ee 100644 --- a/Formula/avocadodb.rb +++ b/Formula/avocadodb.rb @@ -1,22 +1,17 @@ require 'formula' class Avocadodb < Formula - url "https://github.com/triAGENS/AvocadoDB/zipball/v0.1.2" + url "https://github.com/triAGENS/AvocadoDB/zipball/v0.2.2" head "https://github.com/triAGENS/AvocadoDB.git" homepage 'http://www.avocadodb.org/' - sha1 '3867395bd7bd3dcd847ff0103971bf0095a20086' + sha1 '497d175e703be57a0b4bd227c7dbd75b58631c3c' depends_on 'libev' depends_on 'v8' - depends_on 'boost' - - # force distributor to bundle a configure and not depend on automake! - depends_on "automake" if MacOS.xcode_version >= "4.3" + depends_on 'boost' => :build def install - system "make setup" - system "./configure", "--prefix=#{prefix}", "--disable-all-in-one", "--disable-debug", @@ -30,8 +25,8 @@ class Avocadodb < Formula end def caveats; <<-EOS.undent - Please note that this is a very early version if AvocadoDB. There will be - bugs and we'd realy appreciate it if you report them: + Please note that this is a very early version of AvocadoDB. There will be + bugs and it would be really appreciated it if you report them: https://github.com/triAGENS/AvocadoDB/issues