diff options
author | rillig <rillig> | 2006-09-16 15:43:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-16 15:43:01 +0000 |
commit | ca5e519fc134eb5293d411c9370b94b681bc915e (patch) | |
tree | 6f34517a424465d2488377ee21a2d8fb0423c3fd /pkgtools/pkglint/Makefile | |
parent | fce02cd72787fb0e1e04c6de017dc4164bebc446 (diff) | |
download | pkgsrc-ca5e519fc134eb5293d411c9370b94b681bc915e.tar.gz |
Updated pkglint to 4.69.
Changes since 4.68:
- Improved the checks for BUILD_DEFS.
- Improved the shell word parser.
- Improved the heuristics for detecting absolute pathnames.
- The :M* operator is only required with GNU configure scripts.
Committed during the freeze to have a unique version number that includes
the features from the last days.
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 8560b55404c..6ec60e9ca9f 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.348 2006/08/04 18:41:11 rillig Exp $ +# $NetBSD: Makefile,v 1.349 2006/09/16 15:43:01 rillig Exp $ # -DISTNAME= pkglint-4.68 +DISTNAME= pkglint-4.69 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |