pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Add to explanation for empty PLIST: n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/433fa9b69eeb
branches:  trunk
changeset: 538613:433fa9b69eeb
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Feb 13 20:14:49 2008 +0000

description:
Add to explanation for empty PLIST: not needed for meta packages.

diffstat:

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

diffs (32 lines):

diff -r ca2b49641679 -r 433fa9b69eeb pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Wed Feb 13 20:10:20 2008 +0000
+++ b/pkgtools/pkglint/Makefile Wed Feb 13 20:14:49 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.369 2008/01/04 15:59:47 rillig Exp $
+# $NetBSD: Makefile,v 1.370 2008/02/13 20:14:49 reed Exp $
 #
 
-DISTNAME=      pkglint-4.82
+DISTNAME=      pkglint-4.83
 CATEGORIES=    pkgtools
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r ca2b49641679 -r 433fa9b69eeb pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Feb 13 20:10:20 2008 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Feb 13 20:14:49 2008 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.762 2008/01/31 14:00:17 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.763 2008/02/13 20:14:49 reed Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -7550,7 +7550,7 @@
 "",
 "Another reason, common for Perl packages, is that the PLIST is",
 "automatically generated. Since there is no use of the empty PLIST file,",
-"it shouldn't be necessary.");
+"it shouldn't be necessary. Also PLIST is not needed for meta packages.");
        }
 
        # Get the list of all files from the PLIST.



Home | Main Index | Thread Index | Old Index