pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint4 Updated pkglint4 to 4.164



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2eed540d5bb
branches:  trunk
changeset: 369954:b2eed540d5bb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 08 23:25:06 2017 +0000

description:
Updated pkglint4 to 4.164

Removed support for kde3, since it has been removed from pkgsrc.

diffstat:

 pkgtools/pkglint4/Makefile         |   5 ++---
 pkgtools/pkglint4/files/pkglint.pl |  10 +---------
 2 files changed, 3 insertions(+), 12 deletions(-)

diffs (38 lines):

diff -r a6050dc16472 -r b2eed540d5bb pkgtools/pkglint4/Makefile
--- a/pkgtools/pkglint4/Makefile        Sun Oct 08 22:31:30 2017 +0000
+++ b/pkgtools/pkglint4/Makefile        Sun Oct 08 23:25:06 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/06/14 16:25:17 prlw1 Exp $
+# $NetBSD: Makefile,v 1.9 2017/10/08 23:25:06 rillig Exp $
 
-PKGNAME=       pkglint4-4.163
-PKGREVISION=   2
+PKGNAME=       pkglint4-4.164
 CATEGORIES=    pkgtools
 
 OWNER=         rillig%NetBSD.org@localhost
diff -r a6050dc16472 -r b2eed540d5bb pkgtools/pkglint4/files/pkglint.pl
--- a/pkgtools/pkglint4/files/pkglint.pl        Sun Oct 08 22:31:30 2017 +0000
+++ b/pkgtools/pkglint4/files/pkglint.pl        Sun Oct 08 23:25:06 2017 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.5 2017/06/14 16:23:09 prlw1 Exp $
+# $NetBSD: pkglint.pl,v 1.6 2017/10/08 23:25:06 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -3773,14 +3773,6 @@
                }
        }
 
-       if ($varname eq "CONFIGURE_ARGS" && $value =~ m"=\$\{PREFIX\}/share/kde") {
-               $line->log_note("Please .include \"../../meta-pkgs/kde3/kde3.mk\" instead of this line.");
-               $line->explain_note(
-"That file probably does many things automatically and consistently that",
-"this package also does. When using kde3.mk, you can probably also leave",
-"out some explicit dependencies.");
-       }
-
        if ($varname eq "EVAL_PREFIX" && $value =~ m"^([\w_]+)=") {
                my ($eval_varname) = ($1);
 



Home | Main Index | Thread Index | Old Index