git: 80c4382fe2bf - main - audio/traverso: Mark BROKEN and set expiration date to 2025-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Nov 2025 18:36:13 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80c4382fe2bf3c14b9e702e809d4176d5418c855
commit 80c4382fe2bf3c14b9e702e809d4176d5418c855
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-11-04 00:15:05 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-11-04 18:23:58 +0000
audio/traverso: Mark BROKEN and set expiration date to 2025-12-31
Unfetchable, upstream is gone
PR: 289534
Approved by: maintainer timeout, 1+ month
---
audio/traverso/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/audio/traverso/Makefile b/audio/traverso/Makefile
index 48bd44143fd8..0c8edd676693 100644
--- a/audio/traverso/Makefile
+++ b/audio/traverso/Makefile
@@ -13,6 +13,9 @@ LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING
+BROKEN= Unfetchable
+EXPIRATION_DATE=2025-12-31
+
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libFLAC.so:audio/flac \
libjack.so:audio/jack \