[88014] trunk/dports/databases/mysql5-server-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 15 16:23:49 PST 2011


Revision: 88014
          http://trac.macports.org/changeset/88014
Author:   ryandesign at macports.org
Date:     2011-12-15 16:23:49 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
mysql5-server-devel: use notes instead of ui_msgs (like r87999 for mysql5-server)

Revision Links:
--------------
    http://trac.macports.org/changeset/87999

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

Modified: trunk/dports/databases/mysql5-server-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-server-devel/Portfile	2011-12-16 00:14:58 UTC (rev 88013)
+++ trunk/dports/databases/mysql5-server-devel/Portfile	2011-12-16 00:23:49 UTC (rev 88014)
@@ -64,14 +64,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/aed14039/attachment-0001.html>


More information about the macports-changes mailing list