aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-17 10:47:47 -0800
committerAdam Vandenberg2013-11-17 10:49:02 -0800
commitd8ef57901f0759468e54741082f7734f880a846b (patch)
treecb9b908c6a397751efb85ae449b1a68ce07d10b0 /Library
parent040d655d8d23a6f90003f7c8e15574ab8d2aea1d (diff)
downloadbrew-d8ef57901f0759468e54741082f7734f880a846b.tar.bz2
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.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap_migrations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index f3dd63c9e..9c7b42ef7 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'
}