git: d50576a3948d - main - multimedia/rtmpdump: Deprecate and set expiration date to 2024-04-30

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

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

commit d50576a3948d14ac5d95280414cd456cb78552ed
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-19 19:00:23 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-19 20:17:24 +0000

    multimedia/rtmpdump: Deprecate and set expiration date to 2024-04-30
    
    Depends on deprecated library librtmp, consider migrating to
    multimedia/ffmpeg
    
    PR:             277419
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 multimedia/rtmpdump/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile
index 90133a73daa2..a68e2a2f8204 100644
--- a/multimedia/rtmpdump/Makefile
+++ b/multimedia/rtmpdump/Makefile
@@ -11,6 +11,9 @@ WWW=		https://rtmpdump.mplayerhq.hu/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Depends on deprecated library librtmp, consider migrating to multimedia/ffmpeg
+EXPIRATION_DATE=2023-04-30
+
 LIB_DEPENDS=	librtmp.so:multimedia/librtmp
 
 USES=		cpe pkgconfig ssl