Date: Fri, 24 Sep 2021 21:11:37 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: 84fd107b33f6 - main - audio/flake: Deprecate and set expiration date to 2021-12-31 Message-ID: <202109242111.18OLBb0P003470@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=84fd107b33f6c6645d93047c5ff51a77f78fc51e commit 84fd107b33f6c6645d93047c5ff51a77f78fc51e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-09-24 20:20:06 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-09-24 21:10:13 +0000 audio/flake: Deprecate and set expiration date to 2021-12-31 Upstream lists software as beta, no new release since 2007 Users also reports bugs when libsndfile isn't utilized Users are recommended to use audio/ffmpeg or audio/flac instead Reference: https://hydrogenaud.io/index.php?topic=71984.0 PR: 258638 Approved by: tcberner and lbartoletti (mentors) Differential Revision: https://reviews.freebsd.org/D32038 --- audio/flake/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/flake/Makefile b/audio/flake/Makefile index ebde6d14da6a..0bb0d047e600 100644 --- a/audio/flake/Makefile +++ b/audio/flake/Makefile @@ -10,6 +10,9 @@ COMMENT= FLAC audio encoder LICENSE= LGPL21 +DEPRECATED= Abandoned upstream, no new release since 2007 +EXPIRATION_DATE=2021-12-31 + CONFIGURE_ARGS+= --cc="${CC}" HAS_CONFIGURE= yes USES= gmake tar:bzip2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109242111.18OLBb0P003470>