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 CC5B97A1F9 for ; Mon, 20 Feb 2017 05:29:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 46277855CE; Mon, 20 Feb 2017 05:29:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB8CD855B4 for ; Mon, 20 Feb 2017 05:29:49 +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 7rgK97BcagVe for ; Mon, 20 Feb 2017 05:29:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3BB50855B0 for ; Mon, 20 Feb 2017 05:29:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36C06FBE4; Mon, 20 Feb 2017 05:29:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1487568589224180" MIME-Version: 1.0 Date: Mon, 20 Feb 2017 05:29:49 +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: <20170220052949.36C06FBE4@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. --_----------=_1487568589224180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Mon Feb 20 05:29:49 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Correct the version number of the last entry To generate a diff of this commit: cvs rdiff -u -r1.797 -r1.798 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1487568589224180 Content-Disposition: inline Content-Length: 802 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.797 pkgsrc/doc/CHANGES-2017:1.798 --- pkgsrc/doc/CHANGES-2017:1.797 Mon Feb 20 05:23:55 2017 +++ pkgsrc/doc/CHANGES-2017 Mon Feb 20 05:29:49 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.797 2017/02/20 05:23:55 minskim Exp $ +$NetBSD: CHANGES-2017,v 1.798 2017/02/20 05:29:49 minskim Exp $ Changes to the packages collection and infrastructure in 2017: @@ -995,4 +995,4 @@ Changes to the packages collection and i Updated security/py-m2crypto to 0.25.1 [adam 2017-02-19] Updated editors/vim-share to 8.0.0341 [snj 2017-02-19] Updated shells/ast-ksh to 20120801nb2 [maya 2017-02-19] - Updated textproc/ruby-builder to 3.2.2 [minskim 2017-02-19] + Updated textproc/ruby-builder to 3.1.4 [minskim 2017-02-19] --_----------=_1487568589224180--