Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2F5517A2F0 for ; Mon, 10 Oct 2016 00:12:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9085E85EC3; Mon, 10 Oct 2016 00:12:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61E8985E6E for ; Mon, 10 Oct 2016 00:05:47 +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 vDnH8fBklrXB for ; Mon, 10 Oct 2016 00:05:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C003085E95 for ; Mon, 10 Oct 2016 00:05:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD6ACFBD2; Mon, 10 Oct 2016 00:05:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476057946165940" MIME-Version: 1.0 Date: Mon, 10 Oct 2016 00:05:46 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20161010000546.BD6ACFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476057946165940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Oct 10 00:05:46 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 TODO Log Message: Updated devel/patchelf to 0.9 To generate a diff of this commit: cvs rdiff -u -r1.4203 -r1.4204 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.16565 -r1.16566 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476057946165940 Content-Disposition: inline Content-Length: 1257 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.4203 pkgsrc/doc/CHANGES-2016:1.4204 --- pkgsrc/doc/CHANGES-2016:1.4203 Sun Oct 9 22:08:37 2016 +++ pkgsrc/doc/CHANGES-2016 Mon Oct 10 00:05:46 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.4203 2016/10/09 22:08:37 wiz Exp $ +$NetBSD: CHANGES-2016,v 1.4204 2016/10/10 00:05:46 mef Exp $ Changes to the packages collection and infrastructure in 2016: @@ -5887,3 +5887,4 @@ Changes to the packages collection and i Updated devel/py-tortoisehg to 3.9.2 [wiz 2016-10-09] Updated textproc/py-jsonschema to 2.5.1 [bsiegert 2016-10-09] Added print/LaTeXML version 0.8.2 [wiz 2016-10-09] + Updated devel/patchelf to 0.9 [mef 2016-10-10] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16565 pkgsrc/doc/TODO:1.16566 --- pkgsrc/doc/TODO:1.16565 Sun Oct 9 21:29:41 2016 +++ pkgsrc/doc/TODO Mon Oct 10 00:05:46 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16565 2016/10/09 21:29:41 wiz Exp $ +$NetBSD: TODO,v 1.16566 2016/10/10 00:05:46 mef Exp $ Suggested new packages ====================== @@ -1255,7 +1255,6 @@ For possible Perl packages updates, see o pan-0.140 o paragui-1.1.8 o parrot-7.11.0 - o patchelf-0.9 o patchutils-0.3.4 o pcal-4.8 o pcc-1.1.0 --_----------=_1476057946165940--