git: 0b1aa9efc6ec - main - graphics/acidwarp-sdl: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Apr 2025 12:07:38 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b1aa9efc6ec2f2f6715f88d4382ea63489040fc commit 0b1aa9efc6ec2f2f6715f88d4382ea63489040fc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-04-03 09:58:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-04-03 12:07:23 +0000 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