[56654] branches/gsoc09-gui/MacPorts_Framework

juanger at macports.org juanger at macports.org
Mon Aug 31 11:16:35 PDT 2009


Revision: 56654
          http://trac.macports.org/changeset/56654
Author:   juanger at macports.org
Date:     2009-08-31 11:16:31 -0700 (Mon, 31 Aug 2009)
Log Message:
-----------
BUGFIX: Adding nottype to debug messages.  For some reason it was missing and MacPorts 1.8 doesn't like it.

Modified Paths:
--------------
    branches/gsoc09-gui/MacPorts_Framework/init.tcl
    branches/gsoc09-gui/MacPorts_Framework/interpInit.tcl
    branches/gsoc09-gui/MacPorts_Framework/portProcessInit.tcl

Modified: branches/gsoc09-gui/MacPorts_Framework/init.tcl
===================================================================
--- branches/gsoc09-gui/MacPorts_Framework/init.tcl	2009-08-31 18:10:58 UTC (rev 56653)
+++ branches/gsoc09-gui/MacPorts_Framework/init.tcl	2009-08-31 18:16:31 UTC (rev 56654)
@@ -82,7 +82,7 @@
 			set nottype "MPMsgNotification" 
 		}
 		debug {
-			set "MPDebugNotification"
+			set nottype "MPDebugNotification"
 			puts "Recieved Debug"
 		}
 		warn {

Modified: branches/gsoc09-gui/MacPorts_Framework/interpInit.tcl
===================================================================
--- branches/gsoc09-gui/MacPorts_Framework/interpInit.tcl	2009-08-31 18:10:58 UTC (rev 56653)
+++ branches/gsoc09-gui/MacPorts_Framework/interpInit.tcl	2009-08-31 18:16:31 UTC (rev 56654)
@@ -84,7 +84,7 @@
 			set nottype "MPMsgNotification" 
 		}
 		debug {
-			set "MPDebugNotification"
+			set nottype "MPDebugNotification"
 			puts "Recieved Debug"
 		}
 		warn {

Modified: branches/gsoc09-gui/MacPorts_Framework/portProcessInit.tcl
===================================================================
--- branches/gsoc09-gui/MacPorts_Framework/portProcessInit.tcl	2009-08-31 18:10:58 UTC (rev 56653)
+++ branches/gsoc09-gui/MacPorts_Framework/portProcessInit.tcl	2009-08-31 18:16:31 UTC (rev 56654)
@@ -84,7 +84,7 @@
 			set nottype "MPMsgNotification" 
 		}
 		debug {
-			set "MPDebugNotification"
+			set nottype "MPDebugNotification"
 			puts "Recieved Debug"
 		}
 		warn {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090831/5cb43183/attachment.html>


More information about the macports-changes mailing list