Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2022 11:18:48 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: ec695b977c12 - main - multimedia/quvi*: Deprecate and expiration date to 2022-06-30
Message-ID:  <202205101118.24ABIm0e085725@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=ec695b977c12aa527bf71cc340de2b467f4cbda3

commit ec695b977c12aa527bf71cc340de2b467f4cbda3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-10 11:08:08 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-05-10 11:08:14 +0000

    multimedia/quvi*: Deprecate and expiration date to 2022-06-30
    
    Unmaintained for years and deprecated upstream
    
    Reference: https://github.com/guendto/quvi
    
    PR:             263507
    Approved by:    sunpoet (maintainer timeout, 2+ weeks)
---
 multimedia/quvi/Makefile   | 3 +++
 multimedia/quvi09/Makefile | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile
index b27f1aa51317..15ec8de0ba6a 100644
--- a/multimedia/quvi/Makefile
+++ b/multimedia/quvi/Makefile
@@ -13,6 +13,9 @@ COMMENT=	Command line tool for parsing flash media stream URLs
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
 BUILD_DEPENDS=	libquvi>=0.4.0:multimedia/libquvi
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libquvi.so:multimedia/libquvi
diff --git a/multimedia/quvi09/Makefile b/multimedia/quvi09/Makefile
index da43e7bf9618..3da58ea0f47c 100644
--- a/multimedia/quvi09/Makefile
+++ b/multimedia/quvi09/Makefile
@@ -14,6 +14,9 @@ COMMENT=	Command line tool for parsing flash media stream URLs
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
 BUILD_DEPENDS=	libquvi09>=0.9:multimedia/libquvi09
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libquvi-0.9.so:multimedia/libquvi09



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