[57027] branches/release_1_8

jmr at macports.org jmr at macports.org
Fri Sep 4 20:07:01 PDT 2009


Revision: 57027
          http://trac.macports.org/changeset/57027
Author:   jmr at macports.org
Date:     2009-09-04 20:07:01 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
merge r57026 from trunk:
 slightly better error message when a pseudo-port expression matches nothing

Revision Links:
--------------
    http://trac.macports.org/changeset/57026

Modified Paths:
--------------
    branches/release_1_8/base/src/port/port.tcl

Property Changed:
----------------
    branches/release_1_8/
    branches/release_1_8/base/


Property changes on: branches/release_1_8
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,56147,56435,56448
   + /trunk:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,56147,56435,56448,57026


Property changes on: branches/release_1_8/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825,56147,56435,56448,56666,56889
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825,56147,56435,56448,56666,56889,57026
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_1_8/base/src/port/port.tcl
===================================================================
--- branches/release_1_8/base/src/port/port.tcl	2009-09-05 03:04:23 UTC (rev 57026)
+++ branches/release_1_8/base/src/port/port.tcl	2009-09-05 03:07:01 UTC (rev 57027)
@@ -335,7 +335,7 @@
     upvar $nameportlist portlist
 
     if {[llength $portlist] == 0 && (![info exists private_options(ports_no_args)] || $private_options(ports_no_args) == "no")} {
-        ui_error "No ports found"
+        ui_error "No ports matched the given expression"
         return 1
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090904/0705cf96/attachment.html>


More information about the macports-changes mailing list