aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-10-22 09:34:44 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-10-22 09:54:20 +0000
commitd34fa208dab470758e742b5b6b90846048145446 (patch)
tree8277c320269b1fa39a0fbfcd6b4fedc5c9168163
parentd5ae4b4e9a763db557a7f7b5e009c34f80683697 (diff)
downloadports-d34fa208dab470758e742b5b6b90846048145446.tar.gz
ports-d34fa208dab470758e742b5b6b90846048145446.zip
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
-rw-r--r--devel/ptmalloc/Makefile3
1 files changed, 3 insertions, 0 deletions
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