git: 753f773adb94 - main - multimedia/sabbu: mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 09:16:27 UTC
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>