[57310] trunk/dports/sysutils/MacPorts/Portfile

raimue at macports.org raimue at macports.org
Wed Sep 9 04:13:49 PDT 2009


Revision: 57310
          http://trac.macports.org/changeset/57310
Author:   raimue at macports.org
Date:     2009-09-09 04:13:44 -0700 (Wed, 09 Sep 2009)
Log Message:
-----------
sysutils/MacPorts:
Fix replacement of the version numbers for the installer welcome page.

Modified Paths:
--------------
    trunk/dports/sysutils/MacPorts/Portfile

Modified: trunk/dports/sysutils/MacPorts/Portfile
===================================================================
--- trunk/dports/sysutils/MacPorts/Portfile	2009-09-09 04:53:35 UTC (rev 57309)
+++ trunk/dports/sysutils/MacPorts/Portfile	2009-09-09 11:13:44 UTC (rev 57310)
@@ -89,7 +89,6 @@
         reinplace "s|is built|contains a Universal installer|" ${resources_lang}/ReadMe.rtf
         reinplace "s|__XVERS__|10.4|" ${resources_lang}/ReadMe.rtf \
             ${resources_lang}/InstallationCheck.strings
-        reinplace "s|3|4|" ${resources_lang}/Welcome.html
         reinplace "s|or newer ||" ${resources_lang}/Welcome.html
         reinplace "s|__DARWINVERS__|8|" ${resources_scripts}/InstallationCheck
     }
@@ -124,7 +123,7 @@
         reinplace "s|is built|contains a Universal installer|" ${resources_lang}/ReadMe.rtf
         reinplace "s|__XVERS__|10.5|" ${resources_lang}/ReadMe.rtf \
             ${resources_lang}/InstallationCheck.strings
-        reinplace "s|3|5|" ${resources_lang}/Welcome.html
+        reinplace "s|10.4|10.5|" ${resources_lang}/Welcome.html
         reinplace "s|or newer ||" ${resources_lang}/Welcome.html
         reinplace "s|__DARWINVERS__|9|" ${resources_scripts}/InstallationCheck
     }
@@ -162,7 +161,7 @@
         reinplace "s|is built|contains a Universal installer|" ${resources_lang}/ReadMe.rtf
         reinplace "s|__XVERS__|10.6|" ${resources_lang}/ReadMe.rtf \
             ${resources_lang}/InstallationCheck.strings
-        reinplace "s|3|6|" ${resources_lang}/Welcome.html
+        reinplace "s|10.4|10.6|" ${resources_lang}/Welcome.html
         reinplace "s|or newer ||" ${resources_lang}/Welcome.html
         reinplace "s|__DARWINVERS__|10|" ${resources_scripts}/InstallationCheck
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090909/10f8b8f2/attachment-0001.html>


More information about the macports-changes mailing list