diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-14 00:05:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-14 00:05:23 +0000 |
commit | 14948b389c4bdeae41c1a2654a65d380a05663a8 (patch) | |
tree | 7b4e8c6639efeb314148b0a86f039172de8d2fda /doc/CHANGES | |
parent | 806c1f0c7f355755ca44fcbf76388612b441dd13 (diff) | |
download | pkgsrc-14948b389c4bdeae41c1a2654a65d380a05663a8.tar.gz |
Updated pkglint to 4.28.
Added support to typecheck "List of Something" in Makefile variables.
DEPENDS and BUILD_DEPENDS are of type List of Dependency, CFLAGS are
simply a List.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 18b3cf7fd0e..cee8abd7dcf 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11469 2005/10/13 21:35:44 xtraeme Exp $ +$NetBSD: CHANGES,v 1.11470 2005/10/14 00:06:06 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4571,3 +4571,4 @@ Changes to the packages collection and infrastructure in 2005: Updated comms/synce-rra to 0.9.1nb2 [wiz 2005-10-13] Added sysutils/xenkernel20 version 2.0.7 [agc 2005-10-13] Updated archivers/libarchive to 1.02.036 [xtraeme 2005-10-13] + Updated pkgtools/pkglint to 4.28 [rillig 2005-10-14] |