pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint 4.07: Use correct variable in workdir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1c022ba4e9c
branches:  trunk
changeset: 489544:e1c022ba4e9c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 23 11:45:16 2005 +0000

description:
4.07: Use correct variable in workdir-cleanup warning.

diffstat:

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

diffs (34 lines):

diff -r c14bb8f4bc95 -r e1c022ba4e9c pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Wed Feb 23 11:13:10 2005 +0000
+++ b/pkgtools/pkglint/Makefile Wed Feb 23 11:45:16 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.222 2005/02/21 23:16:34 wiz Exp $
+# $NetBSD: Makefile,v 1.223 2005/02/23 11:45:16 wiz Exp $
 #
 
-DISTNAME=      pkglint-4.06
+DISTNAME=      pkglint-4.07
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r c14bb8f4bc95 -r e1c022ba4e9c pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Feb 23 11:13:10 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Feb 23 11:45:16 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.133 2005/02/17 23:31:07 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.134 2005/02/23 11:45:16 wiz Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -646,7 +646,7 @@
        if ($opt_committer) {
                foreach my $wrkdir (<$opt_packagedir/work*>) {
                        if ($opt_warn_workdir && -d $wrkdir) {
-                               log_warning($opt_warn_workdir, NO_LINE_NUMBER, "should be cleaned up before committing the package.");
+                               log_warning($wrkdir, NO_LINE_NUMBER, "should be cleaned up before committing the package.");
                        }
                }
                foreach my $backup (<$opt_packagedir/*~>, <$opt_packagedir/*/*~>) {



Home | Main Index | Thread Index | Old Index