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.74



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a18ed6246d7
branches:  trunk
changeset: 514086:4a18ed6246d7
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jun 07 16:27:14 2006 +0000

description:
Update pkg_chk to 1.74
        1.73 was completely broken.. but only after checking in.
        ahh... Unwanted expansion of RCS tags, I know ye well...

diffstat:

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

diffs (34 lines):

diff -r c4e5585ce8f6 -r 4a18ed6246d7 pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Wed Jun 07 15:49:46 2006 +0000
+++ b/pkgtools/pkg_chk/Makefile Wed Jun 07 16:27:14 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2006/06/07 13:52:39 abs Exp $
+# $NetBSD: Makefile,v 1.34 2006/06/07 16:27:14 abs Exp $
 
-DISTNAME=      pkg_chk-1.73
+DISTNAME=      pkg_chk-1.74
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r c4e5585ce8f6 -r 4a18ed6246d7 pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Wed Jun 07 15:49:46 2006 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Wed Jun 07 16:27:14 2006 +0000
@@ -1,6 +1,6 @@
 #!@SH@ -e
 #
-# $Id: pkg_chk.sh,v 1.34 2006/06/07 13:52:39 abs Exp $
+# $Id: pkg_chk.sh,v 1.35 2006/06/07 16:27:14 abs Exp $
 #
 # TODO: Make -g check dependencies and tsort
 # TODO: Variation of -g which only lists top level packages
@@ -66,8 +66,8 @@
        else
            if [ -n "$opt_B" ];then
                # sort here temporarily to handle older +BUILD_VERSION
-               current_build_ver=$(get_build_ver | ${SED} "s|.*\$NetBSD: pkg_chk.sh,v 1.34 2006/06/07 13:52:39 abs Exp ${SORT} -u)
-               installed_build_ver=$(${SED} "s|.*\$NetBSD: pkg_chk.sh,v 1.34 2006/06/07 13:52:39 abs Exp $PKG_DBDIR/$PKGNAME/+BUILD_VERSION | ${SORT} -u)
+               current_build_ver=$(get_build_ver | ${SED} 's|.*\$NetBSD\: ||' | ${SORT} -u)
+               installed_build_ver=$(${SED} 's|.*\$NetBSD\: ||' $PKG_DBDIR/$PKGNAME/+BUILD_VERSION | ${SORT} -u)
                if [ x"$current_build_ver" != x"$installed_build_ver" ];then
                    msg "$PKGNAME: build-version mismatch"
                    verbose "--current--"



Home | Main Index | Thread Index | Old Index