summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-04-23 19:50:46 +0000
committerabs <abs@pkgsrc.org>2006-04-23 19:50:46 +0000
commitaf81038321afc440efc9ceebc51284665a3bc0c9 (patch)
tree07dd0430e70299e5cc390cc756eb4dc058312e81 /pkgtools/pkg_chk
parent5c02345bf35a8d854c1096e20f1d036e72752af6 (diff)
downloadpkgsrc-af81038321afc440efc9ceebc51284665a3bc0c9.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/Makefile4
-rwxr-xr-xpkgtools/pkg_chk/files/pkg_chk.sh3
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