From 675fa39d60f15a4133e0e36fb4d2cced32d6d72d Mon Sep 17 00:00:00 2001 From: Justin Azoff Date: Sun, 17 Nov 2013 18:13:05 -0500 Subject: bro 2.2 --disable-ruby is no longer needed, from the upstream NEWS file: Due to lack of maintenance the Ruby bindings for Broccoli are now deprecated, and the build process no longer includes them by default. For the time being, they can still be enabled by configuring with —enable-ruby, however we plan to remove Broccoli’s Ruby support with the next Bro release. Signed-off-by: Jack Nagel --- Library/Formula/bro.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/bro.rb b/Library/Formula/bro.rb index ce9e4facd..213a9cb05 100644 --- a/Library/Formula/bro.rb +++ b/Library/Formula/bro.rb @@ -2,8 +2,8 @@ require 'formula' class Bro < Formula homepage 'http://www.bro-ids.org/' - url 'http://www.bro-ids.org/downloads/release/bro-2.1.tar.gz' - sha1 'c000a19831d46ecd448e1ec40ed84abfcf496b6f' + url 'http://www.bro-ids.org/downloads/release/bro-2.2.tar.gz' + sha1 'cd70c426ca0369f16919cf45ad3222e6287908df' depends_on 'cmake' => :build depends_on 'swig' => :build @@ -11,8 +11,7 @@ class Bro < Formula def install # Ruby bindings not building for me on 10.6 - @adamv - system "./configure", "--prefix=#{prefix}", - "--disable-ruby" + system "./configure", "--prefix=#{prefix}" system "make install" end end -- cgit v1.2.3