git: d86ce31d4d0c - main - multimedia/*rtmp*: fix expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 12:53:40 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d86ce31d4d0ceca63b90a329c84f05450d4260a7
commit d86ce31d4d0ceca63b90a329c84f05450d4260a7
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-03-24 12:51:51 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-03-24 12:53:32 +0000
multimedia/*rtmp*: fix expiration date
---
multimedia/librtmp/Makefile | 2 +-
multimedia/rtmpdump/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/librtmp/Makefile b/multimedia/librtmp/Makefile
index 86d97cbf9829..a4933aa681da 100644
--- a/multimedia/librtmp/Makefile
+++ b/multimedia/librtmp/Makefile
@@ -13,7 +13,7 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Depends on legacy functionality of OpenSSL and superseded by multimedia/ffmpeg
-EXPIRATION_DATE=2023-04-30
+EXPIRATION_DATE=2024-04-30
USES= pkgconfig ssl
USE_LDCONFIG= yes
diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile
index a68e2a2f8204..a9e5b381d824 100644
--- a/multimedia/rtmpdump/Makefile
+++ b/multimedia/rtmpdump/Makefile
@@ -12,7 +12,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Depends on deprecated library librtmp, consider migrating to multimedia/ffmpeg
-EXPIRATION_DATE=2023-04-30
+EXPIRATION_DATE=2024-04-30
LIB_DEPENDS= librtmp.so:multimedia/librtmp