pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update pkgtools/pkg_chk to 1.66
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2d39c86b44f
branches: trunk
changeset: 506370:f2d39c86b44f
user: abs <abs%pkgsrc.org@localhost>
date: Sun Jan 15 12:32:56 2006 +0000
description:
Update pkgtools/pkg_chk to 1.66
Fix incorrect quotation in test
diffstat:
doc/CHANGES | 3 ++-
pkgtools/pkg_chk/Makefile | 4 ++--
pkgtools/pkg_chk/files/pkg_chk.sh | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r a766cb3899a2 -r f2d39c86b44f doc/CHANGES
--- a/doc/CHANGES Sun Jan 15 12:30:54 2006 +0000
+++ b/doc/CHANGES Sun Jan 15 12:32:56 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12519 2006/01/15 11:33:35 adrianp Exp $
+$NetBSD: CHANGES,v 1.12520 2006/01/15 12:33:55 abs Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -302,3 +302,4 @@
Updated misc/elscreen to 1.4.3 [uebayasi 2006-01-15]
Updated lang/perl5 to 5.8.7nb8 [jlam 2006-01-15]
Updated security/sudo to 1.6.8pl12nb1 [adrianp 2006-01-15]
+ Updated pkgtools/pkg_chk to 1.66 [abs 2006-01-15]
diff -r a766cb3899a2 -r f2d39c86b44f pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Sun Jan 15 12:30:54 2006 +0000
+++ b/pkgtools/pkg_chk/Makefile Sun Jan 15 12:32:56 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/01/12 21:17:16 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2006/01/15 12:32:56 abs Exp $
-DISTNAME= pkg_chk-1.65
+DISTNAME= pkg_chk-1.66
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r a766cb3899a2 -r f2d39c86b44f pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Sun Jan 15 12:30:54 2006 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Sun Jan 15 12:32:56 2006 +0000
@@ -1,6 +1,6 @@
#!@SH@ -e
#
-# $Id: pkg_chk.sh,v 1.25 2006/01/12 21:17:16 joerg Exp $
+# $Id: pkg_chk.sh,v 1.26 2006/01/15 12:32:56 abs Exp $
#
# TODO: Make -g check dependencies and tsort
# TODO: Variation of -g which only lists top level packages
@@ -149,7 +149,7 @@
extract_variables()
{
extract_mk_var PKGSRCDIR /usr/pkgsrc
- if [ ! -d $PKGSRCDIR -a ! $opt_b ] ; then
+ if [ ! -d $PKGSRCDIR -a -z "$opt_b" ] ; then
fatal "Unable to locate PKGSRCDIR ($PKGSRCDIR)"
fi
extract_mk_var PKG_DBDIR /var/db/pkg
Home |
Main Index |
Thread Index |
Old Index