git: ca80980da8b2 - main - audio/freebsd-13-mixer: Retire port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Apr 2026 12:57:15 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ca80980da8b20747a6fe8085f4c7959391b100c7
commit ca80980da8b20747a6fe8085f4c7959391b100c7
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-04-20 11:55:43 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-04-23 12:49:32 +0000
audio/freebsd-13-mixer: Retire port
FreeBSD 13 is no longer supported (with the exception of 13.5 which will
reach EoL soon as well), and there should not be a need for this port
anymore.
Sponsored by: The FreeBSD Foundation
Reviewed by: 0mp
Approved by: maintainer
---
audio/freebsd-13-mixer/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/audio/freebsd-13-mixer/Makefile b/audio/freebsd-13-mixer/Makefile
index a4941e744eab..5ac4ac1f10fc 100644
--- a/audio/freebsd-13-mixer/Makefile
+++ b/audio/freebsd-13-mixer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= freebsd-13-mixer
DISTVERSION= 13.0.0
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= 0mp@FreeBSD.org
@@ -8,6 +9,9 @@ WWW= https://github.com/0mp/freebsd-13-mixer
LICENSE= PD
+DEPRECATED= End of life, please use the base system mixer(8) utility.
+EXPIRATION_DATE=2026-06-15
+
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= 0mp