diff options
author | rillig <rillig@pkgsrc.org> | 2005-02-12 21:34:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-02-12 21:34:47 +0000 |
commit | c3bb1af75001cf07d51aa275f5be11ac9a2c84ae (patch) | |
tree | eb11787c60a5533270be8e884124f0e3839f897c /doc | |
parent | 9c892ff247ace61437f4822dcb88d4f33f71f5ba (diff) | |
download | pkgsrc-c3bb1af75001cf07d51aa275f5be11ac9a2c84ae.tar.gz |
Pkglint now checks that the file entries in PLIST files are correctly
sorted. Welcome to 4.03.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 1db98613b16..46ab36e54bb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9122 2005/02/12 17:59:03 kim Exp $ +$NetBSD: CHANGES,v 1.9123 2005/02/12 21:34:47 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -857,3 +857,4 @@ Changes to the packages collection and infrastructure in 2005: Updated pkglint to 4.02 [rillig 2005-02-12] Updated roundup to 0.7.11 [recht 2005-02-12] Added cisco-mibs-20050210 [kim 2005-02-12] + Updated pkglint to 4.03 [rillig 2005-02-12] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.3018 2005/02/12 16:52:07 taca Exp $ +$NetBSD: TODO,v 1.3019 2005/02/12 21:34:47 rillig Exp $ Suggested new packages ====================== @@ -1199,8 +1199,6 @@ Infrastructure problems which need addressing Suggested pkgsrc enhancements ============================= - o Add a sort check to pkglint for PLISTs. - o Allow tokens in Makefiles, etc to silence pkglint WARNS. e.g. # ABS_PATH could silence an absolute path warning such as |