summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:23:44 +0000
committerrillig <rillig>2005-12-05 20:23:44 +0000
commit5bf026ec112f405b514a2d69a72e10fa92c4c524 (patch)
treeb6c743ef5703cab8e4729d3a0631c9eee9e501ba
parent162170556ff7eb5cac29fcd16fad5ff156cc6456 (diff)
downloadpkgsrc-5bf026ec112f405b514a2d69a72e10fa92c4c524.tar.gz
Don't fix patch files automatically, since after patching them the checksum
is changed, and the distinfo file is not updated automatically.
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index f9ca33e98f9..a9f3eedaa7d 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -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 @@ sub checkfile_patches_patch($) {
checklines_trailing_empty_lines($lines);
checklines_multiple_patches($lines);
-
- autofix($lines);
}
#