Received: by mail.netbsd.org (Postfix, from userid 605) id 1D9C684DA9; Mon, 3 Jul 2017 08:37:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A204084CEE for ; Mon, 3 Jul 2017 08:37:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VafpJ9Ja0swN for ; Mon, 3 Jul 2017 08:37:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0DE3A84CE2 for ; Mon, 3 Jul 2017 08:37:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0958BFAE8; Mon, 3 Jul 2017 08:37:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499071044239170" MIME-Version: 1.0 Date: Mon, 3 Jul 2017 08:37:24 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170703083724.0958BFAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1499071044239170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Jul 3 08:37:23 UTC 2017 Modified Files: pkgsrc/doc: TODO Log Message: Adjust webkit-gtk entries. webkit24-gtk{,3} is the latest release that supported WebKit1 API and it's considered EOL by upstream. However, several packages in pkgsrc still need it. webkit-gtk track the latest stable version of webkit-gtk and only support the WebKit2 API. The version in pkgsrc-wip ATM has still some issues and so probably not ready to update www/webkit-gtk (hence the comment). To generate a diff of this commit: cvs rdiff -u -r1.17487 -r1.17488 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1499071044239170 Content-Disposition: inline Content-Length: 642 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.17487 pkgsrc/doc/TODO:1.17488 --- pkgsrc/doc/TODO:1.17487 Sun Jul 2 21:58:38 2017 +++ pkgsrc/doc/TODO Mon Jul 3 08:37:23 2017 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.17487 2017/07/02 21:58:38 wiz Exp $ +$NetBSD: TODO,v 1.17488 2017/07/03 08:37:23 leot Exp $ Suggested new packages ====================== @@ -1580,8 +1580,7 @@ For possible Perl packages updates, see o warzone2100-2.3.8 o wcalc-2.4 o webalizer-2.23.05 - o webkit-gtk-2.16.0 - o webkit24-gtk-2.16.5 + o webkit-gtk-2.16.5 [wip; please see TODO though] o websvn-2.3.3 o weewm-0.01 o wgetpaste-2.26 --_----------=_1499071044239170--