pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files SuSE packages live in suse100 n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e51cfb773479
branches:  trunk
changeset: 398902:e51cfb773479
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 10 21:22:56 2009 +0000

description:
SuSE packages live in suse100 nowadays and for Python pick 2.6.

diffstat:

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

diffs (21 lines):

diff -r 04df0f19d8c9 -r e51cfb773479 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu Sep 10 20:20:56 2009 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu Sep 10 21:22:56 2009 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.819 2009/07/26 21:03:19 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.820 2009/09/10 21:22:56 joerg Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -2512,8 +2512,8 @@
        $relpath =~ s,\$\{\.CURDIR\},.,;
        $relpath =~ s,\$\{\.PARSEDIR\},.,;
        $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php5,;
-       $relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse91,;
-       $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python23,;
+       $relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse100,;
+       $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python26,;
        $relpath =~ s,\$\{FILESDIR\},$filesdir, if defined($filesdir);
        if ($adjust_depth && $relpath =~ m"^\.\./\.\./([^.].*)$") {
                $relpath = "${cur_pkgsrcdir}/$1";



Home | Main Index | Thread Index | Old Index