Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2022 09:16:27 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 753f773adb94 - main - multimedia/sabbu: mark deprecated
Message-ID:  <202204250916.23P9GRtV014174@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=753f773adb94b90c3a8da14f7e4aadd4e052409e

commit 753f773adb94b90c3a8da14f7e4aadd4e052409e
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-04-25 09:15:17 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-04-25 09:15:17 +0000

    multimedia/sabbu: mark deprecated
    
    PR: 263521
---
 multimedia/sabbu/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index e2d9868786af..8f9be323c314 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -9,6 +9,9 @@ COMMENT=	Program used to time subtitles
 
 LICENSE=	GPLv2
 
+DEPRECATED=	please consider using multimedia/aegisub
+EXPIRATION_DATE=2022-06-30
+
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libharfbuzz.so:print/harfbuzz \
 		libfreetype.so:print/freetype2 \
@@ -28,6 +31,7 @@ LDFLAGS+=	-lgmodule-2.0
 OPTIONS_DEFINE=	GTKSPELL NLS
 OPTIONS_DEFAULT=GTKSPELL
 
+GTKSPELL_DESC=	Use gtkspell
 GTKSPELL_LIB_DEPENDS=	libgtkspell.so:textproc/gtkspell
 
 .include <bsd.port.options.mk>



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