[79302] branches/gsoc11-post-destroot/base/src/port1.0/portcheckdestroot. tcl

fotanus at macports.org fotanus at macports.org
Wed Jun 8 17:08:44 PDT 2011


Revision: 79302
          http://trac.macports.org/changeset/79302
Author:   fotanus at macports.org
Date:     2011-06-08 17:08:43 -0700 (Wed, 08 Jun 2011)
Log Message:
-----------
Removed _check from checkdestroot functions

It became annoying, since it already starts with check

Modified Paths:
--------------
    branches/gsoc11-post-destroot/base/src/port1.0/portcheckdestroot.tcl

Modified: branches/gsoc11-post-destroot/base/src/port1.0/portcheckdestroot.tcl
===================================================================
--- branches/gsoc11-post-destroot/base/src/port1.0/portcheckdestroot.tcl	2011-06-09 00:01:54 UTC (rev 79301)
+++ branches/gsoc11-post-destroot/base/src/port1.0/portcheckdestroot.tcl	2011-06-09 00:08:43 UTC (rev 79302)
@@ -49,7 +49,7 @@
 }
 
 # Check for errors on port symlinks
-proc portcheckdestroot::checkdestroot_symlink_check {} {
+proc portcheckdestroot::checkdestroot_symlink {} {
     global UI_PREFIX destroot prefix
     ui_notice "$UI_PREFIX Checking for links"
     foreach link [links_list $destroot] {
@@ -77,7 +77,7 @@
 }
 
 # Check for erros that violates the macports directory tree.
-proc portcheckdestroot::checkdestroot_mtree_check {} {
+proc portcheckdestroot::checkdestroot_mtree {} {
 
     global destroot prefix portsharepath destroot.violate_mtree
     global os.platform applications_dir frameworks_dir
@@ -164,7 +164,7 @@
     global UI_PREFIX
     ui_notice "$UI_PREFIX Executing check-destroot phase"
 
-    checkdestroot_symlink_check
-    checkdestroot_mtree_check
+    checkdestroot_symlink
+    checkdestroot_mtree
     return 0
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110608/00516537/attachment.html>


More information about the macports-changes mailing list