summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:23:44 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:23:44 +0000
commit624eed58928f83676fbd7ca01a5f6974bb2cce2a (patch)
treeb6c743ef5703cab8e4729d3a0631c9eee9e501ba
parent8a75231ad415d42ae1742822c557adbe584ca994 (diff)
downloadpkgsrc-624eed58928f83676fbd7ca01a5f6974bb2cce2a.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);
}
#