git: c3249f626336 - main - audio/oaml: Mark deprecated

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 22 Sep 2026 17:57:58 UTC
The branch main has been updated by arrowd:

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

commit c3249f626336acb7f421b3c9877863b620b17e69
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-22 17:55:19 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-22 17:56:42 +0000

    audio/oaml: Mark deprecated
    
    PR:             298756
    Approved by:    amdmi3 (maintainer)
---
 audio/oaml/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/audio/oaml/Makefile b/audio/oaml/Makefile
index 4ef6e488e69b..c66f6018a641 100644
--- a/audio/oaml/Makefile
+++ b/audio/oaml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	oaml
 PORTVERSION=	1.3.4
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 
@@ -11,6 +11,9 @@ WWW=		https://oamldev.github.io/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+DEPRECATED=	Abandoned upstream, does not build with CMake 4
+EXPIRATION_DATE=2026-11-30
+
 LIB_DEPENDS=	libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis \
 		libvorbisfile.so:audio/libvorbis