[105049] users/cal/base-rewrite/src/macports2.0/priority.tcl
cal at macports.org
cal at macports.org
Mon Apr 8 09:55:49 PDT 2013
Revision: 105049
https://trac.macports.org/changeset/105049
Author: cal at macports.org
Date: 2013-04-08 09:55:49 -0700 (Mon, 08 Apr 2013)
Log Message:
-----------
priority.tcl: rename warn to warning, fix indent
Modified Paths:
--------------
users/cal/base-rewrite/src/macports2.0/priority.tcl
Modified: users/cal/base-rewrite/src/macports2.0/priority.tcl
===================================================================
--- users/cal/base-rewrite/src/macports2.0/priority.tcl 2013-04-08 16:52:01 UTC (rev 105048)
+++ users/cal/base-rewrite/src/macports2.0/priority.tcl 2013-04-08 16:55:49 UTC (rev 105049)
@@ -58,7 +58,7 @@
# \par Example
# If you try to search for a port, but your port index is corrupt or
# missing, MacPorts cannot continue and will abort with this priority.
- variable error 1
+ variable error 1
##
# Priority used when possibly undesired conditions arise, but MacPorts
@@ -67,7 +67,7 @@
# \par Example
# MacPorts will warn you using this priority if your port trees have not
# been synced in a long time.
- variable warn 2
+ variable warning 2
##
# Priority describing information that might be relevant for the user,
@@ -87,7 +87,7 @@
# \par Example
# port checksum prints the checksums recorded in the Portfile and the
# checksums of the downloaded distfile using this priority.
- variable info 4
+ variable info 4
##
# Priority for internal debugging information of MacPorts. Use this when
@@ -98,5 +98,5 @@
#
# \par Example
# Every command execution will be printed using this priority.
- variable debug 5
+ variable debug 5
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130408/0615c14c/attachment.html>
More information about the macports-changes
mailing list