On Mar 26, 2012, at 10:24, [email protected] wrote: > Revision: 91233 > https://trac.macports.org/changeset/91233 > Author: [email protected] > 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. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
