diff options
author | rillig <rillig@pkgsrc.org> | 2008-03-06 08:54:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-03-06 08:54:12 +0000 |
commit | f19531b6494b8b5e31c2155ef1e113cf6a56060c (patch) | |
tree | f82623fb3ee46e4e2d87b4a19ddf553407da96bd /pkgtools | |
parent | 819cdb9f48a744d24b2acf74c29e160d2fa24202 (diff) | |
download | pkgsrc-f19531b6494b8b5e31c2155ef1e113cf6a56060c.tar.gz |
Updated pkglint to 4.85.
Changes since 4.84:
- Fixed the splitting of PKGNAME into PKGBASE and PKGVERSION.
- Added a warning about usage of LOCALBASE in packages, provided by jlam.
Diffstat (limited to 'pkgtools')
-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 1df3918701a..bcddd917b38 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.372 2008/02/21 12:24:43 rillig Exp $ +# $NetBSD: Makefile,v 1.373 2008/03/06 08:54:12 rillig Exp $ # # Please don't increase the version number if you are not rillig. -DISTNAME= pkglint-4.84 +DISTNAME= pkglint-4.85 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none |