Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 09:54:59 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d34fa208dab4 - main - devel/ptmalloc: Deprecate and set expiration date to 2023-11-30
Message-ID:  <202310220954.39M9sxMg015951@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

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

    devel/ptmalloc: Deprecate and set expiration date to 2023-11-30
    
    Untouched for over a decade upstream and we have there are other
    active alternative malloc implementations available
---
 devel/ptmalloc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/ptmalloc/Makefile b/devel/ptmalloc/Makefile
index 2c9ef7325707..b0fd9dc2b4ff 100644
--- a/devel/ptmalloc/Makefile
+++ b/devel/ptmalloc/Makefile
@@ -9,6 +9,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Alternative threads-aware malloc
 WWW=		http://www.malloc.de/en/
 
+DEPRECATED=    Abandonware, last release in 2006 and there are other alternative malloc implementations available
+EXPIRATION_DATE=2023-11-30
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310220954.39M9sxMg015951>