[32549] trunk/base

jmpp at macports.org jmpp at macports.org
Mon Jan 7 14:50:39 PST 2008


Revision: 32549
          http://trac.macosforge.org/projects/macports/changeset/32549
Author:   jmpp at macports.org
Date:     2008-01-07 14:50:38 -0800 (Mon, 07 Jan 2008)

Log Message:
-----------
Tweak the visual aspect of the selfupdate output yet again, updating the documentation URLs we hand off to users through the main base/Makefile
(mentioning our new guide).

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2008-01-07 22:16:27 UTC (rev 32548)
+++ trunk/base/Makefile.in	2008-01-07 22:50:38 UTC (rev 32549)
@@ -38,8 +38,8 @@
 
 install::
 	@echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, run:"; echo ""
-	@echo "sudo port selfupdate"; echo ""
-	@echo "Please read port(1) and the MacPorts Wiki at http://trac.macports.org/ for full documentation."; echo ""
+	@echo "sudo port -v selfupdate"; echo ""
+	@echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at http://trac.macports.org/ for full documentation."; echo ""
 	@echo "Stray sources might have been left in the legacy ${localstatedir}/db/dports directory after this upgrade, which moved most of what it could to ${localstatedir}/macports, so you might want to look in the former and cleanup manually."; echo ""
 
 clean::

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2008-01-07 22:16:27 UTC (rev 32548)
+++ trunk/base/src/macports1.0/macports.tcl	2008-01-07 22:50:38 UTC (rev 32549)
@@ -1691,7 +1691,7 @@
         }
         
         # do the actual configure, build and installation of new base
-        ui_msg "\nInstalling new MacPorts release in $prefix as $owner:$group - TCL-PACKAGE in $tclpackage; Permissions: $perms"
+        ui_msg "\nInstalling new MacPorts release in $prefix as $owner:$group - TCL-PACKAGE in $tclpackage; Permissions: $perms\n"
         if { [catch { system "cd $mp_source_path && ./configure --prefix=$prefix --with-tclpackage=$tclpackage --with-install-user=$owner --with-install-group=$group --with-directory-mode=$perms && make && make install" } result] } {
             return -code error "Error installing new MacPorts base: $result"
         }

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


More information about the macports-changes mailing list