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 1044D7A2A4 for ; Mon, 10 Oct 2016 01:08:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B87DE85EA7; Mon, 10 Oct 2016 01:08:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4833085E24 for ; Mon, 10 Oct 2016 01:08:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id O8Tn31y0zLkb for ; Mon, 10 Oct 2016 01:08:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A578F85E98 for ; Mon, 10 Oct 2016 01:08:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3748FBD2; Mon, 10 Oct 2016 01:08:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476061702177140" MIME-Version: 1.0 Date: Mon, 10 Oct 2016 01:08:22 +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: <20161010010822.A3748FBD2@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. --_----------=_1476061702177140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Oct 10 01:08:22 UTC 2016 Modified Files: pkgsrc/doc: CHANGES-2016 TODO Log Message: Updated devel/patchutils to 0.3.4 To generate a diff of this commit: cvs rdiff -u -r1.4204 -r1.4205 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.16566 -r1.16567 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476061702177140 Content-Disposition: inline Content-Length: 1262 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.4204 pkgsrc/doc/CHANGES-2016:1.4205 --- pkgsrc/doc/CHANGES-2016:1.4204 Mon Oct 10 00:05:46 2016 +++ pkgsrc/doc/CHANGES-2016 Mon Oct 10 01:08:22 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.4204 2016/10/10 00:05:46 mef Exp $ +$NetBSD: CHANGES-2016,v 1.4205 2016/10/10 01:08:22 mef Exp $ Changes to the packages collection and infrastructure in 2016: @@ -5888,3 +5888,4 @@ Changes to the packages collection and i 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] + Updated devel/patchutils to 0.3.4 [mef 2016-10-10] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16566 pkgsrc/doc/TODO:1.16567 --- pkgsrc/doc/TODO:1.16566 Mon Oct 10 00:05:46 2016 +++ pkgsrc/doc/TODO Mon Oct 10 01:08:22 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16566 2016/10/10 00:05:46 mef Exp $ +$NetBSD: TODO,v 1.16567 2016/10/10 01:08:22 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 patchutils-0.3.4 o pcal-4.8 o pcc-1.1.0 o pcc-current-20160305 --_----------=_1476061702177140--