git: d5ae4b4e9a76 - main - devel/ptmalloc2: Deprecate and set expiration date to 2023-11-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 22 Oct 2023 09:54:58 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5ae4b4e9a763db557a7f7b5e009c34f80683697

commit d5ae4b4e9a763db557a7f7b5e009c34f80683697
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-22 09:32:47 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-22 09:54:20 +0000

    devel/ptmalloc2: Deprecate and set expiration date to 2023-11-30
    
    Fails on multiple archs and untouched for over a decade upstream
---
 devel/ptmalloc2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/ptmalloc2/Makefile b/devel/ptmalloc2/Makefile
index dc05fe361b73..c7a2f009e6f3 100644
--- a/devel/ptmalloc2/Makefile
+++ b/devel/ptmalloc2/Makefile
@@ -12,6 +12,9 @@ WWW=		http://www.malloc.de/en/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+DEPRECATED=	Abandonware, last release in 2006 and there are other alternative malloc implementations available
+EXPIRATION_DATE=2023-11-30
+
 BROKEN_aarch64=	Fails to link: missing sbrk
 BROKEN_riscv64=	Fails to link: missing sbrk