pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files - Uncommented the note that CON...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36292b318690
branches:  trunk
changeset: 505261:36292b318690
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 01 21:58:12 2006 +0000

description:
- Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRS
  don't need to be prefixed with ${WRKSRC}, now that there will be no
  more pullups to 2005Q3.

diffstat:

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

diffs (20 lines):

diff -r 16c4f81be537 -r 36292b318690 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun Jan 01 21:55:44 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun Jan 01 21:58:12 2006 +0000
@@ -1,5 +1,5 @@
 #! @PERL@ -w
-# $NetBSD: pkglint.pl,v 1.444 2006/01/01 21:55:44 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.445 2006/01/01 21:58:12 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -2245,8 +2245,7 @@
        } elsif ($type eq "WrksrcSubdirectory") {
                if ($value =~ qr"^(\$\{WRKSRC\}(?:/|$))") {
                        my ($prefix) = ($1);
-                       # TODO: uncomment after 2005Q4
-                       #$line->log_note("The \"${prefix}\" prefix is not needed here.");
+                       $line->log_note("The \"${prefix}\" prefix is not needed here.");
 
                } elsif ($value ne "" && $value_novar eq "") {
                        # The value of another variable



Home | Main Index | Thread Index | Old Index