git: d52997d3682b - main - audio/aqualung: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 12:46:53 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d52997d3682b99d3277d6dd99efe2e035d80f183
commit d52997d3682b99d3277d6dd99efe2e035d80f183
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 11:35:05 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 11:36:18 +0000
audio/aqualung: Deprecate and set expiration date to 2024-02-29
Depends on legacy GTK2 and ffMPEG 4
Redirect users to audio/strawberry and while at it return port to pool
as bsdforge.com has expired
Approved by: portmgr
---
audio/aqualung/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile
index ee25860ccdd8..eb3314f6b9cf 100644
--- a/audio/aqualung/Makefile
+++ b/audio/aqualung/Makefile
@@ -4,13 +4,16 @@ PORTREVISION= 25
CATEGORIES= audio
MASTER_SITES= SF
-MAINTAINER= portmaster@BSDforge.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Music player with rich features
WWW= https://aqualung.jeremyevans.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on legacy libraries such as GTK2 and FFmpeg 4, consider using audio/strawberry instead
+EXPIRATION_DATE=2024-02-29
+
LIB_DEPENDS= libFLAC.so:audio/flac \
libmp3lame.so:audio/lame \
libcddb.so:audio/libcddb \