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.60.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09262bb09a37
branches:  trunk
changeset: 511767:09262bb09a37
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Apr 21 10:37:51 2006 +0000

description:
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:

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

diffs (28 lines):

diff -r 2b45e72007f3 -r 09262bb09a37 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Apr 21 09:42:01 2006 +0000
+++ b/pkgtools/pkglint/Makefile Fri Apr 21 10:37:51 2006 +0000
@@ -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 -r 2b45e72007f3 -r 09262bb09a37 pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Fri Apr 21 09:42:01 2006 +0000
+++ b/pkgtools/pkglint/TODO     Fri Apr 21 10:37:51 2006 +0000
@@ -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 @@
   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.



Home | Main Index | Thread Index | Old Index