git: 6f638dbc93df - main - audio/sweep: Deprecate and set expiration date to 2024-02-29

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 06 Jan 2024 08:54:55 UTC
The branch main has been updated by diizzy:

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

commit 6f638dbc93df461a87651b3ae4fb07a72a9ab6f5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 08:17:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 08:54:13 +0000

    audio/sweep: Deprecate and set expiration date to 2024-02-29
    
    Last release in 2008, dead upstream and depends on legacy libraries.
    Redirect users to audio/audacity and while at it return to pool as
    bsdforge.com has expired
    
    Approved by:    portmgr
---
 audio/sweep/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index abf55db88c85..630a031fe31c 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -5,12 +5,15 @@ PORTEPOCH=	1
 CATEGORIES=	audio gnome
 MASTER_SITES=	SF
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Sound editor for the GNOME/GTK 2 desktop
 WWW=		http://www.metadecks.org/software/sweep/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Abandonware, last release in 2008 and upstream is dead. Consider using audio/audacity
+EXPIRATION_DATE=2024-02-29
+
 LIB_DEPENDS=	libmad.so:audio/libmad \
 		libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile \