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 F423E7A217 for ; Sat, 18 Mar 2017 01:49:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A5EA785604; Sat, 18 Mar 2017 01:49:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 374CA855FC for ; Sat, 18 Mar 2017 01:49:22 +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 T8vZ9EjEs0TE for ; Sat, 18 Mar 2017 01:49:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9AD3A84CE2 for ; Sat, 18 Mar 2017 01:49:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA5F8FBE4; Sat, 18 Mar 2017 01:49:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148980176076210" MIME-Version: 1.0 Date: Sat, 18 Mar 2017 01:49:20 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20170318014920.CA5F8FBE4@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. --_----------=_148980176076210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sat Mar 18 01:49:20 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Added devel/py-ipython_genutils version 0.2.0 To generate a diff of this commit: cvs rdiff -u -r1.1190 -r1.1191 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148980176076210 Content-Disposition: inline Content-Length: 749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.1190 pkgsrc/doc/CHANGES-2017:1.1191 --- pkgsrc/doc/CHANGES-2017:1.1190 Fri Mar 17 22:43:53 2017 +++ pkgsrc/doc/CHANGES-2017 Sat Mar 18 01:49:20 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.1190 2017/03/17 22:43:53 rillig Exp $ +$NetBSD: CHANGES-2017,v 1.1191 2017/03/18 01:49:20 minskim Exp $ Changes to the packages collection and infrastructure in 2017: @@ -1448,3 +1448,4 @@ Changes to the packages collection and i Updated devel/lldb to 4.0.0 [adam 2017-03-17] Updated devel/include-what-you-use to 0.7nb2 [adam 2017-03-17] Updated pkgtools/pkglint to 5.4.19 [rillig 2017-03-17] + Added devel/py-ipython_genutils version 0.2.0 [minskim 2017-03-18] --_----------=_148980176076210--