git: a5633b03970c - main - multimedia/py-librtmp: Deprecate and set expiration date to 2024-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Mar 2024 20:17:43 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a5633b03970c25505068728c288a45161b0949b3
commit a5633b03970c25505068728c288a45161b0949b3
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-19 19:05:05 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-19 20:17:24 +0000
multimedia/py-librtmp: Deprecate and set expiration date to 2024-04-30
Depends on deprecated library librtmp
Discussed with maintainer on Matrix
---
multimedia/py-librtmp/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/multimedia/py-librtmp/Makefile b/multimedia/py-librtmp/Makefile
index 8ff80c6e2cb8..2f6ce90cf18a 100644
--- a/multimedia/py-librtmp/Makefile
+++ b/multimedia/py-librtmp/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/chrippa/python-librtmp
LICENSE= BSD2CLAUSE
+DEPRECATED= Depends on deprecated library librtmp
+EXPIRATION_DATE=2024-04-30
+
LIB_DEPENDS= librtmp.so:multimedia/librtmp
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR}