svn commit: r562229 - head/www/gtkhtml3
Tobias C. Berner
tcberner at FreeBSD.org
Thu Jan 21 19:12:10 UTC 2021
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 at 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 at 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 \
More information about the svn-ports-head
mailing list