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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b66d84417bb
branches:  trunk
changeset: 507663:9b66d84417bb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Feb 06 10:11:34 2006 +0000

description:
Updated pkglint to 4.56.

Changes since 4.55:
- Avoided false positive warnings about bsd.prefs.mk being required before
  using buildlink3.mk files.
- Restricted the files that are checked for absolute pathnames in patch
  files.
- Some tools that are often used as ${TOOLNAME} need to be explicitly
  added to the USE_TOOLS variable. When complaning about their direct
  use, add a proper advice.
- Readded all the deprecated variables. The warnings will have to stay
  longer than just three months.

diffstat:

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

diffs (13 lines):

diff -r 2b35088366a8 -r 9b66d84417bb pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Mon Feb 06 10:07:23 2006 +0000
+++ b/pkgtools/pkglint/Makefile Mon Feb 06 10:11:34 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.327 2006/01/30 09:35:13 rillig Exp $
+# $NetBSD: Makefile,v 1.328 2006/02/06 10:11:34 rillig Exp $
 #
 
-DISTNAME=      pkglint-4.55
+DISTNAME=      pkglint-4.56
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index