pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Tell LUA_PKGSRCDIR and change P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c505b3206dd6
branches:  trunk
changeset: 635172:c505b3206dd6
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 01 13:12:38 2014 +0000

description:
Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0aa855f127a8 -r c505b3206dd6 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun Jun 01 12:39:49 2014 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun Jun 01 13:12:38 2014 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.867 2014/05/31 15:56:59 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.868 2014/06/01 13:12:38 obache Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -1475,7 +1475,8 @@
        $relpath =~ s,\$\{PKGSRCDIR\},$cur_pkgsrcdir,;
        $relpath =~ s,\$\{\.CURDIR\},.,;
        $relpath =~ s,\$\{\.PARSEDIR\},.,;
-       $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php53,;
+       $relpath =~ s,\$\{LUA_PKGSRCDIR\},../../lang/lua52,;
+       $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php54,;
        $relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse100,;
        $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python27,;
        $relpath =~ s,\$\{FILESDIR\},$filesdir, if defined($filesdir);



Home | Main Index | Thread Index | Old Index