pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint4



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Oct  8 23:25:06 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkglint4: Makefile
        pkgsrc/pkgtools/pkglint4/files: pkglint.pl

Log Message:
Updated pkglint4 to 4.164

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/pkgtools/pkglint4/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/pkglint4/files/pkglint.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkglint4/Makefile
diff -u pkgsrc/pkgtools/pkglint4/Makefile:1.8 pkgsrc/pkgtools/pkglint4/Makefile:1.9
--- pkgsrc/pkgtools/pkglint4/Makefile:1.8       Wed Jun 14 16:25:17 2017
+++ pkgsrc/pkgtools/pkglint4/Makefile   Sun Oct  8 23:25:06 2017
@@ -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

Index: pkgsrc/pkgtools/pkglint4/files/pkglint.pl
diff -u pkgsrc/pkgtools/pkglint4/files/pkglint.pl:1.5 pkgsrc/pkgtools/pkglint4/files/pkglint.pl:1.6
--- pkgsrc/pkgtools/pkglint4/files/pkglint.pl:1.5       Wed Jun 14 16:23:09 2017
+++ pkgsrc/pkgtools/pkglint4/files/pkglint.pl   Sun Oct  8 23:25:06 2017
@@ -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 @@ sub checkline_mk_varassign($$$$$) {
                }
        }
 
-       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