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

snc at macports.org snc at macports.org
Mon Oct 17 13:26:01 PDT 2011


Revision: 85934
          http://trac.macports.org/changeset/85934
Author:   snc at macports.org
Date:     2011-10-17 13:26:01 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
base: tweak end of license numeric check to allow +

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

Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl	2011-10-17 20:23:36 UTC (rev 85933)
+++ trunk/base/src/port1.0/portlint.tcl	2011-10-17 20:26:01 UTC (rev 85934)
@@ -524,7 +524,7 @@
                 set license_skip 1
 
             # missing hyphen
-            } elseif {![string equal -nocase "X11" $test] && [regexp {([^-+a-z]+)$} $test license_full license_name license_vers]} {
+            } elseif {![string equal -nocase "X11" $test] && [regexp {([^-a-z]+)$} $test license_full license_name license_vers]} {
                 ui_error "invalid license '${test}': missing hyphen between ${license_name} ${license_vers}"
             }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111017/127497c2/attachment.html>


More information about the macports-changes mailing list