git: 1666e627e681 - main - net-p2p/shx: Deprecate and set expiration date to 2025-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Mar 2025 21:27:57 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1666e627e681440d754fbef94f1da8ce4dcefc46 commit 1666e627e681440d754fbef94f1da8ce4dcefc46 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-03-09 20:25:12 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-03-10 21:27:51 +0000 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