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 | f6103d78ce0298c882500bb8478def87e6b18ba3 (patch) | |
tree | eb11787c60a5533270be8e884124f0e3839f897c /doc | |
parent | 0ffc72c595804dc3b5d2e895ea3bd69288f24798 (diff) | |
download | pkgsrc-f6103d78ce0298c882500bb8478def87e6b18ba3.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 |