john-jumbo: fix audit

john-jumbo:
  * `depends_on` (line 32) should be put before `conflicts_with` (line 28)
This commit is contained in:
Miguel Araújo 2017-02-11 21:41:13 -03:00 committed by Mike McQuaid
parent 62535990b8
commit 8b692350af

View file

@ -25,14 +25,14 @@ class JohnJumbo < Formula
sha256 "b36f66b0469b5c6cde95f780671db5b32e4e4dd7c16c4e7e591043bfdef2b65c" => :mavericks
end
conflicts_with "john", :because => "both install the same binaries"
option "without-completion", "bash/zsh completion will not be installed"
depends_on "pkg-config" => :build
depends_on "openssl"
depends_on "gmp"
conflicts_with "john", :because => "both install the same binaries"
# Patch taken from MacPorts, tells john where to find runtime files.
# https://github.com/magnumripper/JohnTheRipper/issues/982
patch :DATA