Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2024 17:32:53 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: 0892d64c23c6 - main - www/subsonic-standalone: Deprecate and set expiration date to 2024-09-30
Message-ID:  <202409081732.488HWrHX007980@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=0892d64c23c611fd3a9c0bcbca9419c16cf3ad32

commit 0892d64c23c611fd3a9c0bcbca9419c16cf3ad32
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-08 06:39:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-08 17:31:47 +0000

    www/subsonic-standalone: Deprecate and set expiration date to 2024-09-30
    
    Last release in 2019 and no longer maintained upstream.
    There's a fork being maintained here called Airsonic-Advanced if someone
    wants to pick it up.
    https://github.com/airsonic-advanced/airsonic-advanced
    
    References:
    http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128
    
    PR:             281047
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 www/subsonic-standalone/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/subsonic-standalone/Makefile b/www/subsonic-standalone/Makefile
index d3df242f7b71..a2f7326cdf03 100644
--- a/www/subsonic-standalone/Makefile
+++ b/www/subsonic-standalone/Makefile
@@ -15,6 +15,9 @@ WWW=		http://www.subsonic.org
 # http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128
 LICENSE=	NONE
 
+DEPRECATED=	Abandonware, no longer maintained upstream as of 2019
+EXPIRATION_DATE=2024-09-30
+
 OPTIONS_GROUP=	TRANSCODING
 TRANSCODING_DESC=	Transcoding support
 OPTIONS_GROUP_TRANSCODING=	FFMPEG FLAC LAME VORBIS FAAC FAAD XMP APE



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