git: 504f22875ac2 - main - audio/decibels: mark deprecated, expire 2025-11-30.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 19:16:23 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=504f22875ac2d2592cd33e70c7cdc65545bf91a8
commit 504f22875ac2d2592cd33e70c7cdc65545bf91a8
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-09-30 19:13:37 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-09-30 19:16:21 +0000
audio/decibels: mark deprecated, expire 2025-11-30.
We need to have a reliable port maintainer for lang/typescript before
we can decide to keep this port. Revise typescript's DEPRECATED notice.
PR: 289856
PR: 289857
---
audio/decibels/Makefile | 3 +++
lang/typescript/Makefile | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/audio/decibels/Makefile b/audio/decibels/Makefile
index c767fdc377b9..5312edc5727f 100644
--- a/audio/decibels/Makefile
+++ b/audio/decibels/Makefile
@@ -8,6 +8,9 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME audio player
WWW= https://gitlab.gnome.org/GNOME/decibels
+DEPRECATED= Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856
+EXPIRATION_DATE=2025-11-30
+
LICENSE= GPLv3
BUILD_DEPENDS= tsc:lang/typescript \
diff --git a/lang/typescript/Makefile b/lang/typescript/Makefile
index 8cd9dc41ffe2..cb0d749ec2ae 100644
--- a/lang/typescript/Makefile
+++ b/lang/typescript/Makefile
@@ -8,7 +8,7 @@ MAINTAINER= mandree@FreeBSD.org
COMMENT= Superset of JavaScript that compiles to JavaScript output
WWW= https://www.typescriptlang.org/
-DEPRECATED= No port maintainer, fast moving port.
+DEPRECATED= New port was added without port maintainer, submitter not interested in taking it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 and contact mandree@ if you are willing to maintain typescript and have a track record that lets you appear suitable for maintaining a high-profile port.
EXPIRATION_DATE=2025-11-30
LICENSE= APACHE20