pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Update to 4.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b1a188d2098
branches:  trunk
changeset: 492242:6b1a188d2098
user:      riz <riz%pkgsrc.org@localhost>
date:      Thu Apr 07 18:31:09 2005 +0000

description:
Update to 4.11:
Remove references to PLIST-mi, and substitute check for PLIST.common
instead.  Fixes pkg/29848 by me.  Approved by wiz.

diffstat:

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

diffs (38 lines):

diff -r ca1bc1250c67 -r 6b1a188d2098 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Apr 07 17:30:47 2005 +0000
+++ b/pkgtools/pkglint/Makefile Thu Apr 07 18:31:09 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.226 2005/04/04 11:04:33 abs Exp $
+# $NetBSD: Makefile,v 1.227 2005/04/07 18:31:09 riz Exp $
 #
 
-DISTNAME=      pkglint-4.10
+DISTNAME=      pkglint-4.11
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r ca1bc1250c67 -r 6b1a188d2098 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu Apr 07 17:30:47 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu Apr 07 18:31:09 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.136 2005/03/28 02:16:55 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.137 2005/04/07 18:31:09 riz Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -638,10 +638,10 @@
                log_warning("$opt_packagedir/scripts", NO_LINE_NUMBER, "this directory and its contents are deprecated! Please call the script(s) explicitly from the corresponding target(s) in the 
pkg's Makefile.");
        }
        if (! -f "$opt_packagedir/$pkgdir/PLIST"
-           and ! -f "$opt_packagedir/$pkgdir/PLIST-mi"
+           and ! -f "$opt_packagedir/$pkgdir/PLIST.common"
            and ! $seen_PLIST_SRC
            and ! $seen_NO_PKG_REGISTER ) {
-               log_warning(NO_FILE, NO_LINE_NUMBER, "no PLIST or PLIST-mi, and PLIST_SRC and NO_PKG_REGISTER unset. Are you sure PLIST handling is ok?");
+               log_warning(NO_FILE, NO_LINE_NUMBER, "no PLIST or PLIST.common, and PLIST_SRC and NO_PKG_REGISTER unset. Are you sure PLIST handling is ok?");
        }
        if ($opt_committer) {
                foreach my $wrkdir (<$opt_packagedir/work*>) {



Home | Main Index | Thread Index | Old Index