pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk 1.71: Fix typo in message. PR 33401 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0fe4a04216b
branches:  trunk
changeset: 512095:c0fe4a04216b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 01 09:34:33 2006 +0000

description:
1.71: Fix typo in message.  PR 33401 by MASUDA Hideo.

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 1d4e949f6855 -r c0fe4a04216b pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Mon May 01 09:07:15 2006 +0000
+++ b/pkgtools/pkg_chk/Makefile Mon May 01 09:34:33 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2006/04/23 19:50:46 abs Exp $
+# $NetBSD: Makefile,v 1.31 2006/05/01 09:34:33 wiz Exp $
 
-DISTNAME=      pkg_chk-1.70
+DISTNAME=      pkg_chk-1.71
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 1d4e949f6855 -r c0fe4a04216b pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Mon May 01 09:07:15 2006 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Mon May 01 09:34:33 2006 +0000
@@ -1,6 +1,6 @@
 #!@SH@ -e
 #
-# $Id: pkg_chk.sh,v 1.31 2006/04/23 19:50:46 abs Exp $
+# $Id: pkg_chk.sh,v 1.32 2006/05/01 09:34:33 wiz Exp $
 #
 # TODO: Make -g check dependencies and tsort
 # TODO: Variation of -g which only lists top level packages
@@ -722,7 +722,7 @@
 fi
 
 if [ -n "$opt_S" ]; then
-    msg_progress "Write $PACKGES/$SUMMARY_FILE"
+    msg_progress "Write $PACKAGES/$SUMMARY_FILE"
     echo "$PKGDB" | tr ' ' '\012' > $PACKAGES/$SUMMARY_FILE
 fi
 



Home | Main Index | Thread Index | Old Index