From 53b3d836f597c584374345b1594d9e98f2672164 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Thu, 13 Mar 2025 21:03:13 +0100 Subject: [PATCH] textproc/domc: Deprecate and set expiration date to 2025-04-30 Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06 Reference: https://www.ioplex.com/~miallen/domc/ --- textproc/domc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index dfbbd3950f45..cfcb00f3d191 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -10,6 +10,9 @@ WWW= https://www.ioplex.com/~miallen/domc/ LICENSE= MIT +DEPRECATED= Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06 +EXPIRATION_DATE=2025-04-30 + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libmba.so:devel/libmba