[24879] trunk/base/src/darwinports1.0/darwinports.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sun May 6 22:57:40 PDT 2007


Revision: 24879
          http://trac.macosforge.org/projects/macports/changeset/24879
Author:   jmpp at macports.org
Date:     2007-05-06 22:57:40 -0700 (Sun, 06 May 2007)

Log Message:
-----------
Manually merging r24878 back into trunk, properly adapted: missed one instance of ~/.portsrc reinplace for the new macports_user_dir variable.

Modified Paths:
--------------
    trunk/base/src/darwinports1.0/darwinports.tcl

Modified: trunk/base/src/darwinports1.0/darwinports.tcl
===================================================================
--- trunk/base/src/darwinports1.0/darwinports.tcl	2007-05-07 05:55:45 UTC (rev 24878)
+++ trunk/base/src/darwinports1.0/darwinports.tcl	2007-05-07 05:57:40 UTC (rev 24879)
@@ -359,7 +359,7 @@
 	}
 
     if {![info exists portdbpath]} {
-	return -code error "portdbpath must be set in $dports_conf_path/ports.conf or in your ~/.portsrc"
+	return -code error "portdbpath must be set in $dports_conf_path/ports.conf or in your $macports_user_dir/ports.conf"
     }
     if {![file isdirectory $portdbpath]} {
 	if {![file exists $portdbpath]} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070506/6825bcf5/attachment.html


More information about the macports-changes mailing list