diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-21 10:37:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-21 10:37:51 +0000 |
commit | fff7c773b6942add3e09e24ee7b3e8891bafd416 (patch) | |
tree | 36b08fa6899323fc2032673f93030692c12ebb91 /pkgtools | |
parent | 0b63ee04f7f4881e1ba5853b628cd06e018d81da (diff) | |
download | pkgsrc-fff7c773b6942add3e09e24ee7b3e8891bafd416.tar.gz |
Updated pkglint to 4.60.
Changes since 4.59:
- For many variables the :Q operator is not needed (by definition), for
example some pathnames, user names, group names.
- Improved the diagnostics for planned package updates.
- Various catch-ups to recent changes in the infrastructure, among them
BUILDLINK_ABI_DEPENDS and gettext.mk.
- When the PLIST contains a libtool archive, the *.a and *.so files don't
have to be mentioned explicitly.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 54f3e326528..340ae6ad3ed 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.336 2006/04/12 20:25:06 rillig Exp $ +# $NetBSD: Makefile,v 1.337 2006/04/21 10:37:51 rillig Exp $ # -DISTNAME= pkglint-4.59 +DISTNAME= pkglint-4.60 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index c8abdc48a3e..0edb34407b3 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.43 2006/04/19 15:05:34 joerg Exp $ +$NetBSD: TODO,v 1.44 2006/04/21 10:37:51 rillig Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -29,5 +29,3 @@ include the name of an example package where a warning should occur. happened in the file before that line. * Add checks for binary packages. See Debian/lintian for ideas. * Check that USE_LIBTOOL=yes, when the PLIST contains *.la. -* Warn if the PLIST contains both libtool archives and the expanded version, - e.g. libfoo.la and libfoo.a. |