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

jmr at macports.org jmr at macports.org
Sun Apr 26 06:41:59 PDT 2009


Revision: 50139
          http://trac.macports.org/changeset/50139
Author:   jmr at macports.org
Date:     2009-04-26 06:41:55 -0700 (Sun, 26 Apr 2009)
Log Message:
-----------
lint: allow all platforms currently used in platform variants, sort list

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

Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl	2009-04-26 13:13:38 UTC (rev 50138)
+++ trunk/base/src/port1.0/portlint.tcl	2009-04-26 13:41:55 UTC (rev 50139)
@@ -21,12 +21,14 @@
     "1.0"
 
 set lint_platforms [list \
-    "macosx" \
     "darwin" \
     "freebsd" \
+    "linux" \
+    "macosx" \
+    "netbsd" \
     "openbsd" \
-    "netbsd" \
-    "linux" \
+    "puredarwin" \
+    "solaris" \
     "sunos" \
     ]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090426/4fdfdbf9/attachment.html>


More information about the macports-changes mailing list