putty: fix audit
putty: * `depends_on` (line 28) should be put before `conflicts_with` (line 17)
This commit is contained in:
parent
7c758c88c4
commit
501fb5df32
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@ class Putty < Formula
|
||||||
sha256 "066385a68e8c73e006f886930a267899eb02da47b8802b17c8f9cfe1263a45b6" => :mavericks
|
sha256 "066385a68e8c73e006f886930a267899eb02da47b8802b17c8f9cfe1263a45b6" => :mavericks
|
||||||
end
|
end
|
||||||
|
|
||||||
conflicts_with "pssh", :because => "both install `pscp` binaries"
|
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "git://git.tartarus.org/simon/putty.git"
|
url "git://git.tartarus.org/simon/putty.git"
|
||||||
|
|
||||||
|
@ -27,6 +25,8 @@ class Putty < Formula
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
|
|
||||||
|
conflicts_with "pssh", :because => "both install `pscp` binaries"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
if build.head?
|
if build.head?
|
||||||
system "./mkfiles.pl"
|
system "./mkfiles.pl"
|
||||||
|
|
Loading…
Reference in a new issue