pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Don't fix patch files automatic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb63b91d98c3
branches:  trunk
changeset: 504148:eb63b91d98c3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Dec 05 20:23:44 2005 +0000

description:
Don't fix patch files automatically, since after patching them the checksum
is changed, and the distinfo file is not updated automatically.

diffstat:

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

diffs (21 lines):

diff -r ba0cafed1634 -r eb63b91d98c3 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon Dec 05 20:20:10 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon Dec 05 20:23:44 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.413 2005/12/03 03:16:18 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.414 2005/12/05 20:23:44 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -1604,8 +1604,6 @@
        checklines_trailing_empty_lines($lines);
 
        checklines_multiple_patches($lines);
-
-       autofix($lines);
 }
 
 #



Home | Main Index | Thread Index | Old Index