From 0f53e42fae2ce06100927ab841791391c8544c7e Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Fri, 1 Oct 2021 15:05:08 +0200 Subject: [PATCH] graphics/sxiv: Mark deprecated Upstream has archived the repository. The community maintains a fork of sxiv called nsxiv. It's already available in the ports tree as graphics/nsxiv. --- graphics/sxiv/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/sxiv/Makefile b/graphics/sxiv/Makefile index 44fea0fcd7a2..c768859d8287 100644 --- a/graphics/sxiv/Makefile +++ b/graphics/sxiv/Makefile @@ -11,6 +11,9 @@ COMMENT= Lightweight image viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream has archived the project; please switch to the maintained fork (graphics/nsxiv) +EXPIRATION_DATE=2022-04-01 + LIB_DEPENDS= libexif.so:graphics/libexif \ libfontconfig.so:x11-fonts/fontconfig \ libgif.so:graphics/giflib \