diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-04-03 09:58:34 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-04-03 12:07:23 +0000 |
| commit | 0b1aa9efc6ec2f2f6715f88d4382ea63489040fc (patch) | |
| tree | ccb45129aaa16d7185fb4d66b07b31bc77f45f3b | |
| parent | 82f24f15a31cc44ce8cac159ef251010a3c5b2fd (diff) | |
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.
| -rw-r--r-- | graphics/acidwarp-sdl/Makefile | 6 |
1 files 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 |
