From e97c3b24e95c6147fc7332f9fa20282cb29893f0 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 3 Aug 2022 16:14:58 +0200 Subject: [PATCH 1/3] traefik@1: deprecate --- Formula/traefik@1.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/traefik@1.rb b/Formula/traefik@1.rb index 270522cab3ed..9ae59b21c4ce 100644 --- a/Formula/traefik@1.rb +++ b/Formula/traefik@1.rb @@ -19,6 +19,9 @@ class TraefikAT1 < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "69adbe00d348f14f732bbd9fe57d57e6f513f6f1c72f5ff2f4e09fae5b4ee2d9" end + # support ended 2021-12-31: https://doc.traefik.io/traefik/deprecation/releases/ + deprecate! date: "2022-12-31", because: :unsupported + keg_only :versioned_formula depends_on "go" => :build From 7457b911639ce637d629a95f71dc4227432762d0 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 3 Aug 2022 16:20:57 +0200 Subject: [PATCH 2/3] traefik@1: disable in december --- Formula/traefik@1.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/traefik@1.rb b/Formula/traefik@1.rb index 9ae59b21c4ce..6cf14458d3d7 100644 --- a/Formula/traefik@1.rb +++ b/Formula/traefik@1.rb @@ -20,7 +20,7 @@ class TraefikAT1 < Formula end # support ended 2021-12-31: https://doc.traefik.io/traefik/deprecation/releases/ - deprecate! date: "2022-12-31", because: :unsupported + disable! date: "2022-12-31", because: :unsupported keg_only :versioned_formula From 5c9b4bb1dccffc7a71a5c57b72fb9aac8d8ed8e9 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 3 Aug 2022 16:38:56 +0200 Subject: [PATCH 3/3] traefik@1: fix syntax --- Formula/traefik@1.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/traefik@1.rb b/Formula/traefik@1.rb index 6cf14458d3d7..6c569b0a322a 100644 --- a/Formula/traefik@1.rb +++ b/Formula/traefik@1.rb @@ -19,11 +19,11 @@ class TraefikAT1 < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "69adbe00d348f14f732bbd9fe57d57e6f513f6f1c72f5ff2f4e09fae5b4ee2d9" end + keg_only :versioned_formula + # support ended 2021-12-31: https://doc.traefik.io/traefik/deprecation/releases/ disable! date: "2022-12-31", because: :unsupported - keg_only :versioned_formula - depends_on "go" => :build depends_on "go-bindata" => :build depends_on "node@14" => :build