From 5e1f270eaee16a968bc5dfc39398281976c1ea3b Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 5 Feb 2023 01:20:47 -0800 Subject: [PATCH] sdl_ttf: deprecate Closes #122360. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/sdl_ttf.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/sdl_ttf.rb b/Formula/sdl_ttf.rb index 712f99782c9d4..e08d5d1ad88ec 100644 --- a/Formula/sdl_ttf.rb +++ b/Formula/sdl_ttf.rb @@ -27,7 +27,7 @@ class SdlTtf < Formula end head do - url "https://github.com/libsdl-org/SDL_ttf.git", branch: "main" + url "https://github.com/libsdl-org/SDL_ttf.git", branch: "SDL-1.2" depends_on "autoconf" => :build depends_on "automake" => :build @@ -35,8 +35,7 @@ class SdlTtf < Formula end # SDL 1.2 is deprecated, unsupported, and not recommended for new projects. - # Commented out while this formula still has dependents. - # deprecate! date: "2013-08-17", because: :deprecated_upstream + deprecate! date: "2023-02-05", because: :deprecated_upstream depends_on "pkg-config" => :build depends_on "freetype"