diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-06 10:11:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-06 10:11:34 +0000 |
commit | d62b095666285e9cdce79ed46eabe04287679d15 (patch) | |
tree | 70d857f3a3bd1373383cdc429399887bf6abe8f0 /pkgtools/pkglint/Makefile | |
parent | 5fab31e375066401f7b42b5dba55ef5339b448bf (diff) | |
download | pkgsrc-d62b095666285e9cdce79ed46eabe04287679d15.tar.gz |
Updated pkglint to 4.56.
Changes since 4.55:
- Avoided false positive warnings about bsd.prefs.mk being required before
using buildlink3.mk files.
- Restricted the files that are checked for absolute pathnames in patch
files.
- Some tools that are often used as ${TOOLNAME} need to be explicitly
added to the USE_TOOLS variable. When complaning about their direct
use, add a proper advice.
- Readded all the deprecated variables. The warnings will have to stay
longer than just three months.
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 9fb1e35d874..48bb7981cef 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.327 2006/01/30 09:35:13 rillig Exp $ +# $NetBSD: Makefile,v 1.328 2006/02/06 10:11:34 rillig Exp $ # -DISTNAME= pkglint-4.55 +DISTNAME= pkglint-4.56 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |