Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2026 19:44:39 +0000
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: 19781e9fca50 - main - audio/tta: Deprecate and set EXPIRATION_DATE to 2026-08-31
Message-ID:  <6a4ab427.409dd.264acd6b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19781e9fca50dd00a772fb2e39092e2fb9e856a2

commit 19781e9fca50dd00a772fb2e39092e2fb9e856a2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-07-05 19:33:43 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-07-05 19:44:28 +0000

    audio/tta: Deprecate and set EXPIRATION_DATE to 2026-08-31
    
    No active development for over a decade and main site is gone.
    FFmpeg supports both encoding and decoding of this format
---
 audio/tta/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/tta/Makefile b/audio/tta/Makefile
index ccc839cc2e2a..54f0bfd4d082 100644
--- a/audio/tta/Makefile
+++ b/audio/tta/Makefile
@@ -10,6 +10,9 @@ WWW=		http://www.true-audio.com/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Legacy format, no active development for a decade
+EXPIRATION_DATE=2026-08-31
+
 USES=		gmake tar:tgz
 ALL_TARGET=	ttaenc
 MAKE_ARGS=	CFLAGS="${CFLAGS}" INSDIR="${STAGEDIR}${PREFIX}/bin"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4ab427.409dd.264acd6b>