[91233] trunk/dports/databases/mysql55/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Mar 26 17:49:23 PDT 2012
On Mar 26, 2012, at 10:24, jmr at macports.org wrote:
> 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} {
So wait, this actually causes a problem? That's unfortunate, and it means I have several places where I need to undo this.
More information about the macports-dev
mailing list