Date: Fri, 9 Apr 2021 15:28:56 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9b36adedcb8 - main - Set three ports depending on multimedia/transcode to expire on 2021-05-01. Message-ID: <202104091528.139FSuxM046001@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9b36adedcb88d2c022ea91d2ec0c7a9bca24ca3 commit d9b36adedcb88d2c022ea91d2ec0c7a9bca24ca3 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2021-04-09 15:26:36 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2021-04-09 15:28:35 +0000 Set three ports depending on multimedia/transcode to expire on 2021-05-01. --- multimedia/dvdrip/Makefile | 3 +++ multimedia/mkxvcd/Makefile | 3 +++ multimedia/subtitleripper/Makefile | 3 +++ 3 files changed, 9 insertions(+) diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index eafec889bb83..c43990ca7083 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -13,6 +13,9 @@ COMMENT= Perl Gtk+ based dvd-ripper LICENSE= ART10 GPLv1 # (ART10 or GPLv1) and CC-BY-SA-2.5 LICENSE_COMB= dual +DEPRECATED= Depends on expired multimedia/transcode +EXPIRATION_DATE=2021-05-01 + BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Event-ExecFlow>=0:devel/p5-Event-ExecFlow \ diff --git a/multimedia/mkxvcd/Makefile b/multimedia/mkxvcd/Makefile index f4f96cec0504..97f664609427 100644 --- a/multimedia/mkxvcd/Makefile +++ b/multimedia/mkxvcd/Makefile @@ -12,6 +12,9 @@ COMMENT= Makes high quality X/K/S/VCD movies from many formats LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired multimedia/transcode +EXPIRATION_DATE=2021-05-01 + RUN_DEPENDS= mpeg2enc:multimedia/mjpegtools \ bash:shells/bash \ mplayer:multimedia/mplayer \ diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index 4a0c7b923d98..6f44846f6a0e 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.3-4 MAINTAINER= multimedia@FreeBSD.org COMMENT= Convert DVD subtitles into text format (subrip srt) or VobSub format +DEPRECATED= Depends on expired multimedia/transcode +EXPIRATION_DATE=2021-05-01 + LIB_DEPENDS= libnetpbm.so:graphics/netpbm \ libpng.so:graphics/png RUN_DEPENDS= gocr:graphics/gocr \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104091528.139FSuxM046001>