[91233] trunk/dports/databases/mysql55/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 26 08:24:06 PDT 2012


Revision: 91233
          https://trac.macports.org/changeset/91233
Author:   jmr at macports.org
Date:     2012-03-26 08:24:06 -0700 (Mon, 26 Mar 2012)
Log Message:
-----------
mysql55: don't create a second port with the same name

Modified Paths:
--------------
    trunk/dports/databases/mysql55/Portfile

Modified: trunk/dports/databases/mysql55/Portfile
===================================================================
--- trunk/dports/databases/mysql55/Portfile	2012-03-26 15:08:04 UTC (rev 91232)
+++ trunk/dports/databases/mysql55/Portfile	2012-03-26 15:24:06 UTC (rev 91233)
@@ -13,7 +13,7 @@
 platforms           darwin
 maintainers         pixilla openmaintainer
 
-subport mysql55 {
+if {$subport == $name} {
 
     PortGroup           archcheck 1.0
     PortGroup           cmake 1.0
@@ -184,4 +184,4 @@
     "
     
     livecheck.type          none
-}
\ No newline at end of file
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120326/b0934806/attachment.html>


More information about the macports-changes mailing list