git: e5f979f4e221 - main - misc/raspberrypi-userland: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Aug 2024 02:54:10 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5f979f4e2216dd14a8825341101cb16a6460669 commit e5f979f4e2216dd14a8825341101cb16a6460669 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-08-21 02:54:01 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-08-21 02:54:01 +0000 misc/raspberrypi-userland: Mark deprecated PR: 280874 Reported by: ykla <yklaxds@gmail.com> --- misc/raspberrypi-userland/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 82badcd72bcd..abce438f0a67 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -8,6 +8,9 @@ COMMENT= Various libraries for the Raspberry Pi LICENSE= BSD3CLAUSE +DEPRECATED= Deprecated by the upstream +EXPIRATION_DATE=2024-09-30 + ONLY_FOR_ARCHS= armv6 armv7 USES= cmake:noninja pkgconfig shebangfix