diff options
author | abs <abs@pkgsrc.org> | 2005-06-01 11:29:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-06-01 11:29:45 +0000 |
commit | 9de9da1d1900de21defd77ef53efc34c00599cb6 (patch) | |
tree | d8e1fbd1e1811fcd72612a56964fe6dabf1a138a /pkgtools/pkg_chk/Makefile | |
parent | 66975d9838237cbe493aa497d0d7b3bdc2885164 (diff) | |
download | pkgsrc-9de9da1d1900de21defd77ef53efc34c00599cb6.tar.gz |
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
Diffstat (limited to 'pkgtools/pkg_chk/Makefile')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index d66d420d67e..71555629f22 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2005/05/07 22:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/01 11:29:45 abs Exp $ -DISTNAME= pkg_chk-1.57 +DISTNAME= pkg_chk-1.58 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |