From 0b1aa9efc6ec2f2f6715f88d4382ea63489040fc Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 3 Apr 2025 11:58:34 +0200 Subject: [PATCH] graphics/acidwarp-sdl: Mark DEPRECATED - Unmaintained as last release was in 2022 - Set EXPIRATION_DATE 2025-05-03 If someone needs this port feel free to undeprecate and takeover maintainership. --- graphics/acidwarp-sdl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/acidwarp-sdl/Makefile b/graphics/acidwarp-sdl/Makefile index 7116aa34c8d6..bd745bf3f8ba 100644 --- a/graphics/acidwarp-sdl/Makefile +++ b/graphics/acidwarp-sdl/Makefile @@ -7,13 +7,15 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Eye candy program which displays various patterns WWW= https://github.com/dreamlayers/acidwarp -USES= cmake magick:7,build sdl -USE_SDL= sdl2 +DEPRECATED= Unmaintained by upstream as last release was in 2022 +EXPIRATION_DATE= 2025-05-03 +USES= cmake magick:7,build sdl USE_GITHUB= yes GH_ACCOUNT= dreamlayers GH_PROJECT= acidwarp GH_TAGNAME= c48e1e2 +USE_SDL= sdl2 # Fix build on recent current (clang11) CFLAGS+= -fcommon