git: 18a8014b2796 - main - audio/pc-mixer: Deprecate and set expiration date to 2025-12-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 15 Nov 2025 13:23:40 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18a8014b279646edb55b2edf62eb6b0a1f68f5c2

commit 18a8014b279646edb55b2edf62eb6b0a1f68f5c2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-11-15 07:40:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-11-15 11:52:42 +0000

    audio/pc-mixer: Deprecate and set expiration date to 2025-12-31
    
    Abandoned upstream (upstream repo archived on May 13, 2020) and
    depends on deprecated QT5
    
    PR:             289529
    Approved by:    maintainer timeout, 2+ months
---
 audio/pc-mixer/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/pc-mixer/Makefile b/audio/pc-mixer/Makefile
index 30092a84d9df..b20b1b30e734 100644
--- a/audio/pc-mixer/Makefile
+++ b/audio/pc-mixer/Makefile
@@ -9,6 +9,9 @@ WWW=		https://github.com/trueos/pc-mixer
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Abandoned upstream and depends on deprecated QT5
+EXPIRATION_DATE=2025-12-31
+
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 MAKE_JOBS_UNSAFE=yes