git: 39143d822216 - main - audio/rem: deprecated, replaced by libre

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Sun, 10 Sep 2023 09:40:29 UTC
The branch main has been updated by rodrigo:

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

commit 39143d822216c87249567354dfc241a406e3f10e
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-09-10 09:34:30 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-09-10 09:39:18 +0000

    audio/rem: deprecated, replaced by libre
    
    Deprecate audio/rem which was merged in audio/re
    
    Reported by:    Herbert J. Skuhra <herbert@gojira.at> (by email)
---
 audio/rem/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/audio/rem/Makefile b/audio/rem/Makefile
index b1a0f1d0c044..3390ff8428b3 100644
--- a/audio/rem/Makefile
+++ b/audio/rem/Makefile
@@ -7,6 +7,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library for real-time audio and video processing
 WWW=		https://github.com/baresip
 
+DEPRECATED=	Deprecated, replaced by libre
+EXPIRATION_DATE=	2023-10-10
+
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
@@ -22,7 +25,7 @@ ABI_MAJOR=	6
 ABI_AGE=	12
 ABI_REV=	0
 PLIST_SUB=	ABI_MAJOR=${ABI_MAJOR}
-PLIST_SUB+=	ABI_AGE=${ABI_AGE}
-PLIST_SUB+=	ABI_REV=${ABI_REV}
+PLIST_SUB+=	ABI_AGE=${ABI_AGE} \
+		ABI_REV=${ABI_REV}
 
 .include <bsd.port.mk>