diff options
author | abs <abs> | 2006-04-23 19:50:46 +0000 |
---|---|---|
committer | abs <abs> | 2006-04-23 19:50:46 +0000 |
commit | a88f8a71b65ca0e6e664135a1998e0ef68743119 (patch) | |
tree | 07dd0430e70299e5cc390cc756eb4dc058312e81 /pkgtools/pkg_chk | |
parent | 6defd2c9c566307c28d1099e2ea74ebc768ad992 (diff) | |
download | pkgsrc-a88f8a71b65ca0e6e664135a1998e0ef68743119.tar.gz |
Update pkg_chk to 1.70 - list -q in usage, noted by Rui Paulo
Diffstat (limited to 'pkgtools/pkg_chk')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 4 | ||||
-rwxr-xr-x | pkgtools/pkg_chk/files/pkg_chk.sh | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 1d98a894ce2..74e776b4860 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2006/04/04 18:38:13 tv Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/23 19:50:46 abs Exp $ -DISTNAME= pkg_chk-1.69.1 +DISTNAME= pkg_chk-1.70 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkg_chk/files/pkg_chk.sh b/pkgtools/pkg_chk/files/pkg_chk.sh index 4eab934bc40..8ff2f446946 100755 --- a/pkgtools/pkg_chk/files/pkg_chk.sh +++ b/pkgtools/pkg_chk/files/pkg_chk.sh @@ -1,6 +1,6 @@ #!@SH@ -e # -# $Id: pkg_chk.sh,v 1.30 2006/04/04 18:38:13 tv Exp $ +# $Id: pkg_chk.sh,v 1.31 2006/04/23 19:50:46 abs Exp $ # # TODO: Make -g check dependencies and tsort # TODO: Variation of -g which only lists top level packages @@ -561,6 +561,7 @@ usage() -N List installed packages for which a newer version is in TODO -n Display actions that would be taken, but do not perform them -P dir Set PACKAGES dir (overrides any other setting) + -q Do not display actions or take any action; only list packages -r Recursively remove mismatches (use with care) (implies -i) -S Create summary of binary packages -s Install packages by building from source |