pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Updated pkglint to 4.68.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3edb7f9dd64
branches:  trunk
changeset: 517119:f3edb7f9dd64
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Aug 04 18:41:11 2006 +0000

description:
Updated pkglint to 4.68.

Changes since 4.67:
- Adjusted to the ongoing changes in the pkgsrc infrastructure.
- Many small improvements in the makevars.map file.
- Stricter checking of dependency patterns, to catch foo-*.
- Small improvement on the use of stack space due to complicated regular
  expressions.
- Many more absolute pathnames are found in patch files, no matter which
  type of file is patched.
- All user-defined variables that are used should be added to BUILD_DEFS.
- All packages that set GNU_CONFIGURE are assumed to need a C compiler.
- Instead of ${TOOL}, tool may be used directly, since the tool wrappers
  are installed very early in the build process.
- Removed the --debug option.
... and many more.

diffstat:

 pkgtools/pkglint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 4d7726658f44 -r f3edb7f9dd64 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Aug 04 18:32:41 2006 +0000
+++ b/pkgtools/pkglint/Makefile Fri Aug 04 18:41:11 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.347 2006/07/15 07:02:11 rillig Exp $
+# $NetBSD: Makefile,v 1.348 2006/08/04 18:41:11 rillig Exp $
 #
 
-DISTNAME=      pkglint-4.67
+DISTNAME=      pkglint-4.68
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index