[90943] trunk/base/src/port1.0/portfetch.tcl

jmr at macports.org jmr at macports.org
Mon Mar 19 00:52:53 PDT 2012


Revision: 90943
          https://trac.macports.org/changeset/90943
Author:   jmr at macports.org
Date:     2012-03-19 00:52:52 -0700 (Mon, 19 Mar 2012)
Log Message:
-----------
distfiles are not necessarily source code

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

Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl	2012-03-19 07:36:07 UTC (rev 90942)
+++ trunk/base/src/port1.0/portfetch.tcl	2012-03-19 07:52:52 UTC (rev 90943)
@@ -470,7 +470,7 @@
                     set fetched 1
                     break
                 } else {
-                    ui_debug "[msgcat::mc "Fetching source failed:"]: $result"
+                    ui_debug "[msgcat::mc "Fetching distfile failed:"]: $result"
                     file delete -force "${distpath}/${distfile}.TMP"
                 }
             }
@@ -514,7 +514,7 @@
 proc portfetch::fetch_start {args} {
     global UI_PREFIX subport distpath
 
-    ui_notice "$UI_PREFIX [format [msgcat::mc "Fetching source for %s"] $subport]"
+    ui_notice "$UI_PREFIX [format [msgcat::mc "Fetching distfiles for %s"] $subport]"
 
     # create and chown $distpath
     if {![file isdirectory $distpath]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120319/67837818/attachment.html>


More information about the macports-changes mailing list