diff options
author | abs <abs@pkgsrc.org> | 2006-10-02 19:35:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-10-02 19:35:43 +0000 |
commit | dd11e141d03620c0c0151fec91abcedba58608bc (patch) | |
tree | 3138027761cbf8ffd0b39f8404ab25e90be4d98a /pkgtools/pkglint/Makefile | |
parent | 39628ff4862aeb9ee49ad74b1996ca8f6884c2f7 (diff) | |
download | pkgsrc-dd11e141d03620c0c0151fec91abcedba58608bc.tar.gz |
Update pkgtools/pkglint to 4.71 - lintpkgsrc changes:
- Handle 'badly named' patch files
- In the event of a distint checksum mismatch, report the affected file
as well as package
- If we need to call out to make to parse a makefile and it returns any
errors, ensure we prefix the error output with the Makefile path
- run through perltidy. Ugly, but consistent
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 bb0b358babc..75fed432b41 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.350 2006/09/27 15:10:45 joerg Exp $ +# $NetBSD: Makefile,v 1.351 2006/10/02 19:35:43 abs Exp $ # -DISTNAME= pkglint-4.70 +DISTNAME= pkglint-4.71 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |