From owner-svn-ports-all@freebsd.org Thu Jan 21 19:12:10 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A05DD4DCA4D; Thu, 21 Jan 2021 19:12:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DMBpf416vz4lsw; Thu, 21 Jan 2021 19:12:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CBCF117C8; Thu, 21 Jan 2021 19:12:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10LJCATj075950; Thu, 21 Jan 2021 19:12:10 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10LJCA1J075949; Thu, 21 Jan 2021 19:12:10 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202101211912.10LJCA1J075949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 21 Jan 2021 19:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562229 - head/www/gtkhtml3 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/gtkhtml3 X-SVN-Commit-Revision: 562229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2021 19:12:10 -0000 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 \