From aadf442c27f3e7bba8ce82a588daa67b6b2da8d7 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 15 Mar 2025 22:16:52 +0100 Subject: [PATCH] textproc/word2x: Deprecate and set expiration date to 2025-04-30 Obsolete converter than only supports ancient versions of Word documents --- textproc/word2x/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index bcd7b7b0add3..3dfebbaa2d4e 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converter from MS Word to text, HTML, or LaTeX WWW= https://word2x.sourceforge.net/ +DEPRECATED= Obsolete converter than only supports ancient versions of Word documents +EXPIRATION_DATE=2025-04-30 + USES= gmake GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share