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/47220f157117
branches: trunk
changeset: 564754:47220f157117
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 612fce0a1bfe -r 47220f157117 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