From 1666e627e681440d754fbef94f1da8ce4dcefc46 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 9 Mar 2025 21:25:12 +0100 Subject: [PATCH] net-p2p/shx: Deprecate and set expiration date to 2025-04-30 Obsolete protocol that has been superseded by many others Approved by: bofh (maintainer, via Matrix) --- net-p2p/shx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/shx/Makefile b/net-p2p/shx/Makefile index ce97755c56ea..2802ca9d74f2 100644 --- a/net-p2p/shx/Makefile +++ b/net-p2p/shx/Makefile @@ -13,6 +13,9 @@ WWW= https://synhxd.sourceforge.net/ LICENSE= GPLv1 +DEPRECATED= Obsolete protocol that has been superseded by many others +EXPIRATION_DATE=2025-04-30 + USES= readline ssl tar:tgz GNU_CONFIGURE= yes