From 5fcf40fffd404330aee3d8013ce5765594c838ba Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 30 Jan 2015 17:45:21 +0000 Subject: [PATCH] sitecopy: boneyarding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sitecopy currently compiles against the insecure system OpenSSL, and won’t compile against our OpenSSL because it wants SSLv2 at runtime (Ouch) and it won’t compile against GnuTLS because GnuTLS have considerably changed the structure of their build since the last update of sitecopy (2008). Closes Homebrew/homebrew#36389. Signed-off-by: Jack Nagel --- 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 f7d1a5f499..68ce6a8b59 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -129,6 +129,7 @@ TAP_MIGRATIONS = { "salt" => "homebrew/science", "scantailor" => "homebrew/x11", "shark" => "homebrew/boneyard", + "sitecopy" => "homebrew/boneyard", "slicot" => "homebrew/science", "smartsim" => "homebrew/x11", "solfege" => "homebrew/boneyard",