Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 19:12:10 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562229 - head/www/gtkhtml3
Message-ID:  <202101211912.10LJCA1J075949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Jan 21 19:12:10 2021
New Revision: 562229
URL: https://svnweb.freebsd.org/changeset/ports/562229

Log:
  www/gtkhtml3: markd deprecated
  
  From https://wiki.gnome.org/RoadMap/GtkHtml  (2012-09-19):
  	* GtkHtml is being phased out in favor of WebKit/GTK+.
  	* Using GtkHtml in newly-written code is strongly discouraged.
  	* GtkHtml 4.6.x will likely be the final release series.
  
  Upstream called this one dead 8 years ago. Time make it so.
  
  PR:		252618
  Submitted by:	daniel.engberg.lists@pyret.net

Modified:
  head/www/gtkhtml3/Makefile

Modified: head/www/gtkhtml3/Makefile
==============================================================================
--- head/www/gtkhtml3/Makefile	Thu Jan 21 18:26:07 2021	(r562228)
+++ head/www/gtkhtml3/Makefile	Thu Jan 21 19:12:10 2021	(r562229)
@@ -13,6 +13,9 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Lightweight HTML rendering/printing/editing engine
 
+DEPRECATED=	Obsolete by upstream, doesn't build with recent versions of pango
+EXPIRATION_DATE=2021-03-31
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
 		${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-theme
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \



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