Subject: CVS commit: pkgsrc/pkgtools/pkg_chk
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/01/2005 11:29:45
Module Name: pkgsrc
Committed By: abs
Date: Wed Jun 1 11:29:45 UTC 2005
Modified Files:
pkgsrc/pkgtools/pkg_chk: Makefile
pkgsrc/pkgtools/pkg_chk/files: pkg_chk.8 pkg_chk.sh
Log Message:
update pkg_chk to 1.58
- sort -l output so that dependencies always come before packages
which depend upon them
- completely rework -u so that a list of packages to be update is generated,
then all mismatched packages are removed, then the list is processed to
add in packages. If -u is interrupted, a second run will resume the update
- update (-u) works with binary packages
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/pkgtools/pkg_chk/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8
cvs rdiff -r1.14 -r1.15 pkgsrc/pkgtools/pkg_chk/files/pkg_chk.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.