Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2024 20:17:42 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d50576a3948d - main - multimedia/rtmpdump: Deprecate and set expiration date to 2024-04-30
Message-ID:  <202403192017.42JKHg0V074689@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403192017.42JKHg0V074689>