svn commit: r562235 - head/multimedia/gnome-subtitles

Tobias C. Berner tcberner at FreeBSD.org
Thu Jan 21 19:27:11 UTC 2021


Author: tcberner
Date: Thu Jan 21 19:27:10 2021
New Revision: 562235
URL: https://svnweb.freebsd.org/changeset/ports/562235

Log:
  multimedia/gnome-subtitles: deprecate through www/gtkhml3
  
  - port could be updated to 1.6 which does no longer require gtkhtml3
  - otherwise, it will be gone by the end of the quarter
  
  PR:		252620
  Submitted by: 	daniel.engberg.lists at pyret.net

Modified:
  head/multimedia/gnome-subtitles/Makefile

Modified: head/multimedia/gnome-subtitles/Makefile
==============================================================================
--- head/multimedia/gnome-subtitles/Makefile	Thu Jan 21 19:24:26 2021	(r562234)
+++ head/multimedia/gnome-subtitles/Makefile	Thu Jan 21 19:27:10 2021	(r562235)
@@ -13,6 +13,9 @@ COMMENT=	Subtitle editor with video preview
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	outdated, depends on deprecated library www/gtkhtml3
+EXPIRATION_DATE=	2021-03-31
+
 LIB_DEPENDS=	libenchant.so:textproc/enchant \
 		libgtkspell.so:textproc/gtkspell
 


More information about the svn-ports-all mailing list