pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



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.

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]



Home | Main Index | Thread Index | Old Index