pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files All *.mk and Makefile* files ca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0afed0109ddc
branches:  trunk
changeset: 503939:0afed0109ddc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Dec 02 08:08:36 2005 +0000

description:
All *.mk and Makefile* files can now be fixed automatically.

diffstat:

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

diffs (20 lines):

diff -r 69061486d770 -r 0afed0109ddc pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Fri Dec 02 07:49:33 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Fri Dec 02 08:08:36 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.407 2005/12/01 17:00:52 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.408 2005/12/02 08:08:36 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -2934,6 +2934,7 @@
        checklines_direct_tools($lines);
        checklines_package_Makefile($lines);
        checklines_Makefile_varuse($lines);
+       autofix($lines);
 }
 
 sub checkfile_package_Makefile($$$) {



Home | Main Index | Thread Index | Old Index