git: ee4b66a8d9e9 - main - multimedia/librtmp: Deprecate and set expiration date to 2024-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 19 Mar 2024 20:17:41 UTC
The branch main has been updated by diizzy:

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

commit ee4b66a8d9e92c6e53cd54ae5ece27ea5f4813e7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-19 18:55:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-19 20:17:24 +0000

    multimedia/librtmp: Deprecate and set expiration date to 2024-04-30
    
    Depends on legacy functionality of OpenSSL and superseded by
    multimedia/ffmpeg
    
    PR:             277418
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 multimedia/librtmp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/multimedia/librtmp/Makefile b/multimedia/librtmp/Makefile
index b9ad44ef5bb3..86d97cbf9829 100644
--- a/multimedia/librtmp/Makefile
+++ b/multimedia/librtmp/Makefile
@@ -12,6 +12,9 @@ WWW=		https://rtmpdump.mplayerhq.hu/
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Depends on legacy functionality of OpenSSL and superseded by multimedia/ffmpeg
+EXPIRATION_DATE=2023-04-30
+
 USES=		pkgconfig ssl
 USE_LDCONFIG=	yes