git: e358669823a4 - main - multimedia/obs-qtwebkit: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 15:47:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e358669823a470a1dd9612af77d0ba45c8d3a4d1 commit e358669823a470a1dd9612af77d0ba45c8d3a4d1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-16 13:31:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-16 15:46:52 +0000 multimedia/obs-qtwebkit: Mark DEPRECATED - OBS ships with their own browser plugin from version 25 onwards - This was a fork from a different upstream which has been archived and is no longer under active development - Set EXPIRATION_DATE to 2023-06-16 Reported by: diizzy --- multimedia/obs-qtwebkit/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/multimedia/obs-qtwebkit/Makefile b/multimedia/obs-qtwebkit/Makefile index f69f9f08d036..61fc9e3867c6 100644 --- a/multimedia/obs-qtwebkit/Makefile +++ b/multimedia/obs-qtwebkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= obs-qtwebkit PORTVERSION= g2018090201 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= bofh@FreeBSD.org @@ -10,6 +10,9 @@ WWW= https://github.com/swills/obs-qtwebkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= OBS ships with their own browser plugin from version 25 onwards +EXPIRATION_DATE= 2023-06-16 + LIB_DEPENDS= libobs.so:multimedia/obs-studio \ libinotify.so:devel/libinotify