[42659] branches/variant-descs-14482/base/src/macports1.0/macports.tcl

raimue at macports.org raimue at macports.org
Fri Nov 28 07:44:30 PST 2008


Revision: 42659
          http://trac.macports.org/changeset/42659
Author:   raimue at macports.org
Date:     2008-11-28 07:44:30 -0800 (Fri, 28 Nov 2008)
Log Message:
-----------
macports1.0/macports.tcl:
Rename portresourcepath from .resources to _resources

Modified Paths:
--------------
    branches/variant-descs-14482/base/src/macports1.0/macports.tcl

Modified: branches/variant-descs-14482/base/src/macports1.0/macports.tcl
===================================================================
--- branches/variant-descs-14482/base/src/macports1.0/macports.tcl	2008-11-28 09:52:26 UTC (rev 42658)
+++ branches/variant-descs-14482/base/src/macports1.0/macports.tcl	2008-11-28 15:44:30 UTC (rev 42659)
@@ -901,10 +901,10 @@
 }
 
 ##
-# Get the path to the .resources directory of the source
+# Get the path to the _resources directory of the source
 #
 # @param url port url
-# @return path to the .resources directory or the path to the fallback
+# @return path to the _resources directory or the path to the fallback
 proc macports::getportresourcepath {url {path ""}} {
     global macports::sources_default
 
@@ -917,7 +917,7 @@
     }
 
     # append requested path
-    set proposedpath [file join $proposedpath .resources $path]
+    set proposedpath [file join $proposedpath _resources $path]
 
     if {![file exists $proposedpath]} {
         # fallback
@@ -929,7 +929,7 @@
         }
 
         # append requested path
-        set proposedpath [file join $proposedpath .resources $path]
+        set proposedpath [file join $proposedpath _resources $path]
     }
 
     return $proposedpath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081128/73b5a89e/attachment.html>


More information about the macports-changes mailing list