git: 937d9eb7653b - main - audio/play: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jan 2024 15:14:29 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=937d9eb7653bf653f66e3b9ae843b563f9e3f0ee
commit 937d9eb7653bf653f66e3b9ae843b563f9e3f0ee
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-19 14:33:12 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-19 15:14:14 +0000
audio/play: Mark DEPRECATED
- Upstream vaporized
- Last upstream release was in 2000
- Set EXPIRATION_DATE 2024-02-19
---
audio/play/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/audio/play/Makefile b/audio/play/Makefile
index 7eaf446b2d84..2049bf00f4f5 100644
--- a/audio/play/Makefile
+++ b/audio/play/Makefile
@@ -9,6 +9,9 @@ COMMENT= Simple audio file player
LICENSE= NONE
+DEPRECATED= Upstream vaporized and last release was in 2000
+EXPIRATION_DATE= 2024-02-19
+
USES= uidfix
MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin"