From 8a2464bf25592fea926f7bf77611dd4d5c8759f9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 17 Dec 2013 19:14:57 -0800 Subject: [PATCH] Move comparepdf to boneyard Upstream is no longer maintaining this software, and it does not build with Xcode 5. Closes Homebrew/homebrew#24911. --- 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 3e6e4a2a77..a3a2be1b3b 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -17,4 +17,5 @@ TAP_MIGRATIONS = { 'jscoverage' => 'homebrew/boneyard', 'jsl' => 'homebrew/binary', 'nlopt' => 'homebrew/science', + 'comparepdf' => 'homebrew/boneyard', }