[87999] trunk/dports/databases/mysql5-server/Portfile

and.damore at macports.org and.damore at macports.org
Thu Dec 15 08:28:45 PST 2011


Revision: 87999
          http://trac.macports.org/changeset/87999
Author:   and.damore at macports.org
Date:     2011-12-15 08:28:45 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
port mysql5-server: moving informations from ui_msg in post-install phase to notes

Modified Paths:
--------------
    trunk/dports/databases/mysql5-server/Portfile

Modified: trunk/dports/databases/mysql5-server/Portfile
===================================================================
--- trunk/dports/databases/mysql5-server/Portfile	2011-12-15 16:18:13 UTC (rev 87998)
+++ trunk/dports/databases/mysql5-server/Portfile	2011-12-15 16:28:45 UTC (rev 87999)
@@ -63,14 +63,10 @@
         ${destroot}${prefix}/var/run/${mysql}
 }
 
-post-install {
-    ui_msg "******************************************************"
-    ui_msg "* In order to setup the database, you might want to run"
-    ui_msg "* sudo -u ${mysqluser} mysql_install_db5"
-    ui_msg "* if this is a new install"
-    ui_msg "******************************************************"
-}
+notes "If this is a new install, in order to setup the database you might want to run:" \
+    "sudo -u ${mysqluser} mysql_install_db5"
 
+
 livecheck.type          regex
 livecheck.version       [lindex [split ${version} -] 0]
 livecheck.url           http://dev.mysql.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111215/76231f4c/attachment.html>


More information about the macports-changes mailing list