From d8ef57901f0759468e54741082f7734f880a846b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Nov 2013 10:47:47 -0800 Subject: [PATCH] Move denyhosts to boneyard This formula does not configure the software correctly. In addition, MacPorts blacklists it from newer versions of OS X. See: https://github.com/mxcl/homebrew/issues/21484 https://trac.macports.org/browser/trunk/dports/security/denyhosts/Portfile Closes Homebrew/homebrew#21484. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index f3dd63c9e1..9c7b42ef7a 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,4 +1,5 @@ TAP_MIGRATIONS = { 'octave' => 'homebrew/science', 'grads' => 'homebrew/binary', + 'denyhosts' => 'homebrew/boneyard' }