Received: by mail.netbsd.org (Postfix, from userid 605) id 1333384D8A; Mon, 1 Jul 2019 22:13:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A78E84D53 for ; Mon, 1 Jul 2019 22:13:10 +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 4arwE_0y3nCR for ; Mon, 1 Jul 2019 22:13:10 +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 CCC5A84CD4 for ; Mon, 1 Jul 2019 22:13:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBE1EFBF4; Mon, 1 Jul 2019 22:13:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562019189175860" MIME-Version: 1.0 Date: Mon, 1 Jul 2019 22:13:09 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20190701221309.BBE1EFBF4@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. --_----------=_1562019189175860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon Jul 1 22:13:09 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2015 Log Message: doc/CHANGES-2015: fix case-sensitivity typo in package path When I generated the list of packages that were removed without being recorded, I did it on Windows on a case-insensitive file system. Therefore the package directory audio/eyed3 seemed to exist, when its name was actually audio/eyeD3 with a capital D. Therefore I missed this entry. To generate a diff of this commit: cvs rdiff -u -r1.5231 -r1.5232 pkgsrc/doc/CHANGES-2015 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562019189175860 Content-Disposition: inline Content-Length: 904 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2015 diff -u pkgsrc/doc/CHANGES-2015:1.5231 pkgsrc/doc/CHANGES-2015:1.5232 --- pkgsrc/doc/CHANGES-2015:1.5231 Sun Jun 12 08:50:15 2016 +++ pkgsrc/doc/CHANGES-2015 Mon Jul 1 22:13:09 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2015,v 1.5231 2016/06/12 08:50:15 wiz Exp $ +$NetBSD: CHANGES-2015,v 1.5232 2019/07/01 22:13:09 rillig Exp $ Changes to the packages collection and infrastructure in 2015: @@ -84,7 +84,7 @@ Changes to the packages collection and i Removed lang/twelf [dholland 2015-01-04] Updated archivers/arc to 5.21p [wiz 2015-01-04] Updated archivers/lziprecover to 1.16 [wiz 2015-01-04] - Added audio/eyed3 version 0.7.5 [wiz 2015-01-04] + Added audio/eyeD3 version 0.7.5 [wiz 2015-01-04] Removed chat/zephyr-mode [joerg 2015-01-04] Added audio/p5-MusicBrainz-DiscID version 0.03 [wiz 2015-01-04] Removed chat/tzc [joerg 2015-01-04] --_----------=_1562019189175860--