diff options
author | rillig <rillig> | 2008-03-06 08:54:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-03-06 08:54:12 +0000 |
commit | 8bbda3c163e5a3ad35ef3d9913d2a57f8ecc8451 (patch) | |
tree | f82623fb3ee46e4e2d87b4a19ddf553407da96bd /pkgtools/pkglint | |
parent | 7a99b6d79537fcda439e90d0e156efd6d3f2953f (diff) | |
download | pkgsrc-8bbda3c163e5a3ad35ef3d9913d2a57f8ecc8451.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/pkglint')
-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 |