From b329fc11cb81ea4662b89de98dd8f6bf3d4cf632 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 10 Jan 2024 12:05:14 +0100 Subject: [PATCH] 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 5633541938223..0fed4133c87c3 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