diff options
author | dillo <dillo@pkgsrc.org> | 2008-05-21 20:53:28 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-05-21 20:53:28 +0000 |
commit | 57adb91914e1523b5e28569aa9a7a37d3323df7c (patch) | |
tree | cc72ffd9ecf23da98b4ae9cd6309816ab6db4a4b | |
parent | ba7a46bd536934a707f4f6d64916eb5bd3aaa4e6 (diff) | |
download | pkgsrc-57adb91914e1523b5e28569aa9a7a37d3323df7c.tar.gz |
Bump version of pkg_chk to 1.93:
- Explicitly clear automatic flag for packages user wants installed
that got pulled in previously.
- Only ignore pkg_summary.gz in local repository if newer files
with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz
created by pbulk would be ignored because pkg_summary.bz2 is
newer.)
-rw-r--r-- | doc/CHANGES-2008 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 14d9e9bf373..16d352a6da5 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.1116 2008/05/21 20:17:14 abs Exp $ +$NetBSD: CHANGES-2008,v 1.1117 2008/05/21 20:53:28 dillo Exp $ Changes to the packages collection and infrastructure in 2008: @@ -1886,3 +1886,4 @@ Changes to the packages collection and infrastructure in 2008: Updated pkgtools/pkg_leaves to 1.1 [tnn 2008-05-21] Updated benchmarks/bonnie++ to 1.03c [wiz 2008-05-21] Updated pkgtools/pkglint to 4.86 [abs 2008-05-21] + Updated pkgtools/pkg_chk to 1.93 [dillo 2008-05-21] |