git: b329fc11cb81 - main - graphics/rayshade: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jan 2024 12:45:02 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b329fc11cb81ea4662b89de98dd8f6bf3d4cf632
commit b329fc11cb81ea4662b89de98dd8f6bf3d4cf632
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-10 11:05:14 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-10 12:44:49 +0000
graphics/rayshade: Mark DEPRECATED
- Defunct upstream which was last released in 1992
- Depends on another defunct port graphics/urt
- Set EXPIRATION_DATE 2024-02-10
---
graphics/rayshade/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile
index 563354193822..0fed4133c87c 100644
--- a/graphics/rayshade/Makefile
+++ b/graphics/rayshade/Makefile
@@ -18,6 +18,9 @@ LICENSE_NAME= Rayshade license
LICENSE_FILE= ${WRKSRC}/Doc/Copyright
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+DEPRECATED= Defunct upstream with last release in 1992
+EXPIRATION_DATE= 2024-02-10
+
BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt
HAS_CONFIGURE= yes