[30168] trunk/base/src/port1.0/portlint.tcl

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 22 02:10:00 PDT 2007


Revision: 30168
          http://trac.macosforge.org/projects/macports/changeset/30168
Author:   nox at macports.org
Date:     2007-10-22 02:10:00 -0700 (Mon, 22 Oct 2007)

Log Message:
-----------
portlint.tcl: Fixed typo (thanks afb).

Modified Paths:
--------------
    trunk/base/src/port1.0/portlint.tcl

Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl	2007-10-22 07:45:43 UTC (rev 30167)
+++ trunk/base/src/port1.0/portlint.tcl	2007-10-22 09:10:00 UTC (rev 30168)
@@ -383,7 +383,7 @@
     if {[info exists patchfiles]} {
         foreach patchfile $patchfiles {
             if {![string match "patch-*.diff" $patchfile]} {
-                ui_warn "Patchfile $patchfile does not follow the source patch naming policy \"patch-*.file\""
+                ui_warn "Patchfile $patchfile does not follow the source patch naming policy \"patch-*.diff\""
                 incr warnings
             }
         }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071022/a5101a4f/attachment.html


More information about the macports-changes mailing list