[33040] branches/release_1_6/base/portmgr/dmg/postflight

jmpp at macports.org jmpp at macports.org
Wed Jan 16 20:39:57 PST 2008


Revision: 33040
          http://trac.macosforge.org/projects/macports/changeset/33040
Author:   jmpp at macports.org
Date:     2008-01-16 20:39:56 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------

Provide a little more information about who we are, while introducing a VERSION variable to better identify the version of the script
(I'll autoconf the number out into @MACPORTS_VERSION@ once I merge into this branch the relevant autoconf changes that were made to trunk).

Modified Paths:
--------------
    branches/release_1_6/base/portmgr/dmg/postflight

Modified: branches/release_1_6/base/portmgr/dmg/postflight
===================================================================
--- branches/release_1_6/base/portmgr/dmg/postflight	2008-01-17 03:54:52 UTC (rev 33039)
+++ branches/release_1_6/base/portmgr/dmg/postflight	2008-01-17 04:39:56 UTC (rev 33040)
@@ -34,6 +34,8 @@
 
 set -x
 
+# Script identification ('cause more often than not the svn Id is not expanded):
+VERSION=1.6.1
 
 # Abstraction variables:
 PREFIX=/opt/local
@@ -77,7 +79,7 @@
 }
 
 
-echo "Checking the shell environment for user \"${USER}\"..."
+echo "The MacPorts Project, postflight script version ${VERSION}: checking the shell environment for user \"${USER}\"."
 
 
 # Determine the user's shell, in order to choose an appropriate configuration file we'll be tweaking.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/0f8a1666/attachment-0001.html


More information about the macports-changes mailing list