Received: by mail.netbsd.org (Postfix, from userid 605) id EE15184E3A; Wed, 4 Apr 2018 15:26:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12F0384DBC for ; Wed, 4 Apr 2018 15:26:24 +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 xQnISYmfhOqU for ; Wed, 4 Apr 2018 15:26:23 +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 CCD4084D57 for ; Wed, 4 Apr 2018 15:26:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C45E1FBEC; Wed, 4 Apr 2018 15:26:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1522855582105850" MIME-Version: 1.0 Date: Wed, 4 Apr 2018 15:26:22 +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: <20180404152622.C45E1FBEC@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. --_----------=_1522855582105850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Wed Apr 4 15:26:22 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: Added misc/ruby-patch_finder version 1.0.2 To generate a diff of this commit: cvs rdiff -u -r1.1648 -r1.1649 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1522855582105850 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.1648 pkgsrc/doc/CHANGES-2018:1.1649 --- pkgsrc/doc/CHANGES-2018:1.1648 Wed Apr 4 14:34:01 2018 +++ pkgsrc/doc/CHANGES-2018 Wed Apr 4 15:26:22 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.1648 2018/04/04 14:34:01 wen Exp $ +$NetBSD: CHANGES-2018,v 1.1649 2018/04/04 15:26:22 minskim Exp $ Changes to the packages collection and infrastructure in 2018: @@ -2245,3 +2245,4 @@ Changes to the packages collection and i Updated lang/yabasic to 2.78.5 [wen 2018-04-04] Updated time/p5-Test-MockTime to 1.7 [mef 2018-04-04] Updated time/p5-DateTime-Locale to 1.18 [wen 2018-04-04] + Added misc/ruby-patch_finder version 1.0.2 [minskim 2018-04-04] --_----------=_1522855582105850--