[62400] trunk/dports/databases/oracle-instantclient/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 6 09:47:38 PST 2010


Revision: 62400
          http://trac.macports.org/changeset/62400
Author:   ryandesign at macports.org
Date:     2010-01-06 09:47:35 -0800 (Wed, 06 Jan 2010)
Log Message:
-----------
oracle-instantclient: more whitespace in "may not be able to download" message, for better readability

Modified Paths:
--------------
    trunk/dports/databases/oracle-instantclient/Portfile

Modified: trunk/dports/databases/oracle-instantclient/Portfile
===================================================================
--- trunk/dports/databases/oracle-instantclient/Portfile	2010-01-06 17:12:41 UTC (rev 62399)
+++ trunk/dports/databases/oracle-instantclient/Portfile	2010-01-06 17:47:35 UTC (rev 62400)
@@ -99,12 +99,20 @@
         ui_msg "is available."
         ui_msg ""
     }
-    ui_warn "MacPorts may not be able to download the necessary distfiles for ${name}."
-    ui_warn "If you get a checksum error, please visit ${homepage}"
-    ui_warn "and download these files manually and place them in ${distpath}"
+    ui_warn "MacPorts may not be able to download the necessary distfiles for"
+    ui_warn "${name}. If you get a checksum error, please visit this URL:"
+    ui_warn ""
+    ui_warn "    ${homepage}"
+    ui_warn ""
+    ui_warn "and download these files manually:"
+    ui_warn ""
     foreach distfile ${distfiles} {
-        ui_msg " * [strsed ${distfile} {/:.*$//}]"
+        ui_warn "    [strsed ${distfile} {/:.*$//}]"
     }
+    ui_warn ""
+    ui_warn "and place them in this directory:"
+    ui_warn ""
+    ui_warn "    ${distpath}"
 }
 
 extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100106/36ae5cd7/attachment.html>


More information about the macports-changes mailing list