git: 6bb6519b0c06 - main - devel/libdsp: Deprecate and set expiration date to 2024-09-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 08 Sep 2024 17:33:07 UTC
The branch main has been updated by diizzy:

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

commit 6bb6519b0c0644dd2d8863d7ba00bab74f7ee681
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-08 17:17:05 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-08 17:31:49 +0000

    devel/libdsp: Deprecate and set expiration date to 2024-09-30
    
    Abandonware, last release upstream in 2005 and unmaintained since 2015
---
 devel/libdsp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile
index f1662c06cb4f..1e079fa1c689 100644
--- a/devel/libdsp/Makefile
+++ b/devel/libdsp/Makefile
@@ -11,6 +11,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C++ class library of common digital signal processing functions
 WWW=		https://libdsp.sourceforge.net/overview.html
 
+DEPRECATED=	Abandonware, last release upstream in 2005 and unmaintained since 2015
+EXPIRATION_DATE=2024-09-30
+
 WRKSRC=		${WRKDIR}/libdsp-src-${PORTVERSION}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
 
 MAKE_ENV=	MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}"