summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES4
-rw-r--r--pkgtools/pkg_chk/Makefile4
-rwxr-xr-xpkgtools/pkg_chk/files/pkg_chk.sh6
3 files changed, 8 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 69249ed42a6..84eae468e89 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7085 2004/09/02 21:56:32 xtraeme Exp $
+$NetBSD: CHANGES,v 1.7086 2004/09/03 10:19:58 abs Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4181,3 +4181,5 @@ Changes to the packages collection and infrastructure in 2004:
Added suse91_gtk2-9.1 [recht 2004-09-02]
Added suse91_locale-9.1 [recht 2004-09-02]
Updated fluxbox to 0.9.10 [xtraeme 2004-09-02]
+ Updated pkg_chk to 1.51 [abs 2004-09-02]
+
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile
index 98501a3baa0..0479ee3f7c6 100644
--- a/pkgtools/pkg_chk/Makefile
+++ b/pkgtools/pkg_chk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/08/28 23:10:34 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/09/03 10:19:17 abs Exp $
-DISTNAME= pkg_chk-1.50
+DISTNAME= pkg_chk-1.51
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 0da91e3862d..f417615540c 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.7 2004/08/28 23:10:34 grant Exp $
+# $Id: pkg_chk.sh,v 1.8 2004/09/03 10:19:17 abs Exp $
#
# TODO: Handle updates with dependencies via binary packages
@@ -333,7 +333,7 @@ while [ $# != 0 ]; do
-s ) opt_s=1 ;;
-u ) opt_u=1 ; opt_i=1 ;;
-v ) opt_v=1 ;;
- -- ) break ;;
+ -- ) shift; break ;;
esac
shift
done
@@ -348,7 +348,7 @@ if [ -z "$opt_a" -a -z "$opt_c" -a -z "$opt_g" -a -z "$opt_i" -a -z "$opt_l" ];t
opt_h=1;
fi
-if [ -n "$opt_h" -o $# != 1 ];then
+if [ -n "$opt_h" -o $# != 0 ];then
echo 'Usage: pkg_chk [opts]
-B Check the "Build version" of packages (implies -i)
-C conf Use pkgchk.conf file 'conf'