[26278] trunk/base/Makefile.in
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jun 18 02:28:11 PDT 2007
Revision: 26278
http://trac.macosforge.org/projects/macports/changeset/26278
Author: jmpp at macports.org
Date: 2007-06-18 02:28:11 -0700 (Mon, 18 Jun 2007)
Log Message:
-----------
* Echo newline at the beginning of the upgrade targert;
* Add missing echo command at the end of the upgrade target;
* Remove flawed logic to discern whether or not we warn about stray sources in the old directories.
Modified Paths:
--------------
trunk/base/Makefile.in
Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in 2007-06-18 09:27:37 UTC (rev 26277)
+++ trunk/base/Makefile.in 2007-06-18 09:28:11 UTC (rev 26278)
@@ -28,7 +28,7 @@
fi
upgrade:
- @echo "Upgrading your existing MacPorts installation to the new namespace if necessary:"; echo ""
+ @echo ""; echo "Upgrading your existing MacPorts installation to the new namespace if necessary:"; echo ""
# We can safely delete the ${TCL_PACKAGE_DIR}/darwinports1.0 dir as files in it are always overwritten and will now be installed onto
# ${TCL_PACKAGE_DIR}/macports1.0 with new names:
@@ -134,7 +134,7 @@
}
# Upgrade success announcement (meaning we're done ;):
- @[ -f ${UPGRADECHECK} ] || { echo ""; "MacPorts installation successfully upgraded from the old DarwinPorts namespace!"; echo ""; \
+ @[ -f ${UPGRADECHECK} ] || { echo ""; echo "MacPorts installation successfully upgraded from the old DarwinPorts namespace!"; echo ""; \
echo "MacPorts rename update done!" > ${UPGRADECHECK} ; }
####
@@ -153,7 +153,7 @@
@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 ""
- @[ -f ${UPGRADECHECK} ] || 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 ""
+ @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::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070618/b9122de9/attachment.html
More information about the macports-changes
mailing list