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/pkglint/Makefile | |
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/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 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 |