pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk Update pkg_chk to 1.55



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70601d2d6c5f
branches:  trunk
changeset: 488766:70601d2d6c5f
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Feb 09 09:50:26 2005 +0000

description:
Update pkg_chk to 1.55
        Update the final ${PKG_INFO} working on files to include -.

diffstat:

 pkgtools/pkg_chk/Makefile         |  4 ++--
 pkgtools/pkg_chk/files/pkg_chk.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 13ba66adbdad -r 70601d2d6c5f pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Wed Feb 09 09:14:58 2005 +0000
+++ b/pkgtools/pkg_chk/Makefile Wed Feb 09 09:50:26 2005 +0000
@@ -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 -r 13ba66adbdad -r 70601d2d6c5f pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Wed Feb 09 09:14:58 2005 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Wed Feb 09 09:50:26 2005 +0000
@@ -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 @@
 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=""



Home | Main Index | Thread Index | Old Index