From 76e611fa1f3f63e4d600a009e162519cd2b4376d Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 9 Feb 2005 09:50:26 +0000 Subject: Update pkg_chk to 1.55 Update the final ${PKG_INFO} working on files to include -. --- pkgtools/pkg_chk/Makefile | 4 ++-- pkgtools/pkg_chk/files/pkg_chk.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 443f380ca1d..90dbd8e619e 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2005/02/01 20:44:48 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/02/09 09:50:26 abs Exp $ -DISTNAME= pkg_chk-1.54 +DISTNAME= pkg_chk-1.55 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 54fda8deba4..9f2d9c00bde 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.11 2005/02/01 20:44:48 wiz Exp $ +# $Id: pkg_chk.sh,v 1.12 2005/02/09 09:50:26 abs Exp $ # # TODO: Handle updates with dependencies via binary packages @@ -164,7 +164,7 @@ fatal_maybe() get_build_ver() { if [ -n "$opt_b" -a -z "$opt_s" ] ; then - ${PKG_INFO} -b $PACKAGES/$PKGNAME.tgz | tail +4 | ${SED} "s|^[^:]*/[^:]*:||" | ${GREP} . + ${PKG_INFO} -. -b $PACKAGES/$PKGNAME.tgz | tail +4 | ${SED} "s|^[^:]*/[^:]*:||" | ${GREP} . return fi files="" -- cgit v1.2.3