diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-27 23:48:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-27 23:48:01 +0000 |
commit | b25d847872f9110005c1e70f1da3a4dbbbd286d5 (patch) | |
tree | 190e6787c09147335fa7f55d76abf47beaab31e1 /pkgtools/pkglint/Makefile | |
parent | 75e8487cc6678491e9ffb3c8ffe1875064d25f76 (diff) | |
download | pkgsrc-b25d847872f9110005c1e70f1da3a4dbbbd286d5.tar.gz |
Updated pkglint to 4.46.3.
- Added the $line->replace() method for a convenient way to achieve simple
autofix tasks.
- When autofixing, no backup file is created (it had been created before).
1. Usually "cvs diff" is available.
2. All current autofixed changes are trivial.
3. The fixed file is first written to disk in a new file and then renamed
to the original file, greatly reducing the risk of data loss.
- Fixed a bug in checkdir_package(): In the call to load_package_Makefile(),
the last parameter had not been passed by reference, but by value.
Luckily this had not influenced any other part of pkglint.
- While there, I noticed that it is not necessary to pass some subroutines
the lines of all included Makefiles, so I removed that parameter.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 06e4d436ef5..38873876090 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.311 2005/11/27 20:25:49 rillig Exp $ +# $NetBSD: Makefile,v 1.312 2005/11/27 23:48:01 rillig Exp $ # -DISTNAME= pkglint-4.46.2 +DISTNAME= pkglint-4.46.3 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |